Updated copyright year

This commit is contained in:
jsalmon3 2003-02-09 00:59:03 +00:00
parent e96696b609
commit 3cad738b84

View file

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