Skip to content

Commit e6f816d

Browse files
authored
Merge pull request #1833 from EngineersBox/main
[Chore] Bump copyright date from 2024 to 2025
2 parents 966a0de + ba48f01 commit e6f816d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
R"(
22

3-
PCSX-Redux, Copyright (C) 2019-2024 [PCSX-Redux authors](AUTHORS)
3+
PCSX-Redux, Copyright (C) 2019-2025 [PCSX-Redux authors](AUTHORS)
44
PCSX-Redux comes with ABSOLUTELY NO WARRANTY.
55
This is free software, and you are welcome to redistribute it
66
under certain conditions. See [the license](https://github.com/grumpycoders/pcsx-redux/blob/main/LICENSE) for details.
77

8-
OpenBIOS, Copyright (C) 2019-2024 [PCSX-Redux authors](AUTHORS)
8+
OpenBIOS, Copyright (C) 2019-2025 [PCSX-Redux authors](AUTHORS)
99
OpenBIOS comes with ABSOLUTELY NO WARRANTY.
1010
This is free software, and you are welcome to redistribute it
1111
under certain conditions. See [the license](https://github.com/grumpycoders/pcsx-redux/blob/main/src/mips/LICENSE) for details.

src/core/r3000a.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
int PCSX::R3000Acpu::psxInit() {
3939
g_system->printf(_("PCSX-Redux booting\n"));
40-
g_system->printf(_("Copyright (C) 2019-%i PCSX-Redux authors\n"), 2024);
40+
g_system->printf(_("Copyright (C) 2019-%i PCSX-Redux authors\n"), 2025);
4141
const auto& args = g_system->getArgs();
4242

4343
if (g_emulator->settings.get<Emulator::SettingDynarec>()) {

src/mips/openbios/main/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ static void boot(char *systemCnfPath, char *binaryPath) {
339339
}
340340
buildIDstring[count * 2] = 0;
341341
}
342-
psxprintf("PS-X Realtime Kernel OpenBios - build id %s.\nCopyright (C) 2019-2024 PCSX-Redux authors.\n",
342+
psxprintf("PS-X Realtime Kernel OpenBios - build id %s.\nCopyright (C) 2019-2025 PCSX-Redux authors.\n",
343343
buildIDstring);
344344
}
345345
POST = 6;

0 commit comments

Comments
 (0)