tCopyright notice updates - 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 2683ad504a0523490608cacb767f7cdbd48a5b4a
(DIR) parent 920c744900dadf7503f51b570cfdaf47cde1427c
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Wed, 12 Sep 2001 17:45:48 +0000
Copyright notice updates
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/gtk_client.h | 2 +-
M src/gtkport.h | 20 ++++++++++++++++++++
M src/message.c | 2 +-
M src/message.h | 2 +-
M src/serverside.c | 2 +-
M src/serverside.h | 2 +-
M src/tstring.c | 2 +-
M src/tstring.h | 2 +-
16 files changed, 35 insertions(+), 15 deletions(-)
---
(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-2000 Ben Webb */
+/* Copyright (C) 1998-2001 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ */
(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-2000 Ben Webb */
+/* Copyright (C) 1998-2001 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ */
(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-2000 Ben Webb */
+/* Copyright (C) 1998-2001 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ */
(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-2000 Ben Webb */
+/* Copyright (C) 1998-2001 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ */
(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-2000 Ben Webb */
+/* Copyright (C) 1998-2001 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ */
(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-2000 Ben Webb */
+/* Copyright (C) 1998-2001 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ */
(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-2000 Ben Webb */
+/* Copyright (C) 1998-2001 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ */
(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-2000 Ben Webb */
+/* Copyright (C) 1998-2001 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ */
(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-2000 Ben Webb */
+/* Copyright (C) 1998-2001 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ */
(DIR) diff --git a/src/gtkport.h b/src/gtkport.h
t@@ -1,3 +1,23 @@
+/* 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/ */
+
+/* This program is free software; you can redistribute it and/or */
+/* modify it under the terms of the GNU General Public License */
+/* as published by the Free Software Foundation; either version 2 */
+/* of the License, or (at your option) any later version. */
+
+/* This program is distributed in the hope that it will be useful, */
+/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
+/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
+/* GNU General Public License for more details. */
+
+/* You should have received a copy of the GNU General Public License */
+/* along with this program; if not, write to the Free Software */
+/* Foundation, Inc., 59 Temple Place - Suite 330, Boston, */
+/* MA 02111-1307, USA. */
+
#ifndef __GTKPORT_H__
#define __GTKPORT_H__
(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-2000 Ben Webb */
+/* Copyright (C) 1998-2001 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ */
(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-2000 Ben Webb */
+/* Copyright (C) 1998-2001 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ */
(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-2000 Ben Webb */
+/* Copyright (c) 1998-2001 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ */
(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-2000 Ben Webb */
+/* Copyright (C) 1998-2001 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ */
(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-2000 Ben Webb */
+/* Copyright (C) 1998-2001 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ */
(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-2000 Ben Webb */
+/* Copyright (C) 1998-2001 Ben Webb */
/* Email: ben@bellatrix.pcl.ox.ac.uk */
/* WWW: http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ */