|
From: Tim R. <tim...@us...> - 2002-02-28 08:56:14
|
Update of /cvsroot/bzflag/bzflag/src/bzfs In directory usw-pr-cvs1:/tmp/cvs-serv31122/src/bzfs Modified Files: Makefile bzfs.cxx Log Message: spam everyone by changing copyright date Index: Makefile =================================================================== RCS file: /cvsroot/bzflag/bzflag/src/bzfs/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Makefile 27 Feb 2002 22:17:58 -0000 1.4 +++ Makefile 28 Feb 2002 08:55:38 -0000 1.5 @@ -1,5 +1,5 @@ # bzflag -# Copyright (c) 1993 - 2001 Tim Riker +# Copyright (c) 1993 - 2002 Tim Riker # # This package is free software; you can redistribute it and/or # modify it under the terms of the license found in the file Index: bzfs.cxx =================================================================== RCS file: /cvsroot/bzflag/bzflag/src/bzfs/bzfs.cxx,v retrieving revision 1.89 retrieving revision 1.90 diff -u -r1.89 -r1.90 --- bzfs.cxx 28 Feb 2002 06:39:20 -0000 1.89 +++ bzfs.cxx 28 Feb 2002 08:55:38 -0000 1.90 @@ -1,5 +1,5 @@ /* bzflag - * Copyright (c) 1993 - 2001 Tim Riker + * Copyright (c) 1993 - 2002 Tim Riker * * This package is free software; you can redistribute it and/or * modify it under the terms of the license found in the file @@ -10,7 +10,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -static const char copyright[] = "Copyright (c) 1993 - 2001 Tim Riker"; +static const char copyright[] = "Copyright (c) 1993 - 2002 Tim Riker"; // to enforce a game time limit #define TIMELIMIT |