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;