From 1648d189d3f2d4db870417c7e51d32e6d21d8c7e Mon Sep 17 00:00:00 2001
From: SylverDiscord51 <p71468162@gmail.com>
Date: Sun, 24 Mar 2024 02:15:57 +0100
Subject: [PATCH] license-fix (#31)

Co-authored-by: palfaiate <syl.paulo.alfaiate@gmail.com>
Co-authored-by: SylverDiscord51 <p71468162@gmail.com>
Co-committed-by: SylverDiscord51 <p71468162@gmail.com>
---
 .ci/scripts/clang/upload.sh                                  | 2 +-
 .ci/scripts/linux/upload.sh                                  | 2 +-
 .ci/scripts/windows/docker.sh                                | 2 +-
 .gitignore                                                   | 3 +++
 CMakeLists.txt                                               | 3 ++-
 CMakeModules/CopySuyuFFmpegDeps.cmake                        | 2 +-
 CMakeModules/CopySuyuQt5Deps.cmake                           | 3 ++-
 CMakeModules/CopySuyuSDLDeps.cmake                           | 3 ++-
 CMakeModules/DownloadExternals.cmake                         | 4 ++--
 CMakeModules/FindLLVM.cmake                                  | 1 +
 CMakeModules/GenerateSCMRev.cmake                            | 5 +++--
 CONTRIBUTING.md                                              | 3 ++-
 README.md                                                    | 3 ++-
 dist/72-suyu-input.rules                                     | 2 +-
 dist/org.suyu_emu.suyu.desktop                               | 3 ++-
 dist/org.suyu_emu.suyu.metainfo.xml                          | 3 ++-
 dist/org.suyu_emu.suyu.xml                                   | 3 ++-
 dist/qt_themes/default/default.qrc                           | 2 +-
 dist/suyu.manifest                                           | 3 ++-
 externals/CMakeLists.txt                                     | 2 +-
 hooks/pre-commit                                             | 1 +
 src/CMakeLists.txt                                           | 3 ++-
 .../java/org/suyu/suyu_emu/adapters/AbstractDiffAdapter.kt   | 1 +
 .../java/org/suyu/suyu_emu/adapters/AbstractListAdapter.kt   | 1 +
 .../suyu/suyu_emu/adapters/AbstractSingleSelectionList.kt    | 1 +
 .../org/suyu/suyu_emu/applets/keyboard/SoftwareKeyboard.kt   | 2 +-
 .../suyu_emu/applets/keyboard/ui/KeyboardDialogFragment.kt   | 2 +-
 .../java/org/suyu/suyu_emu/features/input/NativeInput.kt     | 1 +
 .../java/org/suyu/suyu_emu/features/input/SuyuInputDevice.kt | 1 +
 .../java/org/suyu/suyu_emu/features/input/SuyuVibrator.kt    | 1 +
 .../suyu/suyu_emu/features/input/model/AnalogDirection.kt    | 1 +
 .../org/suyu/suyu_emu/features/input/model/ButtonName.kt     | 1 +
 .../java/org/suyu/suyu_emu/features/input/model/InputType.kt | 1 +
 .../org/suyu/suyu_emu/features/input/model/NativeAnalog.kt   | 1 +
 .../org/suyu/suyu_emu/features/input/model/NativeButton.kt   | 1 +
 .../org/suyu/suyu_emu/features/input/model/NativeTrigger.kt  | 1 +
 .../org/suyu/suyu_emu/features/input/model/NpadStyleIndex.kt | 1 +
 .../org/suyu/suyu_emu/features/input/model/PlayerInput.kt    | 1 +
 .../features/settings/model/view/AnalogInputSetting.kt       | 1 +
 .../features/settings/model/view/ButtonInputSetting.kt       | 1 +
 .../features/settings/model/view/InputProfileSetting.kt      | 1 +
 .../suyu_emu/features/settings/model/view/InputSetting.kt    | 1 +
 .../features/settings/model/view/ModifierInputSetting.kt     | 1 +
 .../features/settings/model/view/StringInputSetting.kt       | 1 +
 .../suyu_emu/features/settings/ui/InputDialogFragment.kt     | 1 +
 .../suyu_emu/features/settings/ui/InputProfileAdapter.kt     | 1 +
 .../features/settings/ui/InputProfileDialogFragment.kt       | 1 +
 .../features/settings/ui/NewInputProfileDialogFragment.kt    | 1 +
 .../settings/ui/viewholder/InputProfileViewHolder.kt         | 1 +
 .../features/settings/ui/viewholder/InputViewHolder.kt       | 1 +
 .../features/settings/ui/viewholder/StringInputViewHolder.kt | 1 +
 .../org/suyu/suyu_emu/fragments/CoreErrorDialogFragment.kt   | 1 +
 .../app/src/main/java/org/suyu/suyu_emu/model/Driver.kt      | 1 +
 .../java/org/suyu/suyu_emu/model/GameVerificationResult.kt   | 1 +
 .../src/main/java/org/suyu/suyu_emu/model/InstallResult.kt   | 1 +
 .../app/src/main/java/org/suyu/suyu_emu/model/PatchType.kt   | 1 +
 .../src/main/java/org/suyu/suyu_emu/model/SelectableItem.kt  | 1 +
 .../src/main/java/org/suyu/suyu_emu/utils/GameMetadata.kt    | 2 +-
 .../src/main/java/org/suyu/suyu_emu/utils/LifecycleUtils.kt  | 1 +
 .../src/main/java/org/suyu/suyu_emu/utils/ParamPackage.kt    | 1 +
 .../java/org/suyu/suyu_emu/viewholder/AbstractViewHolder.kt  | 1 +
 src/android/app/src/main/jni/game_metadata.cpp               | 2 +-
 src/android/app/src/main/jni/native.cpp                      | 2 +-
 src/android/app/src/main/jni/native.h                        | 2 +-
 src/android/app/src/main/jni/native_input.cpp                | 3 ++-
 src/audio_core/sink/cubeb_sink.cpp                           | 2 +-
 src/audio_core/sink/sink_stream.cpp                          | 2 +-
 src/common/CMakeLists.txt                                    | 3 ++-
 src/common/android/applets/software_keyboard.cpp             | 2 +-
 src/common/android/id_cache.cpp                              | 2 +-
 src/common/android/id_cache.h                                | 2 +-
 src/common/assert.h                                          | 2 +-
 src/common/common_funcs.h                                    | 2 +-
 src/common/fs/fs_paths.h                                     | 2 +-
 src/common/fs/path_util.cpp                                  | 2 +-
 src/common/fs/path_util.h                                    | 2 +-
 src/common/intrusive_list.h                                  | 2 +-
 src/common/intrusive_red_black_tree.h                        | 2 +-
 src/common/logging/backend.cpp                               | 2 +-
 src/common/logging/types.h                                   | 2 +-
 src/common/nvidia_flags.cpp                                  | 2 +-
 src/common/scope_exit.h                                      | 2 +-
 src/common/settings.cpp                                      | 2 +-
 src/common/settings.h                                        | 2 +-
 src/common/uuid.h                                            | 2 +-
 src/common/x64/cpu_detect.cpp                                | 2 +-
 src/core/arm/arm_interface.h                                 | 2 +-
 src/core/arm/nce/arm_nce.cpp                                 | 2 +-
 src/core/arm/nce/patcher.cpp                                 | 2 +-
 src/core/crypto/key_manager.cpp                              | 2 +-
 src/core/device_memory_manager.inc                           | 2 +-
 src/core/file_sys/bis_factory.cpp                            | 2 +-
 src/core/file_sys/fs_path.h                                  | 2 +-
 .../fssystem/fssystem_aes_ctr_counter_extended_storage.h     | 2 +-
 src/core/file_sys/fssystem/fssystem_aes_ctr_storage.h        | 2 +-
 src/core/file_sys/fssystem/fssystem_aes_xts_storage.h        | 2 +-
 .../file_sys/fssystem/fssystem_alignment_matching_storage.h  | 2 +-
 src/core/file_sys/fssystem/fssystem_bucket_tree.h            | 2 +-
 src/core/file_sys/fssystem/fssystem_compressed_storage.h     | 2 +-
 .../fssystem_hierarchical_integrity_verification_storage.h   | 2 +-
 .../file_sys/fssystem/fssystem_hierarchical_sha256_storage.h | 2 +-
 src/core/file_sys/fssystem/fssystem_indirect_storage.h       | 2 +-
 .../fssystem/fssystem_integrity_verification_storage.h       | 2 +-
 .../fssystem/fssystem_memory_resource_buffer_hold_storage.h  | 2 +-
 .../file_sys/fssystem/fssystem_nca_file_system_driver.cpp    | 2 +-
 src/core/file_sys/fssystem/fssystem_nca_file_system_driver.h | 2 +-
 src/core/file_sys/fssystem/fssystem_pooled_buffer.h          | 2 +-
 src/core/file_sys/fssystem/fssystem_sparse_storage.h         | 2 +-
 src/core/file_sys/fssystem/fssystem_switch_storage.h         | 2 +-
 src/core/file_sys/registered_cache.cpp                       | 2 +-
 src/core/file_sys/registered_cache.h                         | 2 +-
 src/core/file_sys/vfs/vfs.h                                  | 2 +-
 src/core/frontend/applets/software_keyboard.cpp              | 2 +-
 src/core/hle/api_version.h                                   | 2 +-
 src/core/hle/kernel/k_auto_object.h                          | 2 +-
 src/core/hle/kernel/k_auto_object_container.h                | 2 +-
 src/core/hle/kernel/k_dynamic_resource_manager.h             | 2 +-
 src/core/hle/kernel/k_dynamic_slab_heap.h                    | 2 +-
 src/core/hle/kernel/k_handle_table.h                         | 2 +-
 src/core/hle/kernel/k_memory_region.h                        | 2 +-
 src/core/hle/kernel/k_page_table_base.cpp                    | 2 +-
 src/core/hle/kernel/k_page_table_base.h                      | 2 +-
 src/core/hle/kernel/k_scheduler.h                            | 2 +-
 src/core/hle/kernel/k_slab_heap.h                            | 2 +-
 src/core/hle/kernel/k_spin_lock.h                            | 2 +-
 src/core/hle/kernel/physical_core.h                          | 2 +-
 src/core/hle/result.h                                        | 2 +-
 src/core/hle/service/acc/acc.cpp                             | 2 +-
 src/core/hle/service/acc/profile_manager.cpp                 | 2 +-
 src/core/hle/service/am/frontend/applet_web_browser.cpp      | 2 +-
 src/core/hle/service/caps/caps_manager.cpp                   | 2 +-
 src/core/hle/service/filesystem/filesystem.cpp               | 2 +-
 src/core/hle/service/jit/jit_code_memory.h                   | 2 +-
 src/core/hle/service/ldn/lan_discovery.h                     | 2 +-
 src/core/hle/service/mii/mii_database_manager.cpp            | 2 +-
 src/core/hle/service/nfc/common/amiibo_crypto.cpp            | 2 +-
 src/core/hle/service/nfc/common/device.cpp                   | 2 +-
 src/core/hle/service/nifm/nifm.cpp                           | 2 +-
 src/core/hle/service/nvdrv/core/nvmap.cpp                    | 2 +-
 src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp         | 2 +-
 src/core/hle/service/nvdrv/devices/nvhost_as_gpu.h           | 2 +-
 src/core/hle/service/nvdrv/devices/nvmap.cpp                 | 2 +-
 src/core/hle/service/ro/ro.cpp                               | 2 +-
 src/core/hle/service/set/system_settings_server.cpp          | 2 +-
 src/core/hle/service/ssl/ssl_backend_schannel.cpp            | 2 +-
 src/core/hle/service/ssl/ssl_backend_securetransport.cpp     | 2 +-
 src/core/hle/service/vi/shared_buffer_manager.cpp            | 2 +-
 src/core/internal_network/network.cpp                        | 2 +-
 src/core/internal_network/network.h                          | 2 +-
 src/core/internal_network/socket_proxy.cpp                   | 2 +-
 src/core/internal_network/sockets.h                          | 2 +-
 src/core/loader/kip.cpp                                      | 2 +-
 src/core/loader/loader.h                                     | 2 +-
 src/core/loader/nro.cpp                                      | 2 +-
 src/core/loader/nso.cpp                                      | 2 +-
 src/core/memory.cpp                                          | 2 +-
 src/core/memory.h                                            | 2 +-
 src/core/perf_stats.cpp                                      | 2 +-
 src/core/reporter.cpp                                        | 2 +-
 src/dedicated_room/CMakeLists.txt                            | 2 +-
 src/dedicated_room/suyu_room.cpp                             | 2 +-
 src/dedicated_room/suyu_room.rc                              | 2 +-
 src/frontend_common/config.cpp                               | 2 +-
 src/hid_core/frontend/emulated_console.h                     | 2 +-
 src/hid_core/frontend/emulated_controller.h                  | 2 +-
 src/hid_core/frontend/emulated_devices.h                     | 2 +-
 src/hid_core/hid_core.h                                      | 2 +-
 src/input_common/drivers/android.cpp                         | 2 +-
 src/input_common/drivers/tas_input.cpp                       | 2 +-
 src/network/room.cpp                                         | 2 +-
 src/network/room.h                                           | 2 +-
 src/network/verify_user.h                                    | 2 +-
 src/suyu/CMakeLists.txt                                      | 2 +-
 src/suyu/about_dialog.cpp                                    | 2 +-
 src/suyu/about_dialog.h                                      | 2 +-
 src/suyu/applets/qt_amiibo_settings.cpp                      | 2 +-
 src/suyu/applets/qt_amiibo_settings.h                        | 2 +-
 src/suyu/applets/qt_controller.cpp                           | 2 +-
 src/suyu/applets/qt_controller.h                             | 2 +-
 src/suyu/applets/qt_error.cpp                                | 2 +-
 src/suyu/applets/qt_error.h                                  | 2 +-
 src/suyu/applets/qt_profile_select.cpp                       | 2 +-
 src/suyu/applets/qt_profile_select.h                         | 2 +-
 src/suyu/applets/qt_software_keyboard.cpp                    | 2 +-
 src/suyu/applets/qt_software_keyboard.h                      | 2 +-
 src/suyu/applets/qt_web_browser.cpp                          | 2 +-
 src/suyu/applets/qt_web_browser.h                            | 2 +-
 src/suyu/applets/qt_web_browser_scripts.h                    | 2 +-
 src/suyu/bootmanager.cpp                                     | 2 +-
 src/suyu/bootmanager.h                                       | 2 +-
 src/suyu/breakpad.cpp                                        | 2 +-
 src/suyu/configuration/configure_camera.cpp                  | 2 +-
 src/suyu/configuration/configure_camera.h                    | 2 +-
 src/suyu/configuration/configure_debug.cpp                   | 2 +-
 src/suyu/configuration/configure_filesystem.cpp              | 2 +-
 src/suyu/configuration/configure_input_advanced.cpp          | 2 +-
 src/suyu/configuration/configure_per_game_addons.cpp         | 1 +
 src/suyu/configuration/configure_profile_manager.cpp         | 2 +-
 src/suyu/configuration/configure_tas.cpp                     | 2 +-
 src/suyu/configuration/configure_ui.cpp                      | 2 +-
 src/suyu/configuration/configure_web.cpp                     | 2 +-
 src/suyu/configuration/input_profiles.cpp                    | 2 +-
 src/suyu/discord_impl.cpp                                    | 2 +-
 src/suyu/game_list.cpp                                       | 2 +-
 src/suyu/game_list.h                                         | 2 +-
 src/suyu/game_list_worker.cpp                                | 2 +-
 src/suyu/loading_screen.cpp                                  | 2 +-
 src/suyu/loading_screen.h                                    | 2 +-
 src/suyu/main.cpp                                            | 2 +-
 src/suyu/main.h                                              | 2 +-
 src/suyu/multiplayer/direct_connect.cpp                      | 2 +-
 src/suyu/multiplayer/host_room.cpp                           | 2 +-
 src/suyu/multiplayer/lobby.cpp                               | 2 +-
 src/suyu/play_time_manager.cpp                               | 2 +-
 src/suyu/play_time_manager.h                                 | 2 +-
 src/suyu/startup_checks.cpp                                  | 2 +-
 src/suyu/startup_checks.h                                    | 2 +-
 src/suyu/suyu.qrc                                            | 2 +-
 src/suyu/suyu.rc                                             | 2 +-
 src/suyu/uisettings.cpp                                      | 2 +-
 src/suyu/uisettings.h                                        | 2 +-
 src/suyu/vk_device_info.cpp                                  | 2 +-
 src/suyu/vk_device_info.h                                    | 2 +-
 src/suyu_cmd/CMakeLists.txt                                  | 2 +-
 src/suyu_cmd/emu_window/emu_window_sdl2.cpp                  | 2 +-
 src/suyu_cmd/emu_window/emu_window_sdl2.h                    | 2 +-
 src/suyu_cmd/emu_window/emu_window_sdl2_gl.cpp               | 2 +-
 src/suyu_cmd/emu_window/emu_window_sdl2_gl.h                 | 2 +-
 src/suyu_cmd/emu_window/emu_window_sdl2_null.cpp             | 2 +-
 src/suyu_cmd/emu_window/emu_window_sdl2_null.h               | 2 +-
 src/suyu_cmd/emu_window/emu_window_sdl2_vk.cpp               | 2 +-
 src/suyu_cmd/emu_window/emu_window_sdl2_vk.h                 | 2 +-
 src/suyu_cmd/precompiled_headers.h                           | 2 +-
 src/suyu_cmd/sdl_config.cpp                                  | 2 +-
 src/suyu_cmd/sdl_config.h                                    | 2 +-
 src/suyu_cmd/suyu.cpp                                        | 2 +-
 src/suyu_cmd/suyu.rc                                         | 2 +-
 src/video_core/CMakeLists.txt                                | 2 +-
 src/video_core/host1x/ffmpeg/ffmpeg.cpp                      | 2 +-
 src/video_core/host1x/ffmpeg/ffmpeg.h                        | 2 +-
 src/video_core/host_shaders/fidelityfx_fsr.frag              | 2 +-
 src/video_core/host_shaders/opengl_fidelityfx_fsr.frag       | 2 +-
 src/video_core/host_shaders/opengl_present_scaleforce.frag   | 2 +-
 .../host_shaders/vulkan_fidelityfx_fsr_easu_fp16.frag        | 2 +-
 .../host_shaders/vulkan_fidelityfx_fsr_rcas_fp16.frag        | 2 +-
 .../host_shaders/vulkan_present_scaleforce_fp16.frag         | 2 +-
 src/video_core/macro/macro.cpp                               | 2 +-
 src/video_core/query_cache.h                                 | 2 +-
 src/video_core/renderer_base.h                               | 2 +-
 src/video_core/renderer_opengl/gl_device.cpp                 | 2 +-
 src/video_core/renderer_opengl/gl_resource_manager.cpp       | 2 +-
 src/video_core/renderer_opengl/gl_resource_manager.h         | 2 +-
 src/video_core/renderer_opengl/gl_shader_cache.cpp           | 2 +-
 src/video_core/renderer_vulkan/vk_pipeline_cache.cpp         | 2 +-
 src/video_core/renderer_vulkan/vk_texture_cache.cpp          | 2 +-
 src/video_core/shader_cache.cpp                              | 2 +-
 src/video_core/shader_cache.h                                | 2 +-
 src/video_core/shader_environment.cpp                        | 2 +-
 src/video_core/texture_cache/texture_cache_base.h            | 2 +-
 src/video_core/vulkan_common/nsight_aftermath_tracker.cpp    | 2 +-
 src/video_core/vulkan_common/vulkan_device.cpp               | 2 +-
 src/video_core/vulkan_common/vulkan_wrapper.cpp              | 2 +-
 src/web_service/announce_room_json.h                         | 2 +-
 src/web_service/verify_login.h                               | 2 +-
 264 files changed, 281 insertions(+), 226 deletions(-)

diff --git a/.ci/scripts/clang/upload.sh b/.ci/scripts/clang/upload.sh
index 3851693ec0..713f4d2103 100755
--- a/.ci/scripts/clang/upload.sh
+++ b/.ci/scripts/clang/upload.sh
@@ -1,6 +1,6 @@
 #!/bin/bash -ex
 
-# SPDX-FileCopyrightText: 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+# SPDX-FileCopyrightText: 2021 yuzu Emulator Project
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 . .ci/scripts/common/pre-upload.sh
diff --git a/.ci/scripts/linux/upload.sh b/.ci/scripts/linux/upload.sh
index a88b018195..392106bcd2 100755
--- a/.ci/scripts/linux/upload.sh
+++ b/.ci/scripts/linux/upload.sh
@@ -1,6 +1,6 @@
 #!/bin/bash -ex
 
-# SPDX-FileCopyrightText: 2019 yuzu Emulator Project & 2024 suyu Emulator Project
+# SPDX-FileCopyrightText: 2019 yuzu Emulator Project
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 . .ci/scripts/common/pre-upload.sh
diff --git a/.ci/scripts/windows/docker.sh b/.ci/scripts/windows/docker.sh
index 446da7d3e5..70eadda41e 100755
--- a/.ci/scripts/windows/docker.sh
+++ b/.ci/scripts/windows/docker.sh
@@ -1,6 +1,6 @@
 #!/bin/bash -ex
 
-# SPDX-FileCopyrightText: 2019 yuzu Emulator Project & 2024 suyu Emulator Project
+# SPDX-FileCopyrightText: 2019 yuzu Emulator Project
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 set -e
diff --git a/.gitignore b/.gitignore
index 2bf2c86d8c..3fb4eca6ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,6 @@ Thumbs.db
 
 # Local Gitlab CI Runner
 .gitlab-ci-local/
+
+# clangd compile_commands.json
+compile_commands.json
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b65adba582..7b4df91028 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,5 @@
-# SPDX-FileCopyrightText: 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+# SPDX-FileCopyrightText: 2018 yuzu Emulator Project
+# SPDX-FileCopyrightText: 2024 suyu Emulator Project
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 cmake_minimum_required(VERSION 3.22)
diff --git a/CMakeModules/CopySuyuFFmpegDeps.cmake b/CMakeModules/CopySuyuFFmpegDeps.cmake
index 69648407e6..88d9c44eaa 100644
--- a/CMakeModules/CopySuyuFFmpegDeps.cmake
+++ b/CMakeModules/CopySuyuFFmpegDeps.cmake
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: 2020 yuzu Emulator Project & 2024 suyu Emulator Project
+# SPDX-FileCopyrightText: 2020 yuzu Emulator Project
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 function(copy_suyu_FFmpeg_deps target_dir)
diff --git a/CMakeModules/CopySuyuQt5Deps.cmake b/CMakeModules/CopySuyuQt5Deps.cmake
index 3be8815dd5..8274d25ee5 100644
--- a/CMakeModules/CopySuyuQt5Deps.cmake
+++ b/CMakeModules/CopySuyuQt5Deps.cmake
@@ -1,4 +1,5 @@
-# SPDX-FileCopyrightText: 2016 Citra Emulator Project & 2024 suyu Emulator Project
+# SPDX-FileCopyrightText: 2016 Citra Emulator Project
+# SPDX-FileCopyrightText: 2024 suyu Emulator Project
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 function(copy_suyu_Qt5_deps target_dir)
diff --git a/CMakeModules/CopySuyuSDLDeps.cmake b/CMakeModules/CopySuyuSDLDeps.cmake
index 4938b30832..fbdfe8e6e0 100644
--- a/CMakeModules/CopySuyuSDLDeps.cmake
+++ b/CMakeModules/CopySuyuSDLDeps.cmake
@@ -1,4 +1,5 @@
-# SPDX-FileCopyrightText: 2016 Citra Emulator Project & 2024 suyu Emulator Project
+# SPDX-FileCopyrightText: 2016 Citra Emulator Project
+# SPDX-FileCopyrightText: 2024 suyu Emulator Project
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 function(copy_suyu_SDL_deps target_dir)
diff --git a/CMakeModules/DownloadExternals.cmake b/CMakeModules/DownloadExternals.cmake
index 575a478a8e..2498773e61 100644
--- a/CMakeModules/DownloadExternals.cmake
+++ b/CMakeModules/DownloadExternals.cmake
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: 2017 yuzu Emulator Project & 2024 suyu Emulator Project
+# SPDX-FileCopyrightText: 2017 yuzu Emulator Project
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 # This function downloads a binary library package from our external repo.
@@ -7,7 +7,7 @@
 #   prefix_var: name of a variable which will be set with the path to the extracted contents
 function(download_bundled_external remote_path lib_name prefix_var)
 
-set(package_base_url "https://gitlab.com/suyu-emu/")
+set(package_base_url "https://git.suyu.dev/suyu")
 set(package_repo "no_platform")
 set(package_extension "no_platform")
 set(package_head "?ref_type=heads")
diff --git a/CMakeModules/FindLLVM.cmake b/CMakeModules/FindLLVM.cmake
index 216b5a79aa..c27bd44090 100644
--- a/CMakeModules/FindLLVM.cmake
+++ b/CMakeModules/FindLLVM.cmake
@@ -1,4 +1,5 @@
 # SPDX-FileCopyrightText: 2023 Alexandre Bouvier <contact@amb.tf>
+# SPDX-FileCopyrightText: 2024 suyu Emulator Project
 #
 # SPDX-License-Identifier: GPL-3.0-or-later
 
diff --git a/CMakeModules/GenerateSCMRev.cmake b/CMakeModules/GenerateSCMRev.cmake
index 229e3ff910..498412a444 100644
--- a/CMakeModules/GenerateSCMRev.cmake
+++ b/CMakeModules/GenerateSCMRev.cmake
@@ -1,4 +1,5 @@
-# SPDX-FileCopyrightText: 2019 yuzu Emulator Project & 2024 suyu Emulator Project
+# SPDX-FileCopyrightText: 2019 yuzu Emulator Project
+# SPDX-FileCopyrightText: 2024 suyu Emulator Project
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 # Gets a UTC timestamp and sets the provided variable to it
@@ -27,7 +28,7 @@ set(BUILD_VERSION "0")
 set(BUILD_ID ${DISPLAY_VERSION})
 if (BUILD_REPOSITORY)
   # regex capture the string nightly or canary into CMAKE_MATCH_1
-  string(REGEX MATCH "suyu-emu/suyu-?(.*)" OUTVAR ${BUILD_REPOSITORY})
+  string(REGEX MATCH "suyu/suyu-?(.*)" OUTVAR ${BUILD_REPOSITORY})
   if ("${CMAKE_MATCH_COUNT}" GREATER 0)
     # capitalize the first letter of each word in the repo name.
     string(REPLACE "-" ";" REPO_NAME_LIST ${CMAKE_MATCH_1})
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b9eee375ad..b2bb3f0c76 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,5 +1,6 @@
 <!--
-SPDX-FileCopyrightText: 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+SPDX-FileCopyrightText: 2018 yuzu Emulator Project
+SPDX-FileCopyrightText: 2024 suyu Emulator Project
 SPDX-License-Identifier: GPL-2.0-or-later
 -->
 
diff --git a/README.md b/README.md
index 0f6657592a..d98f2b089e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
 <!--
-SPDX-FileCopyrightText: 2024 suyu emulator project
+SPDX-FileCopyrightText: 2023 yuzu Emulator Project
+SPDX-FileCopyrightText: 2024 suyu Emulator Project
 SPDX-License-Identifier: GPL-3.0-or-later
 -->
 
diff --git a/dist/72-suyu-input.rules b/dist/72-suyu-input.rules
index 9b7e284e34..354bf38dba 100644
--- a/dist/72-suyu-input.rules
+++ b/dist/72-suyu-input.rules
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+# SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 # Allow systemd-logind to manage user access to hidraw with this file
diff --git a/dist/org.suyu_emu.suyu.desktop b/dist/org.suyu_emu.suyu.desktop
index 0f619d7e7e..26bc6dd6f1 100644
--- a/dist/org.suyu_emu.suyu.desktop
+++ b/dist/org.suyu_emu.suyu.desktop
@@ -1,4 +1,5 @@
-# SPDX-FileCopyrightText: 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+# SPDX-FileCopyrightText: 2018 yuzu Emulator Project
+# SPDX-FileCopyrightText: 2024 suyu Emulator Project
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 [Desktop Entry]
diff --git a/dist/org.suyu_emu.suyu.metainfo.xml b/dist/org.suyu_emu.suyu.metainfo.xml
index 74c72ad977..aeb2fecfbe 100644
--- a/dist/org.suyu_emu.suyu.metainfo.xml
+++ b/dist/org.suyu_emu.suyu.metainfo.xml
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-SPDX-FileCopyrightText: 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+SPDX-FileCopyrightText: 2021 yuzu Emulator Project
+SPDX-FileCopyrightText: 2024 suyu Emulator Project
 SPDX-License-Identifier: CC0-1.0
 -->
 
diff --git a/dist/org.suyu_emu.suyu.xml b/dist/org.suyu_emu.suyu.xml
index c54c8bd8ec..9fafef671b 100644
--- a/dist/org.suyu_emu.suyu.xml
+++ b/dist/org.suyu_emu.suyu.xml
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-SPDX-FileCopyrightText: 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+SPDX-FileCopyrightText: 2018 yuzu Emulator Project
+SPDX-FileCopyrightText: 2024 suyu Emulator Project
 SPDX-License-Identifier: GPL-2.0-or-later
 -->
 
diff --git a/dist/qt_themes/default/default.qrc b/dist/qt_themes/default/default.qrc
index 784b2b1657..4522865b4c 100644
--- a/dist/qt_themes/default/default.qrc
+++ b/dist/qt_themes/default/default.qrc
@@ -1,5 +1,5 @@
 <!--
-SPDX-FileCopyrightText: 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+SPDX-FileCopyrightText: 2018 yuzu Emulator Project
 SPDX-License-Identifier: GPL-2.0-or-later
 -->
 
diff --git a/dist/suyu.manifest b/dist/suyu.manifest
index 7467607c00..71bdd9f0c0 100644
--- a/dist/suyu.manifest
+++ b/dist/suyu.manifest
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 
 <!--
-SPDX-FileCopyrightText: 2020 yuzu Emulator Project & 2024 suyu Emulator Project
+SPDX-FileCopyrightText: 2020 yuzu Emulator Project
+SPDX-FileCopyrightText: 2024 suyu Emulator Project
 SPDX-License-Identifier: GPL-2.0-or-later
 -->
 
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt
index 7ce75c96e8..c44457f177 100644
--- a/externals/CMakeLists.txt
+++ b/externals/CMakeLists.txt
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: 2016 Citra Emulator Project & 2024 suyu Emulator Project
+# SPDX-FileCopyrightText: 2016 Citra Emulator Project
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 # Dynarmic has cmake_minimum_required(3.12) and we may want to override
diff --git a/hooks/pre-commit b/hooks/pre-commit
index 0855bd565e..0739ea64cf 100755
--- a/hooks/pre-commit
+++ b/hooks/pre-commit
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 # SPDX-FileCopyrightText: 2015 Citra Emulator Project
+# SPDX-FileCopyrightText: 2024 suyu Emulator Project
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 # Enforce suyu's whitespace policy
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 2c2d08aa02..20d3112f8a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,4 +1,5 @@
-# SPDX-FileCopyrightText: 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+# SPDX-FileCopyrightText: 2018 yuzu Emulator Project
+# SPDX-FileCopyrightText: 2024 suyu Emulator Project
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 # Enable modules to include each other's files
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/adapters/AbstractDiffAdapter.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/adapters/AbstractDiffAdapter.kt
index eeffbb09b2..e8ee0fe35a 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/adapters/AbstractDiffAdapter.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/adapters/AbstractDiffAdapter.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/adapters/AbstractListAdapter.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/adapters/AbstractListAdapter.kt
index 588bf9b470..5c5afb805f 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/adapters/AbstractListAdapter.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/adapters/AbstractListAdapter.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/adapters/AbstractSingleSelectionList.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/adapters/AbstractSingleSelectionList.kt
index ca96cc06cd..19df540454 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/adapters/AbstractSingleSelectionList.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/adapters/AbstractSingleSelectionList.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/applets/keyboard/SoftwareKeyboard.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/applets/keyboard/SoftwareKeyboard.kt
index 786fb5d936..8558858d9f 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/applets/keyboard/SoftwareKeyboard.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/applets/keyboard/SoftwareKeyboard.kt
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 package org.suyu.suyu_emu.applets.keyboard
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/applets/keyboard/ui/KeyboardDialogFragment.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/applets/keyboard/ui/KeyboardDialogFragment.kt
index c89f7b035d..b80d9e0d04 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/applets/keyboard/ui/KeyboardDialogFragment.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/applets/keyboard/ui/KeyboardDialogFragment.kt
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 package org.suyu.suyu_emu.applets.keyboard.ui
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/NativeInput.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/NativeInput.kt
index 0edb7fc453..9639a614ac 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/NativeInput.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/NativeInput.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/SuyuInputDevice.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/SuyuInputDevice.kt
index 6f9b1cd374..4e7fc4adf0 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/SuyuInputDevice.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/SuyuInputDevice.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/SuyuVibrator.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/SuyuVibrator.kt
index d6e5baaf87..33cf4f5788 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/SuyuVibrator.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/SuyuVibrator.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/AnalogDirection.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/AnalogDirection.kt
index 60b0f97658..ff4762c7d4 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/AnalogDirection.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/AnalogDirection.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/ButtonName.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/ButtonName.kt
index b33a973665..c33e986cdb 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/ButtonName.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/ButtonName.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/InputType.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/InputType.kt
index b33e3f3c2f..6d441f180a 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/InputType.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/InputType.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/NativeAnalog.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/NativeAnalog.kt
index 5ba3fe846f..cbddbadcc8 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/NativeAnalog.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/NativeAnalog.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/NativeButton.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/NativeButton.kt
index 24ae9b8b70..c290cea7ca 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/NativeButton.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/NativeButton.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/NativeTrigger.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/NativeTrigger.kt
index d25f6cb756..ac6583b28f 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/NativeTrigger.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/NativeTrigger.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/NpadStyleIndex.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/NpadStyleIndex.kt
index 3c6ed84318..7bad46d728 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/NpadStyleIndex.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/NpadStyleIndex.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/PlayerInput.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/PlayerInput.kt
index b2f291017a..35e600dbd0 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/PlayerInput.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/input/model/PlayerInput.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/AnalogInputSetting.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/AnalogInputSetting.kt
index 2479306a4d..78103ba858 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/AnalogInputSetting.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/AnalogInputSetting.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/ButtonInputSetting.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/ButtonInputSetting.kt
index 32bb6ef570..e586cedbb0 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/ButtonInputSetting.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/ButtonInputSetting.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/InputProfileSetting.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/InputProfileSetting.kt
index abe1b5513d..461588354a 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/InputProfileSetting.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/InputProfileSetting.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/InputSetting.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/InputSetting.kt
index 0c45b1ca82..ac54cda377 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/InputSetting.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/InputSetting.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/ModifierInputSetting.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/ModifierInputSetting.kt
index 3d64b5e785..4d1e2c6699 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/ModifierInputSetting.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/ModifierInputSetting.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/StringInputSetting.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/StringInputSetting.kt
index fa439e9ed7..f2dbeb2912 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/StringInputSetting.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/model/view/StringInputSetting.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/InputDialogFragment.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/InputDialogFragment.kt
index 4218344bb3..af7767af51 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/InputDialogFragment.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/InputDialogFragment.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/InputProfileAdapter.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/InputProfileAdapter.kt
index ad8db207b2..693cb77cbb 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/InputProfileAdapter.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/InputProfileAdapter.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/InputProfileDialogFragment.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/InputProfileDialogFragment.kt
index b286e27445..55acee9eda 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/InputProfileDialogFragment.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/InputProfileDialogFragment.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/NewInputProfileDialogFragment.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/NewInputProfileDialogFragment.kt
index 3dfefdf14f..e683caf190 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/NewInputProfileDialogFragment.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/NewInputProfileDialogFragment.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/viewholder/InputProfileViewHolder.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/viewholder/InputProfileViewHolder.kt
index fe8811f6e8..72c27b668a 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/viewholder/InputProfileViewHolder.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/viewholder/InputProfileViewHolder.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/viewholder/InputViewHolder.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/viewholder/InputViewHolder.kt
index a3fbd301bd..d66e4e7581 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/viewholder/InputViewHolder.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/viewholder/InputViewHolder.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/viewholder/StringInputViewHolder.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/viewholder/StringInputViewHolder.kt
index f20d4070d5..3acc7248cd 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/viewholder/StringInputViewHolder.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/features/settings/ui/viewholder/StringInputViewHolder.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/fragments/CoreErrorDialogFragment.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/fragments/CoreErrorDialogFragment.kt
index 4247f19f91..16f3e8b08f 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/fragments/CoreErrorDialogFragment.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/fragments/CoreErrorDialogFragment.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/model/Driver.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/model/Driver.kt
index 849b88be4c..cf1f72bcc1 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/model/Driver.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/model/Driver.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/model/GameVerificationResult.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/model/GameVerificationResult.kt
index 4c6968eb46..61c6014469 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/model/GameVerificationResult.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/model/GameVerificationResult.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/model/InstallResult.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/model/InstallResult.kt
index e14c3d6fff..110da0f32b 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/model/InstallResult.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/model/InstallResult.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/model/PatchType.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/model/PatchType.kt
index 461af65a21..1880f876ec 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/model/PatchType.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/model/PatchType.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/model/SelectableItem.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/model/SelectableItem.kt
index 700ceac33a..b8209e3f1d 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/model/SelectableItem.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/model/SelectableItem.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/utils/GameMetadata.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/utils/GameMetadata.kt
index 130f8010c1..d8f278e902 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/utils/GameMetadata.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/utils/GameMetadata.kt
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 package org.suyu.suyu_emu.utils
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/utils/LifecycleUtils.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/utils/LifecycleUtils.kt
index eb6d2241c9..e1b73c11d6 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/utils/LifecycleUtils.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/utils/LifecycleUtils.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/utils/ParamPackage.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/utils/ParamPackage.kt
index c60df1752e..98a906c8e3 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/utils/ParamPackage.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/utils/ParamPackage.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/java/org/suyu/suyu_emu/viewholder/AbstractViewHolder.kt b/src/android/app/src/main/java/org/suyu/suyu_emu/viewholder/AbstractViewHolder.kt
index f9c76b0493..ee149eae7d 100644
--- a/src/android/app/src/main/java/org/suyu/suyu_emu/viewholder/AbstractViewHolder.kt
+++ b/src/android/app/src/main/java/org/suyu/suyu_emu/viewholder/AbstractViewHolder.kt
@@ -1,3 +1,4 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/android/app/src/main/jni/game_metadata.cpp b/src/android/app/src/main/jni/game_metadata.cpp
index c9f3ed50f6..489f862978 100644
--- a/src/android/app/src/main/jni/game_metadata.cpp
+++ b/src/android/app/src/main/jni/game_metadata.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include "common/android/android_common.h"
diff --git a/src/android/app/src/main/jni/native.cpp b/src/android/app/src/main/jni/native.cpp
index 0ce841575c..35ca93a78d 100644
--- a/src/android/app/src/main/jni/native.cpp
+++ b/src/android/app/src/main/jni/native.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 suyu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <codecvt>
diff --git a/src/android/app/src/main/jni/native.h b/src/android/app/src/main/jni/native.h
index e03002e641..6a4551ada2 100644
--- a/src/android/app/src/main/jni/native.h
+++ b/src/android/app/src/main/jni/native.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <android/native_window_jni.h>
diff --git a/src/android/app/src/main/jni/native_input.cpp b/src/android/app/src/main/jni/native_input.cpp
index d7f9d22ff2..5f83c3fe1b 100644
--- a/src/android/app/src/main/jni/native_input.cpp
+++ b/src/android/app/src/main/jni/native_input.cpp
@@ -1,4 +1,5 @@
-// SPDX-FileCopyrightText: 2024 suyu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
+// SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <common/fs/fs.h>
diff --git a/src/audio_core/sink/cubeb_sink.cpp b/src/audio_core/sink/cubeb_sink.cpp
index 7ff4dc6577..62f7b4b07e 100644
--- a/src/audio_core/sink/cubeb_sink.cpp
+++ b/src/audio_core/sink/cubeb_sink.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <span>
diff --git a/src/audio_core/sink/sink_stream.cpp b/src/audio_core/sink/sink_stream.cpp
index c83e451f79..8a03fdbbc3 100644
--- a/src/audio_core/sink/sink_stream.cpp
+++ b/src/audio_core/sink/sink_stream.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <array>
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index f8d431a770..e97a415189 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -1,4 +1,5 @@
-# SPDX-FileCopyrightText: 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+# SPDX-FileCopyrightText: 2018 yuzu Emulator Project
+# SPDX-FileCopyrightText: 2024 suyu Emulator Project
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 if (DEFINED ENV{AZURECIREPO})
diff --git a/src/common/android/applets/software_keyboard.cpp b/src/common/android/applets/software_keyboard.cpp
index 68376cf5a2..2f0c58227a 100644
--- a/src/common/android/applets/software_keyboard.cpp
+++ b/src/common/android/applets/software_keyboard.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <map>
diff --git a/src/common/android/id_cache.cpp b/src/common/android/id_cache.cpp
index e6462d357c..40faea9fa0 100644
--- a/src/common/android/id_cache.cpp
+++ b/src/common/android/id_cache.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <jni.h>
diff --git a/src/common/android/id_cache.h b/src/common/android/id_cache.h
index 950ce84e30..95e3e4e2ac 100644
--- a/src/common/android/id_cache.h
+++ b/src/common/android/id_cache.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-3.0-or-later
 
 #pragma once
diff --git a/src/common/assert.h b/src/common/assert.h
index 9899c2cf2c..74c0158e9f 100644
--- a/src/common/assert.h
+++ b/src/common/assert.h
@@ -1,5 +1,5 @@
 // SPDX-FileCopyrightText: 2013 Dolphin Emulator Project
-// SPDX-FileCopyrightText: 2014 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2014 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/common/common_funcs.h b/src/common/common_funcs.h
index 4eb8a12382..1523b48ac7 100644
--- a/src/common/common_funcs.h
+++ b/src/common/common_funcs.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/common/fs/fs_paths.h b/src/common/fs/fs_paths.h
index 6d30d16435..3720976efe 100644
--- a/src/common/fs/fs_paths.h
+++ b/src/common/fs/fs_paths.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/common/fs/path_util.cpp b/src/common/fs/path_util.cpp
index f92cbe0f7b..e23f53fb9d 100644
--- a/src/common/fs/path_util.cpp
+++ b/src/common/fs/path_util.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <algorithm>
diff --git a/src/common/fs/path_util.h b/src/common/fs/path_util.h
index 1fcb7d3778..2076fbcd43 100644
--- a/src/common/fs/path_util.h
+++ b/src/common/fs/path_util.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/common/intrusive_list.h b/src/common/intrusive_list.h
index 0867849a23..301af0533e 100644
--- a/src/common/intrusive_list.h
+++ b/src/common/intrusive_list.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/common/intrusive_red_black_tree.h b/src/common/intrusive_red_black_tree.h
index 6809acb47d..b0ae455b64 100644
--- a/src/common/intrusive_red_black_tree.h
+++ b/src/common/intrusive_red_black_tree.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index d2bb208467..fd16197749 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2014 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2014 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <atomic>
diff --git a/src/common/logging/types.h b/src/common/logging/types.h
index 6b2e64d957..03544387d1 100644
--- a/src/common/logging/types.h
+++ b/src/common/logging/types.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/common/nvidia_flags.cpp b/src/common/nvidia_flags.cpp
index 579d2b9407..a788290274 100644
--- a/src/common/nvidia_flags.cpp
+++ b/src/common/nvidia_flags.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <cstdlib>
diff --git a/src/common/scope_exit.h b/src/common/scope_exit.h
index 3d6bef8f57..f281d7716b 100644
--- a/src/common/scope_exit.h
+++ b/src/common/scope_exit.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2014 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2014 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/common/settings.cpp b/src/common/settings.cpp
index 5eca4dfa74..948c557674 100644
--- a/src/common/settings.cpp
+++ b/src/common/settings.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <version>
diff --git a/src/common/settings.h b/src/common/settings.h
index f3195af564..48f127bde8 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 // Modified by palfaiate on <2024/03/07>
diff --git a/src/common/uuid.h b/src/common/uuid.h
index 32bdedc3f0..249fe90c84 100644
--- a/src/common/uuid.h
+++ b/src/common/uuid.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/common/x64/cpu_detect.cpp b/src/common/x64/cpu_detect.cpp
index d2facf6335..534256ecb2 100644
--- a/src/common/x64/cpu_detect.cpp
+++ b/src/common/x64/cpu_detect.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
 // SPDX-FileCopyrightText: Copyright 2013 Dolphin Emulator Project / 2015 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h
index 741113bf8e..86d13ce9da 100644
--- a/src/core/arm/arm_interface.h
+++ b/src/core/arm/arm_interface.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2014 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2014 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/arm/nce/arm_nce.cpp b/src/core/arm/nce/arm_nce.cpp
index d3dd0899f4..d48d82c439 100644
--- a/src/core/arm/nce/arm_nce.cpp
+++ b/src/core/arm/nce/arm_nce.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <cinttypes>
diff --git a/src/core/arm/nce/patcher.cpp b/src/core/arm/nce/patcher.cpp
index 8996f07463..4ff018c2b0 100644
--- a/src/core/arm/nce/patcher.cpp
+++ b/src/core/arm/nce/patcher.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include "common/arm64/native_clock.h"
diff --git a/src/core/crypto/key_manager.cpp b/src/core/crypto/key_manager.cpp
index e9896c7b6f..735a632f41 100644
--- a/src/core/crypto/key_manager.cpp
+++ b/src/core/crypto/key_manager.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <algorithm>
diff --git a/src/core/device_memory_manager.inc b/src/core/device_memory_manager.inc
index 7987cffe6a..47ff4ec5c7 100644
--- a/src/core/device_memory_manager.inc
+++ b/src/core/device_memory_manager.inc
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <atomic>
diff --git a/src/core/file_sys/bis_factory.cpp b/src/core/file_sys/bis_factory.cpp
index a893fad8a3..9ec4e8e947 100644
--- a/src/core/file_sys/bis_factory.cpp
+++ b/src/core/file_sys/bis_factory.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <fmt/format.h>
diff --git a/src/core/file_sys/fs_path.h b/src/core/file_sys/fs_path.h
index a4004c2161..e3282968e2 100644
--- a/src/core/file_sys/fs_path.h
+++ b/src/core/file_sys/fs_path.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2024 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2024 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/file_sys/fssystem/fssystem_aes_ctr_counter_extended_storage.h b/src/core/file_sys/fssystem/fssystem_aes_ctr_counter_extended_storage.h
index 0f53e3f669..3de634e6b7 100644
--- a/src/core/file_sys/fssystem/fssystem_aes_ctr_counter_extended_storage.h
+++ b/src/core/file_sys/fssystem/fssystem_aes_ctr_counter_extended_storage.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/file_sys/fssystem/fssystem_aes_ctr_storage.h b/src/core/file_sys/fssystem/fssystem_aes_ctr_storage.h
index 7838f982c6..b96986760e 100644
--- a/src/core/file_sys/fssystem/fssystem_aes_ctr_storage.h
+++ b/src/core/file_sys/fssystem/fssystem_aes_ctr_storage.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/file_sys/fssystem/fssystem_aes_xts_storage.h b/src/core/file_sys/fssystem/fssystem_aes_xts_storage.h
index c03f5d8b43..59a8560051 100644
--- a/src/core/file_sys/fssystem/fssystem_aes_xts_storage.h
+++ b/src/core/file_sys/fssystem/fssystem_aes_xts_storage.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/file_sys/fssystem/fssystem_alignment_matching_storage.h b/src/core/file_sys/fssystem/fssystem_alignment_matching_storage.h
index f5faee0ca1..8ad2c256b6 100644
--- a/src/core/file_sys/fssystem/fssystem_alignment_matching_storage.h
+++ b/src/core/file_sys/fssystem/fssystem_alignment_matching_storage.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/file_sys/fssystem/fssystem_bucket_tree.h b/src/core/file_sys/fssystem/fssystem_bucket_tree.h
index 89996f64b4..c674ba9029 100644
--- a/src/core/file_sys/fssystem/fssystem_bucket_tree.h
+++ b/src/core/file_sys/fssystem/fssystem_bucket_tree.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/file_sys/fssystem/fssystem_compressed_storage.h b/src/core/file_sys/fssystem/fssystem_compressed_storage.h
index 93a4b94972..6038994be6 100644
--- a/src/core/file_sys/fssystem/fssystem_compressed_storage.h
+++ b/src/core/file_sys/fssystem/fssystem_compressed_storage.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/file_sys/fssystem/fssystem_hierarchical_integrity_verification_storage.h b/src/core/file_sys/fssystem/fssystem_hierarchical_integrity_verification_storage.h
index 4ce5603706..a3460e958e 100644
--- a/src/core/file_sys/fssystem/fssystem_hierarchical_integrity_verification_storage.h
+++ b/src/core/file_sys/fssystem/fssystem_hierarchical_integrity_verification_storage.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/file_sys/fssystem/fssystem_hierarchical_sha256_storage.h b/src/core/file_sys/fssystem/fssystem_hierarchical_sha256_storage.h
index 31b26f164e..62489101b1 100644
--- a/src/core/file_sys/fssystem/fssystem_hierarchical_sha256_storage.h
+++ b/src/core/file_sys/fssystem/fssystem_hierarchical_sha256_storage.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/file_sys/fssystem/fssystem_indirect_storage.h b/src/core/file_sys/fssystem/fssystem_indirect_storage.h
index 7b1a6bd54e..5e24061fba 100644
--- a/src/core/file_sys/fssystem/fssystem_indirect_storage.h
+++ b/src/core/file_sys/fssystem/fssystem_indirect_storage.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/file_sys/fssystem/fssystem_integrity_verification_storage.h b/src/core/file_sys/fssystem/fssystem_integrity_verification_storage.h
index 9328901bc5..5fcb2afd80 100644
--- a/src/core/file_sys/fssystem/fssystem_integrity_verification_storage.h
+++ b/src/core/file_sys/fssystem/fssystem_integrity_verification_storage.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/file_sys/fssystem/fssystem_memory_resource_buffer_hold_storage.h b/src/core/file_sys/fssystem/fssystem_memory_resource_buffer_hold_storage.h
index 9f1e4cc1e8..c25115afb3 100644
--- a/src/core/file_sys/fssystem/fssystem_memory_resource_buffer_hold_storage.h
+++ b/src/core/file_sys/fssystem/fssystem_memory_resource_buffer_hold_storage.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/file_sys/fssystem/fssystem_nca_file_system_driver.cpp b/src/core/file_sys/fssystem/fssystem_nca_file_system_driver.cpp
index a2b9d27de5..ff92469458 100644
--- a/src/core/file_sys/fssystem/fssystem_nca_file_system_driver.cpp
+++ b/src/core/file_sys/fssystem/fssystem_nca_file_system_driver.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include "core/file_sys/fssystem/fssystem_aes_ctr_counter_extended_storage.h"
diff --git a/src/core/file_sys/fssystem/fssystem_nca_file_system_driver.h b/src/core/file_sys/fssystem/fssystem_nca_file_system_driver.h
index 34a04bffe1..f6618350a1 100644
--- a/src/core/file_sys/fssystem/fssystem_nca_file_system_driver.h
+++ b/src/core/file_sys/fssystem/fssystem_nca_file_system_driver.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/file_sys/fssystem/fssystem_pooled_buffer.h b/src/core/file_sys/fssystem/fssystem_pooled_buffer.h
index 2a084ec45f..5d95fdc3fd 100644
--- a/src/core/file_sys/fssystem/fssystem_pooled_buffer.h
+++ b/src/core/file_sys/fssystem/fssystem_pooled_buffer.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/file_sys/fssystem/fssystem_sparse_storage.h b/src/core/file_sys/fssystem/fssystem_sparse_storage.h
index d0761cd385..df37d11b5c 100644
--- a/src/core/file_sys/fssystem/fssystem_sparse_storage.h
+++ b/src/core/file_sys/fssystem/fssystem_sparse_storage.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/file_sys/fssystem/fssystem_switch_storage.h b/src/core/file_sys/fssystem/fssystem_switch_storage.h
index 9de6fbe936..aa4d0d1d31 100644
--- a/src/core/file_sys/fssystem/fssystem_switch_storage.h
+++ b/src/core/file_sys/fssystem/fssystem_switch_storage.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/file_sys/registered_cache.cpp b/src/core/file_sys/registered_cache.cpp
index 6bb2d304e1..c208be83f2 100644
--- a/src/core/file_sys/registered_cache.cpp
+++ b/src/core/file_sys/registered_cache.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <algorithm>
diff --git a/src/core/file_sys/registered_cache.h b/src/core/file_sys/registered_cache.h
index b60595ad98..41a3fc07c9 100644
--- a/src/core/file_sys/registered_cache.h
+++ b/src/core/file_sys/registered_cache.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/file_sys/vfs/vfs.h b/src/core/file_sys/vfs/vfs.h
index ec04cd8069..95a690186d 100644
--- a/src/core/file_sys/vfs/vfs.h
+++ b/src/core/file_sys/vfs/vfs.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/frontend/applets/software_keyboard.cpp b/src/core/frontend/applets/software_keyboard.cpp
index b262579b87..e977923124 100644
--- a/src/core/frontend/applets/software_keyboard.cpp
+++ b/src/core/frontend/applets/software_keyboard.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <thread>
diff --git a/src/core/hle/api_version.h b/src/core/hle/api_version.h
index 62745a8f2d..80d6cea09f 100644
--- a/src/core/hle/api_version.h
+++ b/src/core/hle/api_version.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/hle/kernel/k_auto_object.h b/src/core/hle/kernel/k_auto_object.h
index 3ec056119b..7b6f891a3b 100644
--- a/src/core/hle/kernel/k_auto_object.h
+++ b/src/core/hle/kernel/k_auto_object.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/hle/kernel/k_auto_object_container.h b/src/core/hle/kernel/k_auto_object_container.h
index bee5a5f304..604cd58131 100644
--- a/src/core/hle/kernel/k_auto_object_container.h
+++ b/src/core/hle/kernel/k_auto_object_container.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/hle/kernel/k_dynamic_resource_manager.h b/src/core/hle/kernel/k_dynamic_resource_manager.h
index 55347979b2..eeb3c13008 100644
--- a/src/core/hle/kernel/k_dynamic_resource_manager.h
+++ b/src/core/hle/kernel/k_dynamic_resource_manager.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/hle/kernel/k_dynamic_slab_heap.h b/src/core/hle/kernel/k_dynamic_slab_heap.h
index 4f3de7046d..d0df6f0bd5 100644
--- a/src/core/hle/kernel/k_dynamic_slab_heap.h
+++ b/src/core/hle/kernel/k_dynamic_slab_heap.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/hle/kernel/k_handle_table.h b/src/core/hle/kernel/k_handle_table.h
index 91d5b71009..0821201484 100644
--- a/src/core/hle/kernel/k_handle_table.h
+++ b/src/core/hle/kernel/k_handle_table.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/hle/kernel/k_memory_region.h b/src/core/hle/kernel/k_memory_region.h
index 44c7343156..3716b9e710 100644
--- a/src/core/hle/kernel/k_memory_region.h
+++ b/src/core/hle/kernel/k_memory_region.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/hle/kernel/k_page_table_base.cpp b/src/core/hle/kernel/k_page_table_base.cpp
index 25af39c856..7714717f74 100644
--- a/src/core/hle/kernel/k_page_table_base.cpp
+++ b/src/core/hle/kernel/k_page_table_base.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include "common/scope_exit.h"
diff --git a/src/core/hle/kernel/k_page_table_base.h b/src/core/hle/kernel/k_page_table_base.h
index 819502d0a0..37c745d14a 100644
--- a/src/core/hle/kernel/k_page_table_base.h
+++ b/src/core/hle/kernel/k_page_table_base.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/hle/kernel/k_scheduler.h b/src/core/hle/kernel/k_scheduler.h
index 20347124f8..96bc2788c9 100644
--- a/src/core/hle/kernel/k_scheduler.h
+++ b/src/core/hle/kernel/k_scheduler.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/hle/kernel/k_slab_heap.h b/src/core/hle/kernel/k_slab_heap.h
index e1b82597f5..f3bea4ea1e 100644
--- a/src/core/hle/kernel/k_slab_heap.h
+++ b/src/core/hle/kernel/k_slab_heap.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/hle/kernel/k_spin_lock.h b/src/core/hle/kernel/k_spin_lock.h
index fde6e250d0..a8c81e6cd2 100644
--- a/src/core/hle/kernel/k_spin_lock.h
+++ b/src/core/hle/kernel/k_spin_lock.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/hle/kernel/physical_core.h b/src/core/hle/kernel/physical_core.h
index d3bb4765a1..9159ba5306 100644
--- a/src/core/hle/kernel/physical_core.h
+++ b/src/core/hle/kernel/physical_core.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/hle/result.h b/src/core/hle/result.h
index 9a7c10efae..b3e1978906 100644
--- a/src/core/hle/result.h
+++ b/src/core/hle/result.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2014 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2014 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/hle/service/acc/acc.cpp b/src/core/hle/service/acc/acc.cpp
index 099fdbc368..888b34336b 100644
--- a/src/core/hle/service/acc/acc.cpp
+++ b/src/core/hle/service/acc/acc.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <algorithm>
diff --git a/src/core/hle/service/acc/profile_manager.cpp b/src/core/hle/service/acc/profile_manager.cpp
index d84bf33c38..e58066a51b 100644
--- a/src/core/hle/service/acc/profile_manager.cpp
+++ b/src/core/hle/service/acc/profile_manager.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <cstring>
diff --git a/src/core/hle/service/am/frontend/applet_web_browser.cpp b/src/core/hle/service/am/frontend/applet_web_browser.cpp
index d1b65029ac..3754bc5c55 100644
--- a/src/core/hle/service/am/frontend/applet_web_browser.cpp
+++ b/src/core/hle/service/am/frontend/applet_web_browser.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include "common/assert.h"
diff --git a/src/core/hle/service/caps/caps_manager.cpp b/src/core/hle/service/caps/caps_manager.cpp
index 093447ff6a..2c414b881c 100644
--- a/src/core/hle/service/caps/caps_manager.cpp
+++ b/src/core/hle/service/caps/caps_manager.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <sstream>
diff --git a/src/core/hle/service/filesystem/filesystem.cpp b/src/core/hle/service/filesystem/filesystem.cpp
index 99435a1d9c..9dcfebd977 100644
--- a/src/core/hle/service/filesystem/filesystem.cpp
+++ b/src/core/hle/service/filesystem/filesystem.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <utility>
diff --git a/src/core/hle/service/jit/jit_code_memory.h b/src/core/hle/service/jit/jit_code_memory.h
index c7e961deb7..87c9021f57 100644
--- a/src/core/hle/service/jit/jit_code_memory.h
+++ b/src/core/hle/service/jit/jit_code_memory.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/hle/service/ldn/lan_discovery.h b/src/core/hle/service/ldn/lan_discovery.h
index 0a376ce4f9..30524d9180 100644
--- a/src/core/hle/service/ldn/lan_discovery.h
+++ b/src/core/hle/service/ldn/lan_discovery.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/hle/service/mii/mii_database_manager.cpp b/src/core/hle/service/mii/mii_database_manager.cpp
index ffaa886f8b..a1d69cb619 100644
--- a/src/core/hle/service/mii/mii_database_manager.cpp
+++ b/src/core/hle/service/mii/mii_database_manager.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include "common/assert.h"
diff --git a/src/core/hle/service/nfc/common/amiibo_crypto.cpp b/src/core/hle/service/nfc/common/amiibo_crypto.cpp
index c627a06b49..b84c3eceb5 100644
--- a/src/core/hle/service/nfc/common/amiibo_crypto.cpp
+++ b/src/core/hle/service/nfc/common/amiibo_crypto.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-3.0-or-later
 
 // SPDX-FileCopyrightText: Copyright 2017 socram8888/amiitool
diff --git a/src/core/hle/service/nfc/common/device.cpp b/src/core/hle/service/nfc/common/device.cpp
index b646e82c61..bf29bb354e 100644
--- a/src/core/hle/service/nfc/common/device.cpp
+++ b/src/core/hle/service/nfc/common/device.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include "core/hle/service/glue/time/static.h"
diff --git a/src/core/hle/service/nifm/nifm.cpp b/src/core/hle/service/nifm/nifm.cpp
index 2202e3d899..c9997c745e 100644
--- a/src/core/hle/service/nifm/nifm.cpp
+++ b/src/core/hle/service/nifm/nifm.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include "core/core.h"
diff --git a/src/core/hle/service/nvdrv/core/nvmap.cpp b/src/core/hle/service/nvdrv/core/nvmap.cpp
index 08ff1a21ce..72d0087cd5 100644
--- a/src/core/hle/service/nvdrv/core/nvmap.cpp
+++ b/src/core/hle/service/nvdrv/core/nvmap.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2022 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2022 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2022 Skyline Team and Contributors
 // SPDX-License-Identifier: GPL-3.0-or-later
 
diff --git a/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp b/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp
index f3e97bd75b..ef6c78f1c3 100644
--- a/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp
+++ b/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2021 Skyline Team and Contributors
 // SPDX-License-Identifier: GPL-3.0-or-later
 
diff --git a/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.h b/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.h
index 8ac14b29f1..c11bd7e9b7 100644
--- a/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.h
+++ b/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2021 Skyline Team and Contributors
 // SPDX-License-Identifier: GPL-3.0-or-later
 
diff --git a/src/core/hle/service/nvdrv/devices/nvmap.cpp b/src/core/hle/service/nvdrv/devices/nvmap.cpp
index b0b115a1b9..70897fdaaf 100644
--- a/src/core/hle/service/nvdrv/devices/nvmap.cpp
+++ b/src/core/hle/service/nvdrv/devices/nvmap.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <algorithm>
diff --git a/src/core/hle/service/ro/ro.cpp b/src/core/hle/service/ro/ro.cpp
index 68f8a34588..5c04297b69 100644
--- a/src/core/hle/service/ro/ro.cpp
+++ b/src/core/hle/service/ro/ro.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <mbedtls/sha256.h>
diff --git a/src/core/hle/service/set/system_settings_server.cpp b/src/core/hle/service/set/system_settings_server.cpp
index 254fdd2e96..6dd432ba99 100644
--- a/src/core/hle/service/set/system_settings_server.cpp
+++ b/src/core/hle/service/set/system_settings_server.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <fstream>
diff --git a/src/core/hle/service/ssl/ssl_backend_schannel.cpp b/src/core/hle/service/ssl/ssl_backend_schannel.cpp
index c4085b02af..7c58399495 100644
--- a/src/core/hle/service/ssl/ssl_backend_schannel.cpp
+++ b/src/core/hle/service/ssl/ssl_backend_schannel.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <mutex>
diff --git a/src/core/hle/service/ssl/ssl_backend_securetransport.cpp b/src/core/hle/service/ssl/ssl_backend_securetransport.cpp
index dc25304062..dd23c4f6cf 100644
--- a/src/core/hle/service/ssl/ssl_backend_securetransport.cpp
+++ b/src/core/hle/service/ssl/ssl_backend_securetransport.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <mutex>
diff --git a/src/core/hle/service/vi/shared_buffer_manager.cpp b/src/core/hle/service/vi/shared_buffer_manager.cpp
index 8c1acc7b97..0cd185b709 100644
--- a/src/core/hle/service/vi/shared_buffer_manager.cpp
+++ b/src/core/hle/service/vi/shared_buffer_manager.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <random>
diff --git a/src/core/internal_network/network.cpp b/src/core/internal_network/network.cpp
index ef2392132f..4413866f81 100644
--- a/src/core/internal_network/network.cpp
+++ b/src/core/internal_network/network.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <algorithm>
diff --git a/src/core/internal_network/network.h b/src/core/internal_network/network.h
index ff636a4812..9cafe89713 100644
--- a/src/core/internal_network/network.h
+++ b/src/core/internal_network/network.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/internal_network/socket_proxy.cpp b/src/core/internal_network/socket_proxy.cpp
index dbeb754e87..a868a3febe 100644
--- a/src/core/internal_network/socket_proxy.cpp
+++ b/src/core/internal_network/socket_proxy.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <chrono>
diff --git a/src/core/internal_network/sockets.h b/src/core/internal_network/sockets.h
index 7f026c6054..17e2645ac3 100644
--- a/src/core/internal_network/sockets.h
+++ b/src/core/internal_network/sockets.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/loader/kip.cpp b/src/core/loader/kip.cpp
index 2aa2adda3d..1a435b2a23 100644
--- a/src/core/loader/kip.cpp
+++ b/src/core/loader/kip.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <cstring>
diff --git a/src/core/loader/loader.h b/src/core/loader/loader.h
index 3460a5bf9d..d597d101a1 100644
--- a/src/core/loader/loader.h
+++ b/src/core/loader/loader.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/loader/nro.cpp b/src/core/loader/nro.cpp
index 04f6bb613e..ed5c303a04 100644
--- a/src/core/loader/nro.cpp
+++ b/src/core/loader/nro.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <utility>
diff --git a/src/core/loader/nso.cpp b/src/core/loader/nso.cpp
index e2d97ad1b4..bc11a1fab2 100644
--- a/src/core/loader/nso.cpp
+++ b/src/core/loader/nso.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <cinttypes>
diff --git a/src/core/memory.cpp b/src/core/memory.cpp
index e50543fcf5..f7eae9c598 100644
--- a/src/core/memory.cpp
+++ b/src/core/memory.cpp
@@ -1,5 +1,5 @@
 // SPDX-FileCopyrightText: 2015 Citra Emulator Project
-// SPDX-FileCopyrightText: 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <algorithm>
diff --git a/src/core/memory.h b/src/core/memory.h
index 5de20d37fa..24710d27ea 100644
--- a/src/core/memory.h
+++ b/src/core/memory.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2014 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2014 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/core/perf_stats.cpp b/src/core/perf_stats.cpp
index 980efec1d4..1f5822bb61 100644
--- a/src/core/perf_stats.cpp
+++ b/src/core/perf_stats.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2017 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2017 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <algorithm>
diff --git a/src/core/reporter.cpp b/src/core/reporter.cpp
index d89967e2e6..b9da5ea68e 100644
--- a/src/core/reporter.cpp
+++ b/src/core/reporter.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <ctime>
diff --git a/src/dedicated_room/CMakeLists.txt b/src/dedicated_room/CMakeLists.txt
index c535212425..25cc9cca95 100644
--- a/src/dedicated_room/CMakeLists.txt
+++ b/src/dedicated_room/CMakeLists.txt
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: 2017 Citra Emulator Project & 2024 suyu Emulator Project
+# SPDX-FileCopyrightText: 2017 Citra Emulator Project
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 add_executable(suyu-room
diff --git a/src/dedicated_room/suyu_room.cpp b/src/dedicated_room/suyu_room.cpp
index cd21e4d22b..b80ee912eb 100644
--- a/src/dedicated_room/suyu_room.cpp
+++ b/src/dedicated_room/suyu_room.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2017 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2017 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <chrono>
diff --git a/src/dedicated_room/suyu_room.rc b/src/dedicated_room/suyu_room.rc
index 214792df92..6a2b842a33 100644
--- a/src/dedicated_room/suyu_room.rc
+++ b/src/dedicated_room/suyu_room.rc
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2017 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2017 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include "winresrc.h"
diff --git a/src/frontend_common/config.cpp b/src/frontend_common/config.cpp
index 9fe408e5e3..ccbab0291a 100644
--- a/src/frontend_common/config.cpp
+++ b/src/frontend_common/config.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <algorithm>
diff --git a/src/hid_core/frontend/emulated_console.h b/src/hid_core/frontend/emulated_console.h
index 5ea2093949..9f31926ddf 100644
--- a/src/hid_core/frontend/emulated_console.h
+++ b/src/hid_core/frontend/emulated_console.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/hid_core/frontend/emulated_controller.h b/src/hid_core/frontend/emulated_controller.h
index fbe83dd48e..b7263a93e3 100644
--- a/src/hid_core/frontend/emulated_controller.h
+++ b/src/hid_core/frontend/emulated_controller.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/hid_core/frontend/emulated_devices.h b/src/hid_core/frontend/emulated_devices.h
index 8ec58c1603..648eb64f6b 100644
--- a/src/hid_core/frontend/emulated_devices.h
+++ b/src/hid_core/frontend/emulated_devices.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/hid_core/hid_core.h b/src/hid_core/hid_core.h
index aa9ff5d7a0..e11c8bcfce 100644
--- a/src/hid_core/hid_core.h
+++ b/src/hid_core/hid_core.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/input_common/drivers/android.cpp b/src/input_common/drivers/android.cpp
index bd80e605ba..1edc0e01c3 100644
--- a/src/input_common/drivers/android.cpp
+++ b/src/input_common/drivers/android.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2024 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2024 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-3.0-or-later
 
 #include <set>
diff --git a/src/input_common/drivers/tas_input.cpp b/src/input_common/drivers/tas_input.cpp
index 93e17de27a..58a5484b46 100644
--- a/src/input_common/drivers/tas_input.cpp
+++ b/src/input_common/drivers/tas_input.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <cstring>
diff --git a/src/network/room.cpp b/src/network/room.cpp
index 4618e23a68..7e65d43075 100644
--- a/src/network/room.cpp
+++ b/src/network/room.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2017 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2017 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <algorithm>
diff --git a/src/network/room.h b/src/network/room.h
index 26a105b154..92dc1ff81c 100644
--- a/src/network/room.h
+++ b/src/network/room.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2017 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2017 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/network/verify_user.h b/src/network/verify_user.h
index 9d10e7169b..524c1f8d0e 100644
--- a/src/network/verify_user.h
+++ b/src/network/verify_user.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/suyu/CMakeLists.txt b/src/suyu/CMakeLists.txt
index 1c7354f545..a951a555aa 100644
--- a/src/suyu/CMakeLists.txt
+++ b/src/suyu/CMakeLists.txt
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: 2018 yuzu Emulator Project & 2024 Suyu Emulator Project
+# SPDX-FileCopyrightText: 2018 yuzu Emulator Project
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 set(CMAKE_AUTOMOC ON)
diff --git a/src/suyu/about_dialog.cpp b/src/suyu/about_dialog.cpp
index 96d4cf95be..40c99f91b7 100644
--- a/src/suyu/about_dialog.cpp
+++ b/src/suyu/about_dialog.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <QIcon>
diff --git a/src/suyu/about_dialog.h b/src/suyu/about_dialog.h
index ac64247507..3c4e71ee6c 100644
--- a/src/suyu/about_dialog.h
+++ b/src/suyu/about_dialog.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/suyu/applets/qt_amiibo_settings.cpp b/src/suyu/applets/qt_amiibo_settings.cpp
index bb0e8aff56..137f671f6f 100644
--- a/src/suyu/applets/qt_amiibo_settings.cpp
+++ b/src/suyu/applets/qt_amiibo_settings.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <algorithm>
diff --git a/src/suyu/applets/qt_amiibo_settings.h b/src/suyu/applets/qt_amiibo_settings.h
index ee27b88afb..3833cf6f2a 100644
--- a/src/suyu/applets/qt_amiibo_settings.h
+++ b/src/suyu/applets/qt_amiibo_settings.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/suyu/applets/qt_controller.cpp b/src/suyu/applets/qt_controller.cpp
index b93b11fc9c..f27ab835e5 100644
--- a/src/suyu/applets/qt_controller.cpp
+++ b/src/suyu/applets/qt_controller.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <algorithm>
diff --git a/src/suyu/applets/qt_controller.h b/src/suyu/applets/qt_controller.h
index ef7d0190df..e5372495d7 100644
--- a/src/suyu/applets/qt_controller.h
+++ b/src/suyu/applets/qt_controller.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/suyu/applets/qt_error.cpp b/src/suyu/applets/qt_error.cpp
index 3316593436..7753a97f73 100644
--- a/src/suyu/applets/qt_error.cpp
+++ b/src/suyu/applets/qt_error.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <QDateTime>
diff --git a/src/suyu/applets/qt_error.h b/src/suyu/applets/qt_error.h
index 56c23a0ea1..957f170ade 100644
--- a/src/suyu/applets/qt_error.h
+++ b/src/suyu/applets/qt_error.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/suyu/applets/qt_profile_select.cpp b/src/suyu/applets/qt_profile_select.cpp
index ac8d8f438a..af7d7e3940 100644
--- a/src/suyu/applets/qt_profile_select.cpp
+++ b/src/suyu/applets/qt_profile_select.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <mutex>
diff --git a/src/suyu/applets/qt_profile_select.h b/src/suyu/applets/qt_profile_select.h
index 8ddc3bd53e..607f1777cd 100644
--- a/src/suyu/applets/qt_profile_select.h
+++ b/src/suyu/applets/qt_profile_select.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/suyu/applets/qt_software_keyboard.cpp b/src/suyu/applets/qt_software_keyboard.cpp
index 3626aade49..a1bcfa717e 100644
--- a/src/suyu/applets/qt_software_keyboard.cpp
+++ b/src/suyu/applets/qt_software_keyboard.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <QCursor>
diff --git a/src/suyu/applets/qt_software_keyboard.h b/src/suyu/applets/qt_software_keyboard.h
index adf9f55690..7e2fdf09ea 100644
--- a/src/suyu/applets/qt_software_keyboard.h
+++ b/src/suyu/applets/qt_software_keyboard.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/suyu/applets/qt_web_browser.cpp b/src/suyu/applets/qt_web_browser.cpp
index a7d7a5ce65..6419dbd7c3 100644
--- a/src/suyu/applets/qt_web_browser.cpp
+++ b/src/suyu/applets/qt_web_browser.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #ifdef SUYU_USE_QT_WEB_ENGINE
diff --git a/src/suyu/applets/qt_web_browser.h b/src/suyu/applets/qt_web_browser.h
index 5e92825338..07e69fbbf4 100644
--- a/src/suyu/applets/qt_web_browser.h
+++ b/src/suyu/applets/qt_web_browser.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/suyu/applets/qt_web_browser_scripts.h b/src/suyu/applets/qt_web_browser_scripts.h
index f428d535e3..10e5ac4fa0 100644
--- a/src/suyu/applets/qt_web_browser_scripts.h
+++ b/src/suyu/applets/qt_web_browser_scripts.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/suyu/bootmanager.cpp b/src/suyu/bootmanager.cpp
index 3c536e3072..606325bf5e 100644
--- a/src/suyu/bootmanager.cpp
+++ b/src/suyu/bootmanager.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2014 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2014 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <algorithm>
diff --git a/src/suyu/bootmanager.h b/src/suyu/bootmanager.h
index df09cae04e..36eb956ec7 100644
--- a/src/suyu/bootmanager.h
+++ b/src/suyu/bootmanager.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2014 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2014 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/suyu/breakpad.cpp b/src/suyu/breakpad.cpp
index 7895a84e0f..d4a9d7d9a3 100644
--- a/src/suyu/breakpad.cpp
+++ b/src/suyu/breakpad.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <algorithm>
diff --git a/src/suyu/configuration/configure_camera.cpp b/src/suyu/configuration/configure_camera.cpp
index cb23fd78b2..5edc3902f0 100644
--- a/src/suyu/configuration/configure_camera.cpp
+++ b/src/suyu/configuration/configure_camera.cpp
@@ -1,4 +1,4 @@
-// Text : Copyright 2022 yuzu Emulator Project & 2024 suyu Emulator Project
+// Text : Copyright 2022 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-3.0-or-later
 
 #include <memory>
diff --git a/src/suyu/configuration/configure_camera.h b/src/suyu/configuration/configure_camera.h
index 1df3738acb..359cf69373 100644
--- a/src/suyu/configuration/configure_camera.h
+++ b/src/suyu/configuration/configure_camera.h
@@ -1,4 +1,4 @@
-// Text : Copyright 2022 yuzu Emulator Project & 2024 suyu Emulator Project
+// Text : Copyright 2022 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-3.0-or-later
 
 #pragma once
diff --git a/src/suyu/configuration/configure_debug.cpp b/src/suyu/configuration/configure_debug.cpp
index e1ad00113f..b4fa4eca09 100644
--- a/src/suyu/configuration/configure_debug.cpp
+++ b/src/suyu/configuration/configure_debug.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2016 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2016 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <QDesktopServices>
diff --git a/src/suyu/configuration/configure_filesystem.cpp b/src/suyu/configuration/configure_filesystem.cpp
index 0686a4946a..4a6c719f66 100644
--- a/src/suyu/configuration/configure_filesystem.cpp
+++ b/src/suyu/configuration/configure_filesystem.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <QFileDialog>
diff --git a/src/suyu/configuration/configure_input_advanced.cpp b/src/suyu/configuration/configure_input_advanced.cpp
index dd4ed0e03c..aea57e8c15 100644
--- a/src/suyu/configuration/configure_input_advanced.cpp
+++ b/src/suyu/configuration/configure_input_advanced.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <QColorDialog>
diff --git a/src/suyu/configuration/configure_per_game_addons.cpp b/src/suyu/configuration/configure_per_game_addons.cpp
index 4da1ea1a09..8c96995641 100644
--- a/src/suyu/configuration/configure_per_game_addons.cpp
+++ b/src/suyu/configuration/configure_per_game_addons.cpp
@@ -1,4 +1,5 @@
 // SPDX-FileCopyrightText: 2016 Citra Emulator Project
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-FileCopyrightText: 2024 suyu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
diff --git a/src/suyu/configuration/configure_profile_manager.cpp b/src/suyu/configuration/configure_profile_manager.cpp
index 16b5fe4285..c0f98e5240 100644
--- a/src/suyu/configuration/configure_profile_manager.cpp
+++ b/src/suyu/configuration/configure_profile_manager.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2016 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2016 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <algorithm>
diff --git a/src/suyu/configuration/configure_tas.cpp b/src/suyu/configuration/configure_tas.cpp
index 5f967b88cc..0a7fd9049a 100644
--- a/src/suyu/configuration/configure_tas.cpp
+++ b/src/suyu/configuration/configure_tas.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <QFileDialog>
diff --git a/src/suyu/configuration/configure_ui.cpp b/src/suyu/configuration/configure_ui.cpp
index 408a7372a7..a3648c5b1c 100644
--- a/src/suyu/configuration/configure_ui.cpp
+++ b/src/suyu/configuration/configure_ui.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2016 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2016 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include "suyu/configuration/configure_ui.h"
diff --git a/src/suyu/configuration/configure_web.cpp b/src/suyu/configuration/configure_web.cpp
index 7c88cc2586..7beca1563a 100644
--- a/src/suyu/configuration/configure_web.cpp
+++ b/src/suyu/configuration/configure_web.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2017 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2017 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <QIcon>
diff --git a/src/suyu/configuration/input_profiles.cpp b/src/suyu/configuration/input_profiles.cpp
index 9886f1348c..a2ca806899 100644
--- a/src/suyu/configuration/input_profiles.cpp
+++ b/src/suyu/configuration/input_profiles.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <fmt/format.h>
diff --git a/src/suyu/discord_impl.cpp b/src/suyu/discord_impl.cpp
index f6db7dcae0..f5a6448d82 100644
--- a/src/suyu/discord_impl.cpp
+++ b/src/suyu/discord_impl.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2018 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2018 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <chrono>
diff --git a/src/suyu/game_list.cpp b/src/suyu/game_list.cpp
index b12cdb7bf9..bda0d489bf 100644
--- a/src/suyu/game_list.cpp
+++ b/src/suyu/game_list.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2015 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2015 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 // Modified by palfaiate on <2024/03/07>
diff --git a/src/suyu/game_list.h b/src/suyu/game_list.h
index 45a50fe2f3..7568e1b6e0 100644
--- a/src/suyu/game_list.h
+++ b/src/suyu/game_list.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2015 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2015 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 // Modified by palfaiate on <2024/03/07>
diff --git a/src/suyu/game_list_worker.cpp b/src/suyu/game_list_worker.cpp
index cc88788db9..ecc2773064 100644
--- a/src/suyu/game_list_worker.cpp
+++ b/src/suyu/game_list_worker.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <memory>
diff --git a/src/suyu/loading_screen.cpp b/src/suyu/loading_screen.cpp
index 64f3264bec..2a83b9a867 100644
--- a/src/suyu/loading_screen.cpp
+++ b/src/suyu/loading_screen.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <unordered_map>
diff --git a/src/suyu/loading_screen.h b/src/suyu/loading_screen.h
index ef12b59c39..dfaa191567 100644
--- a/src/suyu/loading_screen.h
+++ b/src/suyu/loading_screen.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/suyu/main.cpp b/src/suyu/main.cpp
index 19148fcfc3..fc0028b45d 100644
--- a/src/suyu/main.cpp
+++ b/src/suyu/main.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2014 Citra Emulator Project  & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2014 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 // Modified by palfaiate on <2024/03/07>
diff --git a/src/suyu/main.h b/src/suyu/main.h
index 7fa28477a7..e20950e238 100644
--- a/src/suyu/main.h
+++ b/src/suyu/main.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2014 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2014 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 // Modified by palfaiate on <2024/03/07>
diff --git a/src/suyu/multiplayer/direct_connect.cpp b/src/suyu/multiplayer/direct_connect.cpp
index 5d5cb7aabc..b8b3eadf83 100644
--- a/src/suyu/multiplayer/direct_connect.cpp
+++ b/src/suyu/multiplayer/direct_connect.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2017 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2017 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <QComboBox>
diff --git a/src/suyu/multiplayer/host_room.cpp b/src/suyu/multiplayer/host_room.cpp
index 6c71454c8e..f4a61d9624 100644
--- a/src/suyu/multiplayer/host_room.cpp
+++ b/src/suyu/multiplayer/host_room.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2017 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2017 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <future>
diff --git a/src/suyu/multiplayer/lobby.cpp b/src/suyu/multiplayer/lobby.cpp
index b4c0596632..99e4d9ab30 100644
--- a/src/suyu/multiplayer/lobby.cpp
+++ b/src/suyu/multiplayer/lobby.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2017 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2017 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <QInputDialog>
diff --git a/src/suyu/play_time_manager.cpp b/src/suyu/play_time_manager.cpp
index 2d30e7d418..9a046c69a1 100644
--- a/src/suyu/play_time_manager.cpp
+++ b/src/suyu/play_time_manager.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include "common/alignment.h"
diff --git a/src/suyu/play_time_manager.h b/src/suyu/play_time_manager.h
index 8a45386810..d36319b748 100644
--- a/src/suyu/play_time_manager.h
+++ b/src/suyu/play_time_manager.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/suyu/startup_checks.cpp b/src/suyu/startup_checks.cpp
index f7308e0677..292fbcbbaa 100644
--- a/src/suyu/startup_checks.cpp
+++ b/src/suyu/startup_checks.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include "video_core/vulkan_common/vulkan_wrapper.h"
diff --git a/src/suyu/startup_checks.h b/src/suyu/startup_checks.h
index f0fedc3812..aa097ee483 100644
--- a/src/suyu/startup_checks.h
+++ b/src/suyu/startup_checks.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/suyu/suyu.qrc b/src/suyu/suyu.qrc
index 5d1f425a46..c0dde1bb1b 100644
--- a/src/suyu/suyu.qrc
+++ b/src/suyu/suyu.qrc
@@ -1,5 +1,5 @@
 <!--
-SPDX-FileCopyrightText: 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+SPDX-FileCopyrightText: 2021 yuzu Emulator Project
 SPDX-License-Identifier: GPL-2.0-or-later
 -->
 
diff --git a/src/suyu/suyu.rc b/src/suyu/suyu.rc
index 5f5639721f..bf891c8ff3 100644
--- a/src/suyu/suyu.rc
+++ b/src/suyu/suyu.rc
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include "winresrc.h"
diff --git a/src/suyu/uisettings.cpp b/src/suyu/uisettings.cpp
index 0bdf944f9a..60d4063c8c 100644
--- a/src/suyu/uisettings.cpp
+++ b/src/suyu/uisettings.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2016 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2016 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <QSettings>
diff --git a/src/suyu/uisettings.h b/src/suyu/uisettings.h
index f1956bddf1..cab889680f 100644
--- a/src/suyu/uisettings.h
+++ b/src/suyu/uisettings.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2016 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2016 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/suyu/vk_device_info.cpp b/src/suyu/vk_device_info.cpp
index fe10c85e92..4cdb74be9f 100644
--- a/src/suyu/vk_device_info.cpp
+++ b/src/suyu/vk_device_info.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <utility>
diff --git a/src/suyu/vk_device_info.h b/src/suyu/vk_device_info.h
index d3b24d35af..bda8262f4e 100644
--- a/src/suyu/vk_device_info.h
+++ b/src/suyu/vk_device_info.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/suyu_cmd/CMakeLists.txt b/src/suyu_cmd/CMakeLists.txt
index 31a8b34a51..45cc281218 100644
--- a/src/suyu_cmd/CMakeLists.txt
+++ b/src/suyu_cmd/CMakeLists.txt
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+# SPDX-FileCopyrightText: 2018 yuzu Emulator Project
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 # Credits to Samantas5855 and others for this function.
diff --git a/src/suyu_cmd/emu_window/emu_window_sdl2.cpp b/src/suyu_cmd/emu_window/emu_window_sdl2.cpp
index b9bd2c39f0..840dd83707 100644
--- a/src/suyu_cmd/emu_window/emu_window_sdl2.cpp
+++ b/src/suyu_cmd/emu_window/emu_window_sdl2.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2016 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2016 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <SDL.h>
diff --git a/src/suyu_cmd/emu_window/emu_window_sdl2.h b/src/suyu_cmd/emu_window/emu_window_sdl2.h
index 6cbc2a699e..f8886bbff4 100644
--- a/src/suyu_cmd/emu_window/emu_window_sdl2.h
+++ b/src/suyu_cmd/emu_window/emu_window_sdl2.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2016 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2016 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/suyu_cmd/emu_window/emu_window_sdl2_gl.cpp b/src/suyu_cmd/emu_window/emu_window_sdl2_gl.cpp
index 92380538b5..dce4358708 100644
--- a/src/suyu_cmd/emu_window/emu_window_sdl2_gl.cpp
+++ b/src/suyu_cmd/emu_window/emu_window_sdl2_gl.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <algorithm>
diff --git a/src/suyu_cmd/emu_window/emu_window_sdl2_gl.h b/src/suyu_cmd/emu_window/emu_window_sdl2_gl.h
index f306168d1e..d000850273 100644
--- a/src/suyu_cmd/emu_window/emu_window_sdl2_gl.h
+++ b/src/suyu_cmd/emu_window/emu_window_sdl2_gl.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/suyu_cmd/emu_window/emu_window_sdl2_null.cpp b/src/suyu_cmd/emu_window/emu_window_sdl2_null.cpp
index 1f7924dc46..2224940a80 100644
--- a/src/suyu_cmd/emu_window/emu_window_sdl2_null.cpp
+++ b/src/suyu_cmd/emu_window/emu_window_sdl2_null.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <cstdlib>
diff --git a/src/suyu_cmd/emu_window/emu_window_sdl2_null.h b/src/suyu_cmd/emu_window/emu_window_sdl2_null.h
index 20eae31075..adacff11c0 100644
--- a/src/suyu_cmd/emu_window/emu_window_sdl2_null.h
+++ b/src/suyu_cmd/emu_window/emu_window_sdl2_null.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/suyu_cmd/emu_window/emu_window_sdl2_vk.cpp b/src/suyu_cmd/emu_window/emu_window_sdl2_vk.cpp
index 5e6cac5f5e..28def70fef 100644
--- a/src/suyu_cmd/emu_window/emu_window_sdl2_vk.cpp
+++ b/src/suyu_cmd/emu_window/emu_window_sdl2_vk.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <cstdlib>
diff --git a/src/suyu_cmd/emu_window/emu_window_sdl2_vk.h b/src/suyu_cmd/emu_window/emu_window_sdl2_vk.h
index 6db6cd2916..2aebdcb7d8 100644
--- a/src/suyu_cmd/emu_window/emu_window_sdl2_vk.h
+++ b/src/suyu_cmd/emu_window/emu_window_sdl2_vk.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/suyu_cmd/precompiled_headers.h b/src/suyu_cmd/precompiled_headers.h
index 79da9caa04..aabae730bf 100644
--- a/src/suyu_cmd/precompiled_headers.h
+++ b/src/suyu_cmd/precompiled_headers.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2022 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2022 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/suyu_cmd/sdl_config.cpp b/src/suyu_cmd/sdl_config.cpp
index 8869f1c2bc..60317dba5a 100644
--- a/src/suyu_cmd/sdl_config.cpp
+++ b/src/suyu_cmd/sdl_config.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 // SDL will break our main function in suyu-cmd if we don't define this before adding SDL.h
diff --git a/src/suyu_cmd/sdl_config.h b/src/suyu_cmd/sdl_config.h
index 4f86e1695b..1fd1c692d5 100644
--- a/src/suyu_cmd/sdl_config.h
+++ b/src/suyu_cmd/sdl_config.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/suyu_cmd/suyu.cpp b/src/suyu_cmd/suyu.cpp
index f559c74f5b..eb46bb4e39 100644
--- a/src/suyu_cmd/suyu.cpp
+++ b/src/suyu_cmd/suyu.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2014 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2014 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <chrono>
diff --git a/src/suyu_cmd/suyu.rc b/src/suyu_cmd/suyu.rc
index 1b3ae064dc..bc0f68da30 100644
--- a/src/suyu_cmd/suyu.rc
+++ b/src/suyu_cmd/suyu.rc
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include "winresrc.h"
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt
index 36affdf4f0..e5cd0278fa 100644
--- a/src/video_core/CMakeLists.txt
+++ b/src/video_core/CMakeLists.txt
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+# SPDX-FileCopyrightText: 2018 yuzu Emulator Project
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 add_subdirectory(host_shaders)
diff --git a/src/video_core/host1x/ffmpeg/ffmpeg.cpp b/src/video_core/host1x/ffmpeg/ffmpeg.cpp
index 995673bc5c..5df7811928 100644
--- a/src/video_core/host1x/ffmpeg/ffmpeg.cpp
+++ b/src/video_core/host1x/ffmpeg/ffmpeg.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include "common/assert.h"
diff --git a/src/video_core/host1x/ffmpeg/ffmpeg.h b/src/video_core/host1x/ffmpeg/ffmpeg.h
index 50643cf416..3a1f362086 100644
--- a/src/video_core/host1x/ffmpeg/ffmpeg.h
+++ b/src/video_core/host1x/ffmpeg/ffmpeg.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/video_core/host_shaders/fidelityfx_fsr.frag b/src/video_core/host_shaders/fidelityfx_fsr.frag
index dd65b67594..3e3a53d5b8 100644
--- a/src/video_core/host_shaders/fidelityfx_fsr.frag
+++ b/src/video_core/host_shaders/fidelityfx_fsr.frag
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 //!#version 460 core
diff --git a/src/video_core/host_shaders/opengl_fidelityfx_fsr.frag b/src/video_core/host_shaders/opengl_fidelityfx_fsr.frag
index a4599c43af..da3e5dec31 100644
--- a/src/video_core/host_shaders/opengl_fidelityfx_fsr.frag
+++ b/src/video_core/host_shaders/opengl_fidelityfx_fsr.frag
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 //!#version 460 core
diff --git a/src/video_core/host_shaders/opengl_present_scaleforce.frag b/src/video_core/host_shaders/opengl_present_scaleforce.frag
index d1da725b9b..eace9bf2d7 100644
--- a/src/video_core/host_shaders/opengl_present_scaleforce.frag
+++ b/src/video_core/host_shaders/opengl_present_scaleforce.frag
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2020 BreadFish64 & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2020 BreadFish64
 // SPDX-License-Identifier: MIT
 
 // Adapted from https://github.com/BreadFish64/ScaleFish/tree/master/scaleforce
diff --git a/src/video_core/host_shaders/vulkan_fidelityfx_fsr_easu_fp16.frag b/src/video_core/host_shaders/vulkan_fidelityfx_fsr_easu_fp16.frag
index e033f4dd27..4a709f7d40 100644
--- a/src/video_core/host_shaders/vulkan_fidelityfx_fsr_easu_fp16.frag
+++ b/src/video_core/host_shaders/vulkan_fidelityfx_fsr_easu_fp16.frag
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #version 460 core
diff --git a/src/video_core/host_shaders/vulkan_fidelityfx_fsr_rcas_fp16.frag b/src/video_core/host_shaders/vulkan_fidelityfx_fsr_rcas_fp16.frag
index 01a17e3bd2..77f0406c95 100644
--- a/src/video_core/host_shaders/vulkan_fidelityfx_fsr_rcas_fp16.frag
+++ b/src/video_core/host_shaders/vulkan_fidelityfx_fsr_rcas_fp16.frag
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #version 460 core
diff --git a/src/video_core/host_shaders/vulkan_present_scaleforce_fp16.frag b/src/video_core/host_shaders/vulkan_present_scaleforce_fp16.frag
index 2e396a8269..5cf0c2205f 100644
--- a/src/video_core/host_shaders/vulkan_present_scaleforce_fp16.frag
+++ b/src/video_core/host_shaders/vulkan_present_scaleforce_fp16.frag
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #version 460
diff --git a/src/video_core/macro/macro.cpp b/src/video_core/macro/macro.cpp
index 77cecbe779..0e3f667977 100644
--- a/src/video_core/macro/macro.cpp
+++ b/src/video_core/macro/macro.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <cstring>
diff --git a/src/video_core/query_cache.h b/src/video_core/query_cache.h
index 9c44a57755..dd1b1e6e72 100644
--- a/src/video_core/query_cache.h
+++ b/src/video_core/query_cache.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/video_core/renderer_base.h b/src/video_core/renderer_base.h
index c180bef73e..0eeb689ad8 100644
--- a/src/video_core/renderer_base.h
+++ b/src/video_core/renderer_base.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2014 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2014 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/video_core/renderer_opengl/gl_device.cpp b/src/video_core/renderer_opengl/gl_device.cpp
index 92eff494a6..3cf99d1586 100644
--- a/src/video_core/renderer_opengl/gl_device.cpp
+++ b/src/video_core/renderer_opengl/gl_device.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <algorithm>
diff --git a/src/video_core/renderer_opengl/gl_resource_manager.cpp b/src/video_core/renderer_opengl/gl_resource_manager.cpp
index 644305cdf0..2161c1c209 100644
--- a/src/video_core/renderer_opengl/gl_resource_manager.cpp
+++ b/src/video_core/renderer_opengl/gl_resource_manager.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2015 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2015 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <string_view>
diff --git a/src/video_core/renderer_opengl/gl_resource_manager.h b/src/video_core/renderer_opengl/gl_resource_manager.h
index b8831ac00a..ec8f4e1634 100644
--- a/src/video_core/renderer_opengl/gl_resource_manager.h
+++ b/src/video_core/renderer_opengl/gl_resource_manager.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2015 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2015 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/video_core/renderer_opengl/gl_shader_cache.cpp b/src/video_core/renderer_opengl/gl_shader_cache.cpp
index dd48983ea2..50f86c29eb 100644
--- a/src/video_core/renderer_opengl/gl_shader_cache.cpp
+++ b/src/video_core/renderer_opengl/gl_shader_cache.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <atomic>
diff --git a/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp b/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp
index 1cda51946e..46fada689c 100644
--- a/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp
+++ b/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <algorithm>
diff --git a/src/video_core/renderer_vulkan/vk_texture_cache.cpp b/src/video_core/renderer_vulkan/vk_texture_cache.cpp
index a8a5353ad4..8909c77af3 100644
--- a/src/video_core/renderer_vulkan/vk_texture_cache.cpp
+++ b/src/video_core/renderer_vulkan/vk_texture_cache.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-3.0-or-later
 
 #include <algorithm>
diff --git a/src/video_core/shader_cache.cpp b/src/video_core/shader_cache.cpp
index b28bb7b3bb..a281f5d541 100644
--- a/src/video_core/shader_cache.cpp
+++ b/src/video_core/shader_cache.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <algorithm>
diff --git a/src/video_core/shader_cache.h b/src/video_core/shader_cache.h
index e305df5ca9..31f09e89fa 100644
--- a/src/video_core/shader_cache.h
+++ b/src/video_core/shader_cache.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/video_core/shader_environment.cpp b/src/video_core/shader_environment.cpp
index 282bb04ae5..3b4b645da0 100644
--- a/src/video_core/shader_environment.cpp
+++ b/src/video_core/shader_environment.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <algorithm>
diff --git a/src/video_core/texture_cache/texture_cache_base.h b/src/video_core/texture_cache/texture_cache_base.h
index 3c073ad222..3237ad94c8 100644
--- a/src/video_core/texture_cache/texture_cache_base.h
+++ b/src/video_core/texture_cache/texture_cache_base.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2023 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-3.0-or-later
 
 #pragma once
diff --git a/src/video_core/vulkan_common/nsight_aftermath_tracker.cpp b/src/video_core/vulkan_common/nsight_aftermath_tracker.cpp
index 6e253e08ac..7b487fa895 100644
--- a/src/video_core/vulkan_common/nsight_aftermath_tracker.cpp
+++ b/src/video_core/vulkan_common/nsight_aftermath_tracker.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #ifdef HAS_NSIGHT_AFTERMATH
diff --git a/src/video_core/vulkan_common/vulkan_device.cpp b/src/video_core/vulkan_common/vulkan_device.cpp
index fda4465a95..8ac1e2bed1 100644
--- a/src/video_core/vulkan_common/vulkan_device.cpp
+++ b/src/video_core/vulkan_common/vulkan_device.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <algorithm>
diff --git a/src/video_core/vulkan_common/vulkan_wrapper.cpp b/src/video_core/vulkan_common/vulkan_wrapper.cpp
index 68613b60ee..4c9879109d 100644
--- a/src/video_core/vulkan_common/vulkan_wrapper.cpp
+++ b/src/video_core/vulkan_common/vulkan_wrapper.cpp
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #include <algorithm>
diff --git a/src/web_service/announce_room_json.h b/src/web_service/announce_room_json.h
index 8820b49563..d1db5a2981 100644
--- a/src/web_service/announce_room_json.h
+++ b/src/web_service/announce_room_json.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2017 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: Copyright 2017 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
diff --git a/src/web_service/verify_login.h b/src/web_service/verify_login.h
index 4dee9cdc2f..e4e3d560f0 100644
--- a/src/web_service/verify_login.h
+++ b/src/web_service/verify_login.h
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: 2017 Citra Emulator Project & 2024 suyu Emulator Project
+// SPDX-FileCopyrightText: 2017 Citra Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
 #pragma once
-- 
GitLab