From 3cad738b8462e9e560803ba4c6a9e49c8b8c7059 Mon Sep 17 00:00:00 2001
From: jsalmon3 <>
Date: Sun, 9 Feb 2003 00:59:03 +0000
Subject: [PATCH] Updated copyright year

---
 src/stratagus/stratagus.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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