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/citron/debugger/console.cpp | 2 +- src/citron/debugger/console.h | 2 +- src/citron/debugger/controller.cpp | 2 +- src/citron/debugger/controller.h | 2 +- src/citron/debugger/profiler.cpp | 2 +- src/citron/debugger/profiler.h | 2 +- src/citron/debugger/wait_tree.cpp | 2 +- src/citron/debugger/wait_tree.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/citron/debugger') diff --git a/src/citron/debugger/console.cpp b/src/citron/debugger/console.cpp index 0192aacc0..d422ce5a8 100644 --- a/src/citron/debugger/console.cpp +++ b/src/citron/debugger/console.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2025 citron Homebrew Project +// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #ifdef _WIN32 diff --git a/src/citron/debugger/console.h b/src/citron/debugger/console.h index c8d29a83f..2491d1ec1 100644 --- a/src/citron/debugger/console.h +++ b/src/citron/debugger/console.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2025 citron Homebrew Project +// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/citron/debugger/controller.cpp b/src/citron/debugger/controller.cpp index cdfaf4776..51c9989e3 100644 --- a/src/citron/debugger/controller.cpp +++ b/src/citron/debugger/controller.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2015 Citra Emulator Project & 2025 Citron Homebrew Project +// SPDX-FileCopyrightText: 2015 Citra Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/citron/debugger/controller.h b/src/citron/debugger/controller.h index 22fd0d28b..9651dfaa9 100644 --- a/src/citron/debugger/controller.h +++ b/src/citron/debugger/controller.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2015 Citra Emulator Project & 2025 Citron Homebrew Project +// SPDX-FileCopyrightText: 2015 Citra Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/citron/debugger/profiler.cpp b/src/citron/debugger/profiler.cpp index 6a6ac006d..c8555141e 100644 --- a/src/citron/debugger/profiler.cpp +++ b/src/citron/debugger/profiler.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2015 Citra Emulator Project & 2025 Citron Homebrew Project +// SPDX-FileCopyrightText: 2015 Citra Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/citron/debugger/profiler.h b/src/citron/debugger/profiler.h index 973492082..4c8ccd3c2 100644 --- a/src/citron/debugger/profiler.h +++ b/src/citron/debugger/profiler.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2015 Citra Emulator Project & 2025 Citron Homebrew Project +// SPDX-FileCopyrightText: 2015 Citra Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #pragma once diff --git a/src/citron/debugger/wait_tree.cpp b/src/citron/debugger/wait_tree.cpp index edf4b9c25..fd26745f3 100644 --- a/src/citron/debugger/wait_tree.cpp +++ b/src/citron/debugger/wait_tree.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2016 Citra Emulator Project & 2025 Citron Homebrew Project +// SPDX-FileCopyrightText: 2016 Citra Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/citron/debugger/wait_tree.h b/src/citron/debugger/wait_tree.h index 7c97fc639..23c329fbe 100644 --- a/src/citron/debugger/wait_tree.h +++ b/src/citron/debugger/wait_tree.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2016 Citra Emulator Project & 2025 Citron Homebrew Project +// SPDX-FileCopyrightText: 2016 Citra Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #pragma once -- cgit v1.2.3