From ba48f01bf885bf2951756f7f88cfb7c8da070237 Mon Sep 17 00:00:00 2001 From: EngineersBox Date: Tue, 7 Jan 2025 12:56:25 +1100 Subject: [PATCH] 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;