Skip to content

Commit ba48f01

Browse files
committed
Bumped copyright date to 2025
1 parent 7a45d8f commit ba48f01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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\-2025 [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\-2025 [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/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\-2025 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)