diff --git a/src/stratagus/stratagus.cpp b/src/stratagus/stratagus.cpp index 626587880..6a76be45a 100644 --- a/src/stratagus/stratagus.cpp +++ b/src/stratagus/stratagus.cpp @@ -10,7 +10,7 @@ // /**@name clone.c - The main file. */ // -// (c) Copyright 1998-2002 by Lutz Sammer +// (c) Copyright 1998-2003 by Lutz Sammer // // FreeCraft is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published @@ -239,7 +239,7 @@ global char LocalPlayerName[16]; /// Name of local player /// Name, Version, Copyright global char NameLine[] = - "FreeCraft V" VERSION ", (c) 1998-2002 by The FreeCraft Project."; + "FreeCraft V" VERSION ", (c) 1998-2003 by The FreeCraft Project."; local char* MapName; /// Filename of the map to load