tWebsite location updated in copyright information - 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 40175d2751758efe185243f0d9a495a4566b9a9d
 (DIR) parent e004f9d87b91fbb8991f5740cbaef65a80d62ea4
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Thu,  8 Nov 2001 14:42:14 +0000
       
       Website location updated in copyright information
       
       
       Diffstat:
         M src/AIPlayer.c                      |       2 +-
         M src/AIPlayer.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 +-
       
       24 files changed, 24 insertions(+), 24 deletions(-)
       ---
 (DIR) diff --git a/src/AIPlayer.c b/src/AIPlayer.c
       t@@ -1,7 +1,7 @@
        /* AIPlayer.c   Code for dopewars computer players                      */
        /* Copyright (C)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */
 (DIR) diff --git a/src/AIPlayer.h b/src/AIPlayer.h
       t@@ -1,7 +1,7 @@
        /* AIPlayer.h   Header file for dopewars computer player code           */
        /* Copyright (C)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */
 (DIR) diff --git a/src/curses_client.c b/src/curses_client.c
       t@@ -1,7 +1,7 @@
        /* curses_client.c  dopewars client using the (n)curses console library */
        /* Copyright (C)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */
 (DIR) diff --git a/src/curses_client.h b/src/curses_client.h
       t@@ -1,7 +1,7 @@
        /* curses_client.h  dopewars client using the (n)curses console library */
        /* Copyright (C)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */
 (DIR) diff --git a/src/dopeos.c b/src/dopeos.c
       t@@ -1,7 +1,7 @@
        /* dopeos.c          dopewars - operating-system-specific functions     */
        /* Copyright (C)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */
 (DIR) diff --git a/src/dopeos.h b/src/dopeos.h
       t@@ -2,7 +2,7 @@
        /*                             definitions                              */
        /* Copyright (C)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */
 (DIR) diff --git a/src/dopewars.c b/src/dopewars.c
       t@@ -1,7 +1,7 @@
        /* dopewars.c    dopewars - general purpose routines and initialisation */ 
        /* Copyright (C)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */
 (DIR) diff --git a/src/dopewars.h b/src/dopewars.h
       t@@ -1,7 +1,7 @@
        /* dopewars.h  Common structures and stuff for dopewars                 */
        /* Copyright (C)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */
 (DIR) diff --git a/src/error.c b/src/error.c
       t@@ -1,7 +1,7 @@
        /* error.c        Error-handling routines for dopewars                  */
        /* Copyright (C)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */
 (DIR) diff --git a/src/error.h b/src/error.h
       t@@ -1,7 +1,7 @@
        /* error.h        Header file for dopewars error-handling routines      */
        /* Copyright (C)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */
 (DIR) diff --git a/src/gtk_client.c b/src/gtk_client.c
       t@@ -1,7 +1,7 @@
        /* gtk_client.c  dopewars client using the GTK+ toolkit                 */
        /* Copyright (C)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */
 (DIR) diff --git a/src/gtk_client.h b/src/gtk_client.h
       t@@ -1,7 +1,7 @@
        /* gtk_client.h  dopewars client using the GTK+ toolkit                 */
        /* Copyright (C)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */
 (DIR) diff --git a/src/gtkport.c b/src/gtkport.c
       t@@ -1,7 +1,7 @@
        /* gtkport.c      Portable "almost-GTK+" for Unix/Win32                 */
        /* Copyright (C)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */
 (DIR) diff --git a/src/gtkport.h b/src/gtkport.h
       t@@ -1,7 +1,7 @@
        /* gtkport.h      Portable "almost-GTK+" for Unix/Win32                 */
        /* Copyright (C)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */
 (DIR) diff --git a/src/message.c b/src/message.c
       t@@ -1,7 +1,7 @@
        /* message.c  Message-handling routines for dopewars                    */
        /* Copyright (C)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */
 (DIR) diff --git a/src/message.h b/src/message.h
       t@@ -1,7 +1,7 @@
        /* message.h    Header file for dopewars message-handling routines      */
        /* Copyright (C)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */
 (DIR) diff --git a/src/network.c b/src/network.c
       t@@ -1,7 +1,7 @@
        /* network.c      Low-level networking routines                         */
        /* Copyright (C)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */
 (DIR) diff --git a/src/network.h b/src/network.h
       t@@ -1,7 +1,7 @@
        /* network.h      Header file for low-level networking routines         */
        /* Copyright (C)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */
 (DIR) diff --git a/src/nls.h b/src/nls.h
       t@@ -1,7 +1,7 @@
        /* nls.h          Header file for NLS (internationalization) defines    */
        /* Copyright (C)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */
 (DIR) diff --git a/src/serverside.c b/src/serverside.c
       t@@ -1,7 +1,7 @@
        /* serverside.c   Handles the server side of dopewars                   */
        /* Copyright (c)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */
 (DIR) diff --git a/src/serverside.h b/src/serverside.h
       t@@ -1,7 +1,7 @@
        /* serverside.h   Server-side parts of dopewars                         */
        /* Copyright (C)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */
 (DIR) diff --git a/src/tstring.c b/src/tstring.c
       t@@ -1,7 +1,7 @@
        /* tstring.c      "Translated string" wrappers for dopewars             */
        /* Copyright (C)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */
 (DIR) diff --git a/src/tstring.h b/src/tstring.h
       t@@ -1,7 +1,7 @@
        /* tstring.h      "Translated string" wrappers for dopewars             */
        /* Copyright (C)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */
 (DIR) diff --git a/src/winmain.c b/src/winmain.c
       t@@ -1,7 +1,7 @@
        /* winmain.c      Startup code for dopewars on the Win32 platform       */
        /* Copyright (C)  1998-2001  Ben Webb                                   */
        /*                Email: ben@bellatrix.pcl.ox.ac.uk                     */
       -/*                WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/     */
       +/*                WWW: http://dopewars.sourceforge.net/                 */
        
        /* This program is free software; you can redistribute it and/or        */
        /* modify it under the terms of the GNU General Public License          */