From 9ae0eeeb870899e00121b01380d9699b6e768d34 Mon Sep 17 00:00:00 2001 From: Zephyron Date: Tue, 14 Jan 2025 15:33:24 +1000 Subject: Revert incorrect copyright attribution for non-contributed files - In commit b3facaa6bb30cdc39f2b7d632fef1e3bfeee7785, the copyright header was updated to include "Citron Homebrew Project" across multiple files, regardless of whether any contributions were made. - This commit removes the incorrect attribution and reverts the copyright header to its previous state. - Copyright attribution should only be added when meaningful contributions have been made to the file. - This commit ensures proper compliance with copyright standards and maintains correct attribution to the respective contributors. - Special thanks to Tachi for pointing out the need for these corrections and ensuring that proper attribution practices are followed. --- src/dedicated_room/CMakeLists.txt | 2 +- src/dedicated_room/citron_room.cpp | 2 +- src/dedicated_room/citron_room.rc | 2 +- src/dedicated_room/precompiled_headers.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/dedicated_room') diff --git a/src/dedicated_room/CMakeLists.txt b/src/dedicated_room/CMakeLists.txt index 4e65ef890..f42b5a711 100644 --- a/src/dedicated_room/CMakeLists.txt +++ b/src/dedicated_room/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2017 Citra Emulator Project & 2025 Citron Homebrew Project +# SPDX-FileCopyrightText: 2017 Citra Emulator Project # SPDX-License-Identifier: GPL-2.0-or-later add_executable(citron-room diff --git a/src/dedicated_room/citron_room.cpp b/src/dedicated_room/citron_room.cpp index b8be48682..4ebc01f25 100644 --- a/src/dedicated_room/citron_room.cpp +++ b/src/dedicated_room/citron_room.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: Copyright 2017 Citra Emulator Project & 2025 Citron Homebrew Project +// SPDX-FileCopyrightText: Copyright 2017 Citra Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/dedicated_room/citron_room.rc b/src/dedicated_room/citron_room.rc index a9c6fead4..c56e4fb55 100644 --- a/src/dedicated_room/citron_room.rc +++ b/src/dedicated_room/citron_room.rc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2017 Citra Emulator Project & 2025 Citron Homebrew Project +// SPDX-FileCopyrightText: 2017 Citra Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #include "winresrc.h" diff --git a/src/dedicated_room/precompiled_headers.h b/src/dedicated_room/precompiled_headers.h index 87b2e790e..aabae730b 100644 --- a/src/dedicated_room/precompiled_headers.h +++ b/src/dedicated_room/precompiled_headers.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2022 yuzu Emulator Project & 2025 citron Homebrew Project +// SPDX-FileCopyrightText: 2022 yuzu Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #pragma once -- cgit v1.2.3