tUpdate copyright year - 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 e2e8c2edc068662f89887ccc8b4db5d0f222aa5c
(DIR) parent 9b99d5383183e9f86b4a80510cb4b4286d923d5e
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Wed, 10 Jul 2013 06:35:18 +0000
Update copyright year
Diffstat:
M src/AIPlayer.c | 2 +-
M src/AIPlayer.h | 2 +-
M src/admin.c | 2 +-
M src/admin.h | 2 +-
M src/curses_client/curses_client.c | 4 ++--
M src/curses_client/curses_client.h | 2 +-
M src/cursesport/cursesport.c | 2 +-
M src/cursesport/cursesport.h | 2 +-
M src/dopewars.c | 6 +++---
M src/dopewars.h | 2 +-
M src/error.c | 2 +-
M src/error.h | 2 +-
M src/gtkport/clist.c | 2 +-
M src/gtkport/clist.h | 2 +-
M src/gtkport/gtkport.c | 2 +-
M src/gtkport/gtkport.h | 2 +-
M src/gui_client/gtk_client.c | 4 ++--
M src/gui_client/gtk_client.h | 2 +-
M src/gui_client/newgamedia.c | 2 +-
M src/gui_client/newgamedia.h | 2 +-
M src/gui_client/optdialog.h | 2 +-
M src/log.c | 2 +-
M src/log.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/plugins/sound_esd.c | 2 +-
M src/plugins/sound_esd.h | 2 +-
M src/plugins/sound_sdl.c | 2 +-
M src/plugins/sound_sdl.h | 2 +-
M src/plugins/sound_winmm.c | 2 +-
M src/plugins/sound_winmm.h | 2 +-
M src/serverside.c | 2 +-
M src/serverside.h | 2 +-
M src/sound.c | 2 +-
M src/sound.h | 2 +-
M src/tstring.c | 2 +-
M src/tstring.h | 2 +-
M src/util.c | 2 +-
M src/util.h | 2 +-
M src/winmain.c | 2 +-
M src/winmain.h | 2 +-
44 files changed, 48 insertions(+), 48 deletions(-)
---
(DIR) diff --git a/src/AIPlayer.c b/src/AIPlayer.c
t@@ -1,6 +1,6 @@
/************************************************************************
* AIPlayer.c Code for dopewars computer players *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/AIPlayer.h b/src/AIPlayer.h
t@@ -1,6 +1,6 @@
/************************************************************************
* AIPlayer.h Header file for dopewars computer player code *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/admin.c b/src/admin.c
t@@ -1,6 +1,6 @@
/************************************************************************
* admin.c dopewars server administration *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/admin.h b/src/admin.h
t@@ -1,6 +1,6 @@
/************************************************************************
* admin.h Header file for dopewars server administration *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/curses_client/curses_client.c b/src/curses_client/curses_client.c
t@@ -1,6 +1,6 @@
/************************************************************************
* curses_client.c dopewars client using the (n)curses console library *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
t@@ -294,7 +294,7 @@ void display_intro(void)
"possible (and stay alive)!"));
mvaddcentstr(8, _("You have one month of game time to make your fortune."));
- g_string_sprintf(text, _("Version %-8s Copyright (C) 1998-2011 Ben Webb "
+ g_string_sprintf(text, _("Version %-8s Copyright (C) 1998-2013 Ben Webb "
"benwebb@users.sf.net"), VERSION);
mvaddcentstr(10, text->str);
g_string_assign(text, _("dopewars is released under the GNU "
(DIR) diff --git a/src/curses_client/curses_client.h b/src/curses_client/curses_client.h
t@@ -1,6 +1,6 @@
/************************************************************************
* curses_client.h dopewars client using the (n)curses console library *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/cursesport/cursesport.c b/src/cursesport/cursesport.c
t@@ -1,7 +1,7 @@
/************************************************************************
* cursesport.c Portability functions to enable curses applications *
* to be built on Win32 systems *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/cursesport/cursesport.h b/src/cursesport/cursesport.h
t@@ -1,7 +1,7 @@
/************************************************************************
* cursesport.h Portability functions to enable curses applications *
* to be built on Win32 systems *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/dopewars.c b/src/dopewars.c
t@@ -1,6 +1,6 @@
/************************************************************************
* dopewars.c dopewars - general purpose routines and init *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
t@@ -2618,7 +2618,7 @@ Drug dealing game based on \"Drug Wars\" by John E. Dell\n\
PluginHelp();
g_print(_(" -h, --help display this help information\n\
-v, --version output version information and exit\n\n\
-dopewars is Copyright (C) Ben Webb 1998-2011, and released under the GNU GPL\n\
+dopewars is Copyright (C) Ben Webb 1998-2013, and released under the GNU GPL\n\
Report bugs to the author at benwebb@users.sf.net\n"));
#else
/* Usage information, printed when the user runs "dopewars -h"
t@@ -2654,7 +2654,7 @@ Drug dealing game based on \"Drug Wars\" by John E. Dell\n\
PluginHelp();
g_print(_(" -h display this help information\n\
-v output version information and exit\n\n\
-dopewars is Copyright (C) Ben Webb 1998-2011, and released under the GNU GPL\n\
+dopewars is Copyright (C) Ben Webb 1998-2013, and released under the GNU GPL\n\
Report bugs to the author at benwebb@users.sf.net\n"));
#endif
}
(DIR) diff --git a/src/dopewars.h b/src/dopewars.h
t@@ -1,6 +1,6 @@
/************************************************************************
* dopewars.h Common structures and stuff for dopewars *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/error.c b/src/error.c
t@@ -1,6 +1,6 @@
/************************************************************************
* error.c Error-handling routines for dopewars *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/error.h b/src/error.h
t@@ -1,6 +1,6 @@
/************************************************************************
* error.h Header file for dopewars error-handling routines *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/gtkport/clist.c b/src/gtkport/clist.c
t@@ -1,6 +1,6 @@
/************************************************************************
* clist.c GtkCList implementation for gtkport *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/gtkport/clist.h b/src/gtkport/clist.h
t@@ -1,6 +1,6 @@
/************************************************************************
* clist.h GtkCList implementation for gtkport *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/gtkport/gtkport.c b/src/gtkport/gtkport.c
t@@ -1,6 +1,6 @@
/************************************************************************
* gtkport.c Portable "almost-GTK+" for Unix/Win32 *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/gtkport/gtkport.h b/src/gtkport/gtkport.h
t@@ -1,6 +1,6 @@
/************************************************************************
* gtkport.h Portable "almost-GTK+" for Unix/Win32 *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/gui_client/gtk_client.c b/src/gui_client/gtk_client.c
t@@ -1,6 +1,6 @@
/************************************************************************
* gtk_client.c dopewars client using the GTK+ toolkit *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
t@@ -2417,7 +2417,7 @@ void display_intro(GtkWidget *widget, gpointer data)
/* Version and copyright notice in GTK+ 'about' dialog */
VersionStr = g_strdup_printf(_("Version %s "
- "Copyright (C) 1998-2011 "
+ "Copyright (C) 1998-2013 "
"Ben Webb benwebb@users.sf.net\n"
"dopewars is released under the "
"GNU General Public Licence\n"), VERSION);
(DIR) diff --git a/src/gui_client/gtk_client.h b/src/gui_client/gtk_client.h
t@@ -1,6 +1,6 @@
/************************************************************************
* gtk_client.h dopewars client using the GTK+ toolkit *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/gui_client/newgamedia.c b/src/gui_client/newgamedia.c
t@@ -1,6 +1,6 @@
/************************************************************************
* newgamedia.c New game dialog *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/gui_client/newgamedia.h b/src/gui_client/newgamedia.h
t@@ -1,6 +1,6 @@
/************************************************************************
* newgamedia.h New game dialog *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/gui_client/optdialog.h b/src/gui_client/optdialog.h
t@@ -1,6 +1,6 @@
/************************************************************************
* optdialog.c Configuration file editing dialog *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/log.c b/src/log.c
t@@ -1,6 +1,6 @@
/************************************************************************
* log.c dopewars - logging functions *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/log.h b/src/log.h
t@@ -1,6 +1,6 @@
/************************************************************************
* log.h Logging functions for dopewars *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/message.c b/src/message.c
t@@ -1,6 +1,6 @@
/************************************************************************
* message.c Message-handling routines for dopewars *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/message.h b/src/message.h
t@@ -1,6 +1,6 @@
/************************************************************************
* message.h Header file for dopewars message-handling routines *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/network.c b/src/network.c
t@@ -1,6 +1,6 @@
/************************************************************************
* network.c Low-level networking routines *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/network.h b/src/network.h
t@@ -1,6 +1,6 @@
/************************************************************************
* network.h Header file for low-level networking routines *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/nls.h b/src/nls.h
t@@ -1,6 +1,6 @@
/************************************************************************
* nls.h Header file for NLS (internationalization) defines *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/plugins/sound_esd.c b/src/plugins/sound_esd.c
t@@ -1,6 +1,6 @@
/************************************************************************
* sound_esd.c dopewars sound system (ESD/esound driver) *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/plugins/sound_esd.h b/src/plugins/sound_esd.h
t@@ -1,6 +1,6 @@
/************************************************************************
* sound_esd.h Header file for dopewars sound system (ESD driver) *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/plugins/sound_sdl.c b/src/plugins/sound_sdl.c
t@@ -1,6 +1,6 @@
/************************************************************************
* sound_sdl.c dopewars sound system (SDL driver) *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/plugins/sound_sdl.h b/src/plugins/sound_sdl.h
t@@ -1,6 +1,6 @@
/************************************************************************
* sound_sdl.h Header file for dopewars sound system (SDL driver) *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/plugins/sound_winmm.c b/src/plugins/sound_winmm.c
t@@ -1,6 +1,6 @@
/************************************************************************
* sound_winmm.c dopewars sound system (Windows MM driver) *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/plugins/sound_winmm.h b/src/plugins/sound_winmm.h
t@@ -1,6 +1,6 @@
/************************************************************************
* sound_winmm.h Header file for dopewars sound system (WinMM driver) *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/serverside.c b/src/serverside.c
t@@ -1,6 +1,6 @@
/************************************************************************
* serverside.c Handles the server side of dopewars *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/serverside.h b/src/serverside.h
t@@ -1,6 +1,6 @@
/************************************************************************
* serverside.h Server-side parts of dopewars *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/sound.c b/src/sound.c
t@@ -1,6 +1,6 @@
/************************************************************************
* sound.c dopewars sound system *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/sound.h b/src/sound.h
t@@ -1,6 +1,6 @@
/************************************************************************
* sound.h Header file for dopewars sound system *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/tstring.c b/src/tstring.c
t@@ -1,6 +1,6 @@
/************************************************************************
* tstring.c "Translated string" wrappers for dopewars *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/tstring.h b/src/tstring.h
t@@ -1,6 +1,6 @@
/************************************************************************
* tstring.h "Translated string" wrappers for dopewars *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/util.c b/src/util.c
t@@ -1,6 +1,6 @@
/************************************************************************
* util.c Miscellaneous utility and portability functions *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/util.h b/src/util.h
t@@ -1,6 +1,6 @@
/************************************************************************
* util.h Miscellaneous utility and portability functions *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/winmain.c b/src/winmain.c
t@@ -1,6 +1,6 @@
/************************************************************************
* winmain.c Startup code and support for the Win32 platform *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/winmain.h b/src/winmain.h
t@@ -1,6 +1,6 @@
/************************************************************************
* winmain.h Startup code and support for the Win32 platform *
- * Copyright (C) 1998-2011 Ben Webb *
+ * Copyright (C) 1998-2013 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *