Updated copyright year
This commit is contained in:
parent
e96696b609
commit
3cad738b84
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue