Skip to content

Commit

Permalink
Update copyright year to 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Jan 1, 2025
1 parent 656141f commit 5c905fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supertux/title_screen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ TitleScreen::refresh_copyright_text()
{
// cppcheck-suppress unknownMacro
m_copyright_text = "SuperTux " PACKAGE_VERSION "\n" +
_("Copyright") + " (c) 2003-2024 SuperTux Devel Team\n" +
_("Copyright") + " (c) 2003-2025 SuperTux Devel Team\n" +
_("This game comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to\n"
"redistribute it under certain conditions; see the license file for details.\n");
}
Expand Down

0 comments on commit 5c905fb

Please sign in to comment.