Skip to content

Commit

Permalink
Update title_screen.cpp to current year [ci skip] (#2729)
Browse files Browse the repository at this point in the history
  • Loading branch information
serano01 authored Jan 4, 2024
1 parent 42b046b commit 78b13f7
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 @@ -254,7 +254,7 @@ TitleScreen::refresh_copyright_text()
{
// cppcheck-suppress unknownMacro
m_copyright_text = "SuperTux " PACKAGE_VERSION "\n" +
_("Copyright") + " (c) 2003-2023 SuperTux Devel Team\n" +
_("Copyright") + " (c) 2003-2024 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 78b13f7

Please sign in to comment.