tCopyright year updated from 2001 to 2002 - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit e2b4cc543086cb6843478cf306e022a083f68117
(DIR) parent a5f664993758fb2b88986ef8e0cd6e0685456633
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Sun, 3 Feb 2002 20:23:59 +0000
Copyright year updated from 2001 to 2002
Diffstat:
M README | 2 +-
M src/AIPlayer.c | 2 +-
M src/AIPlayer.h | 2 +-
M src/admin.c | 2 +-
M src/admin.h | 2 +-
M src/curses_client.c | 2 +-
M src/curses_client.h | 2 +-
M src/dopeos.c | 2 +-
M src/dopeos.h | 2 +-
M src/dopewars.c | 2 +-
M src/dopewars.h | 2 +-
M src/error.c | 2 +-
M src/error.h | 2 +-
M src/gtk_client.c | 2 +-
M src/gtk_client.h | 2 +-
M src/gtkport.c | 2 +-
M src/gtkport.h | 2 +-
M src/message.c | 2 +-
M src/message.h | 2 +-
M src/network.c | 2 +-
M src/network.h | 2 +-
M src/nls.h | 2 +-
M src/serverside.c | 2 +-
M src/serverside.h | 2 +-
M src/tstring.c | 2 +-
M src/tstring.h | 2 +-
M src/winmain.c | 2 +-
M src/winmain.h | 2 +-
28 files changed, 28 insertions(+), 28 deletions(-)
---
(DIR) diff --git a/README b/README
t@@ -94,7 +94,7 @@ if I can fix 'em... of course, a working patch would be even nicer! ;)
LICENCE
dopewars is released under the GNU General Public License; see the text file
-LICENCE for further information. dopewars is copyright (C) Ben Webb 1998-2001.
+LICENCE for further information. dopewars is copyright (C) Ben Webb 1998-2002.
The dopewars icons are copyright (C) Ocelot Mantis 2001.
SUPPORT
(DIR) diff --git a/src/AIPlayer.c b/src/AIPlayer.c
t@@ -1,5 +1,5 @@
/* AIPlayer.c Code for dopewars computer players */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/AIPlayer.h b/src/AIPlayer.h
t@@ -1,5 +1,5 @@
/* AIPlayer.h Header file for dopewars computer player code */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/admin.c b/src/admin.c
t@@ -1,5 +1,5 @@
/* admin.c Dopewars server administration */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/admin.h b/src/admin.h
t@@ -1,5 +1,5 @@
/* admin.h Header file for dopewars server administration */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/curses_client.c b/src/curses_client.c
t@@ -1,5 +1,5 @@
/* curses_client.c dopewars client using the (n)curses console library */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/curses_client.h b/src/curses_client.h
t@@ -1,5 +1,5 @@
/* curses_client.h dopewars client using the (n)curses console library */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/dopeos.c b/src/dopeos.c
t@@ -1,5 +1,5 @@
/* dopeos.c dopewars - operating-system-specific functions */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/dopeos.h b/src/dopeos.h
t@@ -1,6 +1,6 @@
/* dopeos.h dopewars - operating system-specific function */
/* definitions */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/dopewars.c b/src/dopewars.c
t@@ -1,5 +1,5 @@
/* dopewars.c dopewars - general purpose routines and initialisation */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/dopewars.h b/src/dopewars.h
t@@ -1,5 +1,5 @@
/* dopewars.h Common structures and stuff for dopewars */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/error.c b/src/error.c
t@@ -1,5 +1,5 @@
/* error.c Error-handling routines for dopewars */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/error.h b/src/error.h
t@@ -1,5 +1,5 @@
/* error.h Header file for dopewars error-handling routines */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/gtk_client.c b/src/gtk_client.c
t@@ -1,5 +1,5 @@
/* gtk_client.c dopewars client using the GTK+ toolkit */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/gtk_client.h b/src/gtk_client.h
t@@ -1,5 +1,5 @@
/* gtk_client.h dopewars client using the GTK+ toolkit */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/gtkport.c b/src/gtkport.c
t@@ -1,5 +1,5 @@
/* gtkport.c Portable "almost-GTK+" for Unix/Win32 */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/gtkport.h b/src/gtkport.h
t@@ -1,5 +1,5 @@
/* gtkport.h Portable "almost-GTK+" for Unix/Win32 */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/message.c b/src/message.c
t@@ -1,5 +1,5 @@
/* message.c Message-handling routines for dopewars */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/message.h b/src/message.h
t@@ -1,5 +1,5 @@
/* message.h Header file for dopewars message-handling routines */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/network.c b/src/network.c
t@@ -1,5 +1,5 @@
/* network.c Low-level networking routines */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/network.h b/src/network.h
t@@ -1,5 +1,5 @@
/* network.h Header file for low-level networking routines */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/nls.h b/src/nls.h
t@@ -1,5 +1,5 @@
/* nls.h Header file for NLS (internationalization) defines */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/serverside.c b/src/serverside.c
t@@ -1,5 +1,5 @@
/* serverside.c Handles the server side of dopewars */
-/* Copyright (c) 1998-2001 Ben Webb */
+/* Copyright (c) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/serverside.h b/src/serverside.h
t@@ -1,5 +1,5 @@
/* serverside.h Server-side parts of dopewars */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/tstring.c b/src/tstring.c
t@@ -1,5 +1,5 @@
/* tstring.c "Translated string" wrappers for dopewars */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/tstring.h b/src/tstring.h
t@@ -1,5 +1,5 @@
/* tstring.h "Translated string" wrappers for dopewars */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/winmain.c b/src/winmain.c
t@@ -1,5 +1,5 @@
/* winmain.c Startup code and support for the Win32 platform */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */
(DIR) diff --git a/src/winmain.h b/src/winmain.h
t@@ -1,5 +1,5 @@
/* winmain.h Startup code and support for the Win32 platform */
-/* Copyright (C) 1998-2001 Ben Webb */
+/* Copyright (C) 1998-2002 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://dopewars.sourceforge.net/ */