diff options
-rw-r--r-- | include/rom.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rom.sh b/include/rom.sh index c1b78c75..e7948ed8 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -25,7 +25,7 @@ copyps1bios() remkdir "bin/playstation" x_ cp src/pcsx-redux/src/mips/openbios/openbios.bin bin/playstation - printf "MIT License\n\nCopyright (c) 2019-2024 PCSX-Redux authors\n\n" \ + printf "MIT License\n\nCopyright (c) 2019-2025 PCSX-Redux authors\n\n" \ > bin/playstation/COPYING.txt || err "!pcsx-redux copyright" cat config/snippet/mit >>bin/playstation/COPYING.txt || err "!pcsx MIT" } |