File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
R"(
2
2
3
- PCSX-Redux, Copyright (C) 2019\ - 2025 [ PCSX-Redux authors] ( AUTHORS )
3
+ PCSX-Redux, Copyright (C) 2019-2025 [ PCSX-Redux authors] ( AUTHORS )
4
4
PCSX-Redux comes with ABSOLUTELY NO WARRANTY.
5
5
This is free software, and you are welcome to redistribute it
6
6
under certain conditions. See [ the license] ( https://github.com/grumpycoders/pcsx-redux/blob/main/LICENSE ) for details.
7
7
8
- OpenBIOS, Copyright (C) 2019\ - 2025 [ PCSX-Redux authors] ( AUTHORS )
8
+ OpenBIOS, Copyright (C) 2019-2025 [ PCSX-Redux authors] ( AUTHORS )
9
9
OpenBIOS comes with ABSOLUTELY NO WARRANTY.
10
10
This is free software, and you are welcome to redistribute it
11
11
under certain conditions. See [ the license] ( https://github.com/grumpycoders/pcsx-redux/blob/main/src/mips/LICENSE ) for details.
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ static void boot(char *systemCnfPath, char *binaryPath) {
339
339
}
340
340
buildIDstring [count * 2 ] = 0 ;
341
341
}
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" ,
343
343
buildIDstring );
344
344
}
345
345
POST = 6 ;
You can’t perform that action at this time.
0 commit comments