Added 2020 to copyright years

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@720 0420edf4-82e4-42fc-9478-35b55e6d67a3
master
cazfi 2020-02-26 22:13:30 +00:00
parent e9d4e054f3
commit 677c5d6b94
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-2019 The Extreme Tux Racer Team[font] 0 [size] 3 [col] 0
*[offs] 25 [text] Copyright © 2011-2020 The Extreme Tux Racer Team[font] 0 [size] 3 [col] 0
*[offs] 40 [text] on the web at: https://sourceforge.net/projects/extremetuxracer/ [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-2019 Extreme Tuxracer Team --------\n\n";
std::cout << "\n----------- (C) 2010-2020 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-2019 Extreme Tuxracer Team"
"Copyright (C) 2010-2020 Extreme Tuxracer Team"
VALUE "OriginalFilename", "ExtremeTuxRacer.exe"
VALUE "ProductName", "ExtremeTuxRacer"
VALUE "ProductVersion", ETR_VERSION_STRING