Added 2017 to copyright years

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@695 0420edf4-82e4-42fc-9478-35b55e6d67a3
master
cazfi 2017-06-10 23:39:24 +00:00
parent 321129bf5d
commit c128c4001c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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();