Skip to content

Commit 66713e9

Browse files
authored
Merge pull request #725 from nicolasnoble/copyright
Bumping general copyright date.
2 parents e2fb6e6 + 60a966e commit 66713e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/r3000a.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
int PCSX::R3000Acpu::psxInit() {
3737
g_system->printf(_("PCSX-Redux booting\n"));
38-
g_system->printf(_("Copyright (C) 2019-2021 PCSX-Redux authors\n"));
38+
g_system->printf(_("Copyright (C) 2019-2022 PCSX-Redux authors\n"));
3939
const auto& args = g_system->getArgs();
4040

4141
if (args.get<bool>("interpreter"))

0 commit comments

Comments
 (0)