diff --git a/src/supertux/title_screen.cpp b/src/supertux/title_screen.cpp index 27db44b1ed5..7b70f457afc 100644 --- a/src/supertux/title_screen.cpp +++ b/src/supertux/title_screen.cpp @@ -55,7 +55,7 @@ TitleScreen::TitleScreen(Savegame& savegame) : frame = Surface::create("images/engine/menu/frame.png"); copyright_text = "SuperTux " PACKAGE_VERSION "\n" + - _("Copyright") + " (c) 2003-2014 SuperTux Devel Team\n" + + _("Copyright") + " (c) 2003-2015 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" ); diff --git a/tools/darwin/info.plist b/tools/darwin/info.plist index d664069d789..8a6cb3cb751 100644 --- a/tools/darwin/info.plist +++ b/tools/darwin/info.plist @@ -25,6 +25,6 @@ NSPrincipalClass NSApplication NSHumanReadableCopyright - Copyright 2002-2014 The SuperTux Team and contributors + Copyright 2002-2015 The SuperTux Team and contributors - \ No newline at end of file + diff --git a/tools/darwin/receipt b/tools/darwin/receipt index 8f8ae6760fe..085ed6a8e24 100644 --- a/tools/darwin/receipt +++ b/tools/darwin/receipt @@ -1,5 +1,5 @@ SuperTux -Copyright (C) 2002-2014 The SuperTux Team and contributors +Copyright (C) 2002-2015 The SuperTux Team and contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -12,4 +12,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program. If not, see . \ No newline at end of file +along with this program. If not, see .