copyright update
authorBenjamin Leduc <g.benjamin.leduc@gmail.com>
Sat, 26 Apr 2014 16:23:10 +0000 (16:23 +0000)
committerBenjamin Leduc <g.benjamin.leduc@gmail.com>
Sat, 26 Apr 2014 16:23:10 +0000 (16:23 +0000)
src/supertux/title_screen.cpp

index 1acf573..2283b49 100644 (file)
@@ -57,7 +57,7 @@ TitleScreen::TitleScreen(PlayerStatus* player_status) :
 
   frame = Surface::create("images/engine/menu/frame.png");
   copyright_text = "SuperTux " PACKAGE_VERSION "\n" +
-    _("Copyright") + " (c) 2003-2013 SuperTux Devel Team\n" +
+    _("Copyright") + " (c) 2003-2014 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 file COPYING for details.\n"
    );