tDisplayed copyright year updated - 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 a4780c7ee33a6a1b3c7a4cfc7ca0e4cc8dc525c2
 (DIR) parent 9a9e2baaa1292011927f51d9a225c0a4d25085fc
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Mon,  4 Feb 2002 14:14:14 +0000
       
       Displayed copyright year updated
       
       
       Diffstat:
         M src/curses_client.c                 |       2 +-
         M src/dopewars.c                      |       4 ++--
         M src/gtk_client.c                    |       2 +-
       
       3 files changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/src/curses_client.c b/src/curses_client.c
       t@@ -175,7 +175,7 @@ void display_intro(void) {
                          "possible (and stay alive)! You"));
           mvaddstr(9,1,_("have one month of game time to make your fortune."));
        
       -   mvaddstr(11,18,_("Copyright (C) 1998-2001  Ben Webb "
       +   mvaddstr(11,18,_("Copyright (C) 1998-2002  Ben Webb "
                            "ben@bellatrix.pcl.ox.ac.uk"));
           g_string_sprintf(text,_("Version %s"),VERSION);
           mvaddstr(11,2,text->str);
 (DIR) diff --git a/src/dopewars.c b/src/dopewars.c
       t@@ -1928,7 +1928,7 @@ Drug dealing game based on \"Drug Wars\" by John E. Dell\n\
          -C, --convert=FILE      convert an \"old format\" score file to the new format\n\
          -h, --help              display this help information\n\
          -v, --version           output version information and exit\n\n\
       -dopewars is Copyright (C) Ben Webb 1998-2001, and released under the GNU GPL\n\
       +dopewars is Copyright (C) Ben Webb 1998-2002, and released under the GNU GPL\n\
        Report bugs to the author at ben@bellatrix.pcl.ox.ac.uk\n"),DATADIR);
        #else
        /* Usage information, printed when the user runs "dopewars -h" (short
       t@@ -1961,7 +1961,7 @@ Drug dealing game based on \"Drug Wars\" by John E. Dell\n\
          -A       connect to a locally-running server for administration\n\
          -h       display this help information\n\
          -v       output version information and exit\n\n\
       -dopewars is Copyright (C) Ben Webb 1998-2001, and released under the GNU GPL\n\
       +dopewars is Copyright (C) Ben Webb 1998-2002, and released under the GNU GPL\n\
        Report bugs to the author at ben@bellatrix.pcl.ox.ac.uk\n"),DATADIR);
        #endif
        }
 (DIR) diff --git a/src/gtk_client.c b/src/gtk_client.c
       t@@ -1946,7 +1946,7 @@ _("Based on John E. Dell's old Drug Wars game, dopewars is a simulation of an\n"
        
        /* Version and copyright notice in GTK+ 'about' dialog */
           VersionStr=g_strdup_printf(_("Version %s     "
       -"Copyright (C) 1998-2001  Ben Webb ben@bellatrix.pcl.ox.ac.uk\n"
       +"Copyright (C) 1998-2002  Ben Webb ben@bellatrix.pcl.ox.ac.uk\n"
        "dopewars is released under the GNU General Public Licence\n"),VERSION);
           label=gtk_label_new(VersionStr);
           gtk_box_pack_start(GTK_BOX(vbox),label,FALSE,FALSE,0);