From 64b63a136f695aa126be047681223a64c7e1dc67 Mon Sep 17 00:00:00 2001 From: EngineersBox Date: Mon, 6 Jan 2025 21:14:08 +1100 Subject: [PATCH 1/3] Bumped copyright date to 2025 --- LICENSES.md | 4 ++-- src/mips/openbios/main/main.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSES.md b/LICENSES.md index f393d3b14..adbcbbf7d 100644 --- a/LICENSES.md +++ b/LICENSES.md @@ -1,11 +1,11 @@ R"( -PCSX-Redux, Copyright (C) 2019-2024 [PCSX-Redux authors](AUTHORS) +PCSX-Redux, Copyright (C) 2019\-2025 [PCSX-Redux authors](AUTHORS) PCSX-Redux comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See [the license](https://github.com/grumpycoders/pcsx-redux/blob/main/LICENSE) for details. -OpenBIOS, Copyright (C) 2019-2024 [PCSX-Redux authors](AUTHORS) +OpenBIOS, Copyright (C) 2019\-2025 [PCSX-Redux authors](AUTHORS) OpenBIOS comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See [the license](https://github.com/grumpycoders/pcsx-redux/blob/main/src/mips/LICENSE) for details. diff --git a/src/mips/openbios/main/main.c b/src/mips/openbios/main/main.c index 383c2f7cb..c5c496f45 100644 --- a/src/mips/openbios/main/main.c +++ b/src/mips/openbios/main/main.c @@ -339,7 +339,7 @@ static void boot(char *systemCnfPath, char *binaryPath) { } buildIDstring[count * 2] = 0; } - psxprintf("PS-X Realtime Kernel OpenBios - build id %s.\nCopyright (C) 2019-2024 PCSX-Redux authors.\n", + psxprintf("PS-X Realtime Kernel OpenBios - build id %s.\nCopyright (C) 2019\-2025 PCSX-Redux authors.\n", buildIDstring); } POST = 6; From 7a45d8f78387d42bad42544d29c8be706bed3657 Mon Sep 17 00:00:00 2001 From: EngineersBox Date: Tue, 7 Jan 2025 12:53:21 +1100 Subject: [PATCH 2/3] Bumped copyright date to 2025 --- src/core/r3000a.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/r3000a.cc b/src/core/r3000a.cc index 416f7b3a2..864406e7c 100644 --- a/src/core/r3000a.cc +++ b/src/core/r3000a.cc @@ -37,7 +37,7 @@ int PCSX::R3000Acpu::psxInit() { g_system->printf(_("PCSX-Redux booting\n")); - g_system->printf(_("Copyright (C) 2019-%i PCSX-Redux authors\n"), 2024); + g_system->printf(_("Copyright (C) 2019-%i PCSX-Redux authors\n"), 2025); const auto& args = g_system->getArgs(); if (g_emulator->settings.get()) { From ba48f01bf885bf2951756f7f88cfb7c8da070237 Mon Sep 17 00:00:00 2001 From: EngineersBox Date: Tue, 7 Jan 2025 12:56:25 +1100 Subject: [PATCH 3/3] Bumped copyright date to 2025 --- LICENSES.md | 4 ++-- src/mips/openbios/main/main.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSES.md b/LICENSES.md index adbcbbf7d..d1cbaebd6 100644 --- a/LICENSES.md +++ b/LICENSES.md @@ -1,11 +1,11 @@ R"( -PCSX-Redux, Copyright (C) 2019\-2025 [PCSX-Redux authors](AUTHORS) +PCSX-Redux, Copyright (C) 2019-2025 [PCSX-Redux authors](AUTHORS) PCSX-Redux comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See [the license](https://github.com/grumpycoders/pcsx-redux/blob/main/LICENSE) for details. -OpenBIOS, Copyright (C) 2019\-2025 [PCSX-Redux authors](AUTHORS) +OpenBIOS, Copyright (C) 2019-2025 [PCSX-Redux authors](AUTHORS) OpenBIOS comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See [the license](https://github.com/grumpycoders/pcsx-redux/blob/main/src/mips/LICENSE) for details. diff --git a/src/mips/openbios/main/main.c b/src/mips/openbios/main/main.c index c5c496f45..c21bcaf8e 100644 --- a/src/mips/openbios/main/main.c +++ b/src/mips/openbios/main/main.c @@ -339,7 +339,7 @@ static void boot(char *systemCnfPath, char *binaryPath) { } buildIDstring[count * 2] = 0; } - psxprintf("PS-X Realtime Kernel OpenBios - build id %s.\nCopyright (C) 2019\-2025 PCSX-Redux authors.\n", + psxprintf("PS-X Realtime Kernel OpenBios - build id %s.\nCopyright (C) 2019-2025 PCSX-Redux authors.\n", buildIDstring); } POST = 6;