From c95eedd72c632a06b8078e8d602d319f6b90087f Mon Sep 17 00:00:00 2001 From: Luna <93695520+LunaisLazier@users.noreply.github.com> Date: Tue, 25 Feb 2025 22:32:05 -0600 Subject: [PATCH] Update copyright dates to 2025 --- COPYING.md | 6 +++--- program_info/CMakeLists.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/COPYING.md b/COPYING.md index 981f247a0..9fb05956a 100644 --- a/COPYING.md +++ b/COPYING.md @@ -1,7 +1,7 @@ ## Shattered Prism Shattered Prism - Minecraft Launcher - Copyright (C) 2024-2024 Shattered Prism Contributors + Copyright (C) 2024-2025 Shattered Prism Contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -35,7 +35,7 @@ ## Fjord Launcher Fjord Launcher - Minecraft Launcher - Copyright (C) 2024-2024 Fjord Launcher Contributors + Copyright (C) 2024-2025 Fjord Launcher Contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -103,7 +103,7 @@ ## Prism Launcher Prism Launcher - Minecraft Launcher - Copyright (C) 2022-2024 Prism Launcher Contributors + Copyright (C) 2022-2025 Prism Launcher Contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/program_info/CMakeLists.txt b/program_info/CMakeLists.txt index bd36ad276..c2a26c636 100644 --- a/program_info/CMakeLists.txt +++ b/program_info/CMakeLists.txt @@ -14,8 +14,8 @@ set(Launcher_DisplayName "Shattered Prism") set(Launcher_Name "${Launcher_CommonName}" PARENT_SCOPE) set(Launcher_DisplayName "${Launcher_DisplayName}" PARENT_SCOPE) -set(Launcher_Copyright "© 2024-2024 Shattered Prism Contributors\\n© 2024-2024 Fjord Launcher Contributors\\n© 2022-2024 PollyMC Contributors\\n© 2022-2024 Prism Launcher Contributors\\n© 2012-2021 MultiMC Contributors") -set(Launcher_Copyright_Mac "© 2024-2024 Shattered Prism Contributors, © 2024-2024 Fjord Launcher Contributors, © 2022-2024 PollyMC Contributors, © 2022-2024 Prism Launcher Contributors, and © 2012-2021 MultiMC Contributors" PARENT_SCOPE) +set(Launcher_Copyright "© 2024-2025 Shattered Prism Contributors\\n© 2024-2025 Fjord Launcher Contributors\\n© 2022-2024 PollyMC Contributors\\n© 2022-2025 Prism Launcher Contributors\\n© 2012-2021 MultiMC Contributors") +set(Launcher_Copyright_Mac "© 2024-2025 Shattered Prism Contributors, © 2024-2025 Fjord Launcher Contributors, © 2022-2024 PollyMC Contributors, © 2022-2025 Prism Launcher Contributors, and © 2012-2021 MultiMC Contributors" PARENT_SCOPE) set(Launcher_Copyright "${Launcher_Copyright}" PARENT_SCOPE) set(Launcher_Domain "" PARENT_SCOPE) set(Launcher_UserAgent "PrismLauncher/${Launcher_RELEASE_VERSION_NAME}" PARENT_SCOPE)