diff options
Diffstat (limited to 'CMakeModules')
-rw-r--r-- | CMakeModules/CopyCitronFFmpegDeps.cmake | 2 | ||||
-rw-r--r-- | CMakeModules/CopyCitronQt5Deps.cmake | 2 | ||||
-rw-r--r-- | CMakeModules/CopyCitronQt6Deps.cmake | 1 | ||||
-rw-r--r-- | CMakeModules/CopyCitronSDLDeps.cmake | 2 | ||||
-rw-r--r-- | CMakeModules/DownloadExternals.cmake | 2 | ||||
-rw-r--r-- | CMakeModules/FindFFmpeg.cmake | 2 | ||||
-rw-r--r-- | CMakeModules/FindOpus.cmake | 2 | ||||
-rw-r--r-- | CMakeModules/Findgamemode.cmake | 2 | ||||
-rw-r--r-- | CMakeModules/Findlz4.cmake | 2 | ||||
-rw-r--r-- | CMakeModules/Findzstd.cmake | 2 | ||||
-rw-r--r-- | CMakeModules/GenerateSCMRev.cmake | 2 | ||||
-rw-r--r-- | CMakeModules/MSVCCache.cmake | 2 | ||||
-rw-r--r-- | CMakeModules/MinGWClangCross.cmake | 2 | ||||
-rw-r--r-- | CMakeModules/WindowsCopyFiles.cmake | 2 | ||||
-rw-r--r-- | CMakeModules/aqt_config.ini | 1 |
15 files changed, 13 insertions, 15 deletions
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 |