From c128c4001c9ce66c8b4aac5dee0407b6aa90e6f1 Mon Sep 17 00:00:00 2001 From: cazfi Date: Sat, 10 Jun 2017 23:39:24 +0000 Subject: [PATCH] Added 2017 to copyright years git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@695 0420edf4-82e4-42fc-9478-35b55e6d67a3 --- data/credits.lst | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/credits.lst b/data/credits.lst index 8c7b92e..66c4c04 100644 --- a/data/credits.lst +++ b/data/credits.lst @@ -45,7 +45,7 @@ *[offs] 30 [text] Translators up to version 0.6.0 unknown [font] 0 [size] 3 [col] 0 *[offs] 50 [text] Copyright © 1999 - 2000 Jasmin F. Patry[font] 0 [size] 3 [col] 0 -*[offs] 25 [text] Copyright © 2011-2016 The Extreme Tux Racer Team[font] 0 [size] 3 [col] 0 +*[offs] 25 [text] Copyright © 2011-2017 The Extreme Tux Racer Team[font] 0 [size] 3 [col] 0 *[offs] 40 [text] on the web at: http://extremetuxracer.sourceforge.net [font] 0 [size] 3 [col] 0 *[offs] 30 [text] Use of the name "Extreme Tux Racer" is granted to any forks or continuations. [font] 0 [size] 2 [col] 0 *[offs] 50 [text] ----------------------- [font] 0 [size] 3 [col] 0 diff --git a/src/main.cpp b/src/main.cpp index 853bd75..d1cfb17 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -63,7 +63,7 @@ void InitGame(int argc, char **argv) { int main(int argc, char **argv) { std::cout << "\n----------- Extreme Tux Racer " ETR_VERSION_STRING " ----------------"; - std::cout << "\n----------- (C) 2010-2016 Extreme Tuxracer Team --------\n\n"; + std::cout << "\n----------- (C) 2010-2017 Extreme Tuxracer Team --------\n\n"; std::srand(std::time(nullptr)); InitConfig();