From 9541dfcefae0e5f4262dc965e4f109d73c505a78 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 8 Jul 2025 10:39:54 +0100 Subject: rom.sh: bump pcsx-redux copyright date to 2025 it's 2019-2025 now, not 2019-2024, because i recently imported new pcsx-redux upstream changes that go up to June 2025. Signed-off-by: Leah Rowe --- include/rom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- cgit v1.2.1