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. --- CMakeModules/CopyCitronFFmpegDeps.cmake | 2 +- CMakeModules/CopyCitronQt5Deps.cmake | 2 +- CMakeModules/CopyCitronQt6Deps.cmake | 1 - CMakeModules/CopyCitronSDLDeps.cmake | 2 +- CMakeModules/DownloadExternals.cmake | 2 +- CMakeModules/FindFFmpeg.cmake | 2 +- CMakeModules/FindOpus.cmake | 2 +- CMakeModules/Findgamemode.cmake | 2 +- CMakeModules/Findlz4.cmake | 2 +- CMakeModules/Findzstd.cmake | 2 +- CMakeModules/GenerateSCMRev.cmake | 2 +- CMakeModules/MSVCCache.cmake | 2 +- CMakeModules/MinGWClangCross.cmake | 2 +- CMakeModules/WindowsCopyFiles.cmake | 2 +- CMakeModules/aqt_config.ini | 1 - 15 files changed, 13 insertions(+), 15 deletions(-) (limited to 'CMakeModules') diff --git a/CMakeModules/CopyCitronFFmpegDeps.cmake b/CMakeModules/CopyCitronFFmpegDeps.cmake index 10f8dcf5b..f8413b574 100644 --- a/CMakeModules/CopyCitronFFmpegDeps.cmake +++ b/CMakeModules/CopyCitronFFmpegDeps.cmake @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2020 yuzu Emulator Project & 2025 citron Homebrew Project +# SPDX-FileCopyrightText: 2020 yuzu Emulator Project # SPDX-License-Identifier: GPL-2.0-or-later function(copy_citron_FFmpeg_deps target_dir) diff --git a/CMakeModules/CopyCitronQt5Deps.cmake b/CMakeModules/CopyCitronQt5Deps.cmake index c8f9e1dbe..af58151d7 100644 --- a/CMakeModules/CopyCitronQt5Deps.cmake +++ b/CMakeModules/CopyCitronQt5Deps.cmake @@ -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 function(copy_citron_Qt5_deps target_dir) diff --git a/CMakeModules/CopyCitronQt6Deps.cmake b/CMakeModules/CopyCitronQt6Deps.cmake index 342939f55..3d354a495 100644 --- a/CMakeModules/CopyCitronQt6Deps.cmake +++ b/CMakeModules/CopyCitronQt6Deps.cmake @@ -1,5 +1,4 @@ # SPDX-FileCopyrightText: 2024 Citron HomeBrew Emulator Project -# SPDX-FileCopyrightText: 2024 kleidis function(copy_citron_Qt6_deps target_dir) include(WindowsCopyFiles) diff --git a/CMakeModules/CopyCitronSDLDeps.cmake b/CMakeModules/CopyCitronSDLDeps.cmake index 1ce39a3a0..a07f6f8c7 100644 --- a/CMakeModules/CopyCitronSDLDeps.cmake +++ b/CMakeModules/CopyCitronSDLDeps.cmake @@ -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 function(copy_citron_SDL_deps target_dir) diff --git a/CMakeModules/DownloadExternals.cmake b/CMakeModules/DownloadExternals.cmake index f188e40b6..d6bcb2fe3 100644 --- a/CMakeModules/DownloadExternals.cmake +++ b/CMakeModules/DownloadExternals.cmake @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 Citron Homebrew Emulator Project & vampiric_x 2025 +# SPDX-FileCopyrightText: 2025 Citron Homebrew Emulator Project # SPDX-License-Identifier: GPL-2.0-or-later # This function downloads a binary library package from our external repo. diff --git a/CMakeModules/FindFFmpeg.cmake b/CMakeModules/FindFFmpeg.cmake index c88b19c15..5cb1f3c8a 100644 --- a/CMakeModules/FindFFmpeg.cmake +++ b/CMakeModules/FindFFmpeg.cmake @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2019 Citra Emulator Project & 2025 Citron Homebrew Project +# SPDX-FileCopyrightText: 2019 Citra Emulator Project # SPDX-License-Identifier: GPL-2.0-or-later # FindFFmpeg diff --git a/CMakeModules/FindOpus.cmake b/CMakeModules/FindOpus.cmake index 76b5de287..25a44fd87 100644 --- a/CMakeModules/FindOpus.cmake +++ b/CMakeModules/FindOpus.cmake @@ -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 find_package(PkgConfig QUIET) diff --git a/CMakeModules/Findgamemode.cmake b/CMakeModules/Findgamemode.cmake index 5c9e04955..aa2f36683 100644 --- a/CMakeModules/Findgamemode.cmake +++ b/CMakeModules/Findgamemode.cmake @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 yuzu Emulator Project & 2025 citron Homebrew Project +# SPDX-FileCopyrightText: 2023 yuzu Emulator Project # SPDX-License-Identifier: GPL-2.0-or-later find_package(PkgConfig QUIET) diff --git a/CMakeModules/Findlz4.cmake b/CMakeModules/Findlz4.cmake index 36a2b5228..7a9a02d4e 100644 --- a/CMakeModules/Findlz4.cmake +++ b/CMakeModules/Findlz4.cmake @@ -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 include(FindPackageHandleStandardArgs) diff --git a/CMakeModules/Findzstd.cmake b/CMakeModules/Findzstd.cmake index e3676079e..ae3ea0865 100644 --- a/CMakeModules/Findzstd.cmake +++ b/CMakeModules/Findzstd.cmake @@ -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 include(FindPackageHandleStandardArgs) diff --git a/CMakeModules/GenerateSCMRev.cmake b/CMakeModules/GenerateSCMRev.cmake index 43b482f42..3f5ce0f34 100644 --- a/CMakeModules/GenerateSCMRev.cmake +++ b/CMakeModules/GenerateSCMRev.cmake @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2019 yuzu Emulator Project & 2025 citron Homebrew Project +# SPDX-FileCopyrightText: 2019 yuzu Emulator Project # SPDX-License-Identifier: GPL-2.0-or-later # Gets a UTC timestamp and sets the provided variable to it diff --git a/CMakeModules/MSVCCache.cmake b/CMakeModules/MSVCCache.cmake index 56c77ae11..ba0d22d9e 100644 --- a/CMakeModules/MSVCCache.cmake +++ b/CMakeModules/MSVCCache.cmake @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 yuzu Emulator Project & 2025 citron Homebrew Project +# SPDX-FileCopyrightText: 2022 yuzu Emulator Project # SPDX-License-Identifier: GPL-3.0-or-later # buildcache wrapper diff --git a/CMakeModules/MinGWClangCross.cmake b/CMakeModules/MinGWClangCross.cmake index 08be04a62..286a59a7a 100644 --- a/CMakeModules/MinGWClangCross.cmake +++ b/CMakeModules/MinGWClangCross.cmake @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 yuzu Emulator Project & 2025 citron Homebrew Project +# SPDX-FileCopyrightText: 2022 yuzu Emulator Project # SPDX-License-Identifier: GPL-3.0-or-later set(MINGW_PREFIX /usr/x86_64-w64-mingw32/) diff --git a/CMakeModules/WindowsCopyFiles.cmake b/CMakeModules/WindowsCopyFiles.cmake index 92abf37e7..08b598365 100644 --- a/CMakeModules/WindowsCopyFiles.cmake +++ b/CMakeModules/WindowsCopyFiles.cmake @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2018 yuzu Emulator Project & 2025 citron Homebrew Project +# SPDX-FileCopyrightText: 2018 yuzu Emulator Project # SPDX-License-Identifier: GPL-2.0-or-later # This file provides the function windows_copy_files. diff --git a/CMakeModules/aqt_config.ini b/CMakeModules/aqt_config.ini index 0ad399ada..2ea6096e4 100644 --- a/CMakeModules/aqt_config.ini +++ b/CMakeModules/aqt_config.ini @@ -1,5 +1,4 @@ # SPDX-FileCopyrightText: 2024 Citron HomeBrew Emulator Project -# SPDX-FileCopyrightText: 2024 kleidis [aqt] concurrency: 2 -- cgit v1.2.3