Added 2018 to copyright years

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@702 0420edf4-82e4-42fc-9478-35b55e6d67a3
master
cazfi 2018-03-19 16:03:02 +00:00
parent b584b18a62
commit c6d7d812f1
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,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-2017 The Extreme Tux Racer Team[font] 0 [size] 3 [col] 0
*[offs] 25 [text] Copyright © 2011-2018 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-2017 Extreme Tuxracer Team --------\n\n";
std::cout << "\n----------- (C) 2010-2018 Extreme Tuxracer Team --------\n\n";
std::srand(std::time(nullptr));
InitConfig();

View File

@ -22,7 +22,7 @@ BEGIN
VALUE "FileVersion", ETR_VERSION_STRING
VALUE "InternalName", "ExtremeTuxRacer"
VALUE "LegalCopyright", "Copyright (C) 1999-2001 Jasmin F. Patry (Tuxracer)\n"
"Copyright (C) 2010-2017 Extreme Tuxracer Team"
"Copyright (C) 2010-2018 Extreme Tuxracer Team"
VALUE "OriginalFilename", "ExtremeTuxRacer.exe"
VALUE "ProductName", "ExtremeTuxRacer"
VALUE "ProductVersion", ETR_VERSION_STRING