tChange contact email address to new SourceForge address; also update copyright year from 2002 to 2003 where necessary. - vaccinewars - be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars
Log
Files
Refs
README
LICENSE
---
commit 001aedbb201916005753e3ffde2355546018f4de
parent 3246a0f16e74240421b047d76f53470c707621c6
Author: Ben Webb 
Date:   Mon, 23 Jun 2003 11:31:25 +0000

Change contact email address to new SourceForge address; also update
copyright year from 2002 to 2003 where necessary.


Diffstat:
  M AUTHORS                             |       2 +-
  M README                              |       2 +-
  M doc/aiplayer.html                   |       2 +-
  M doc/configfile.html                 |       2 +-
  M doc/credits.html                    |       2 +-
  M doc/developer.html                  |       2 +-
  M doc/dopewars.6.in                   |       2 +-
  M doc/i18n.html                       |       2 +-
  M doc/metaserver.html                 |       4 ++--
  M dopewars.spec.in                    |      16 ++++++++--------
  M po/de.po                            |      18 +++++++++---------
  M po/es.po                            |      16 ++++++++--------
  M po/fr.po                            |      16 ++++++++--------
  M po/nn.po                            |      12 ++++++------
  M po/pl.po                            |      16 ++++++++--------
  M po/pt_BR.po                         |      12 ++++++------
  M src/AIPlayer.c                      |       2 +-
  M src/AIPlayer.h                      |       2 +-
  M src/admin.c                         |       2 +-
  M src/admin.h                         |       2 +-
  M src/configfile.c                    |       2 +-
  M src/configfile.h                    |       2 +-
  M src/convert.c                       |       2 +-
  M src/convert.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         |       3 ++-
  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/gtkenums.h              |       2 +-
  M src/gtkport/gtkport.c               |       2 +-
  M src/gtkport/gtkport.h               |       2 +-
  M src/gtkport/unicodewrap.c           |       2 +-
  M src/gtkport/unicodewrap.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.c          |       2 +-
  M src/gui_client/optdialog.h          |       2 +-
  M src/log.c                           |       2 +-
  M src/log.h                           |       2 +-
  M src/magic                           |       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 +-
  M win32/guifunc.c                     |       4 ++--
  M win32/guifunc.h                     |       4 ++--
  M win32/makeinstall.c                 |       4 ++--
  M win32/setup.c                       |       4 ++--
  M win32/uninstall.c                   |       4 ++--
  M win32/util.c                        |       4 ++--
  M win32/util.h                        |       4 ++--

76 files changed, 135 insertions(+), 134 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
t@@ -2,7 +2,7 @@ dopewars is derived from the MS-DOS game of the same name (author unknown).
 
 This is turn was based upon the MS-DOS game "Drug Wars", by John E. Dell.
 
-dopewars is written by and is copyright of Ben Webb (ben@bellatrix.pcl.ox.ac.uk)
+dopewars is written by and is copyright of Ben Webb (benwebb@users.sf.net)
 
 Pivotal to the development of dopewars were and are the following:-
 
diff --git a/README b/README
t@@ -101,6 +101,6 @@ The dopewars icons are copyright (C) Ocelot Mantis 2001.
 
 SUPPORT
 
-dopewars is written and maintained by Ben Webb 
+dopewars is written and maintained by Ben Webb 
 Enquiries about dopewars may be sent to this address (keep them sensible 
 please ;) Bug fixes and reports, improvements and patches are also welcomed.
diff --git a/doc/aiplayer.html b/doc/aiplayer.html
t@@ -48,7 +48,7 @@ defend itself if it can, and attempt to run if necessary. During normal
 play it will also attempt to "blend in" with the other players by hurling
 rather pathetic insults at them... you are free to edit the code of the
 AI player to give these insults a little more "punch", or
-email them to me (preferably
+email them to me (preferably
 without actually directing the insults themselves at me!) and I'll add them
 to the next dopewars release.

diff --git a/doc/configfile.html b/doc/configfile.html
t@@ -232,7 +232,7 @@ machine is dope-serv.com. By default, the metaserver tries to ascertain
 your domain name from the connection, and this can fail if you connect via
 a proxy server, or if DNS does not properly translate your IP address to your
 domain name. You must also set MetaServer.Password to the password given to
-you by the metaserver
+you by the metaserver
 maintainer for this to work. A blank LocalName can also be used with a
 suitable password to identify "your" server, even if its IP changes.
 See the metaserver page for more details.
diff --git a/doc/credits.html b/doc/credits.html
t@@ -18,7 +18,7 @@ unknown).

This is turn was based upon the MS-DOS game "Drug Wars", by John E. Dell.

dopewars is written by and is copyright of -Ben Webb.

+Ben Webb.

Pivotal to the development of dopewars were and are the following:-

diff --git a/doc/developer.html b/doc/developer.html
t@@ -21,7 +21,7 @@ documentation and concept, and particularly welcome suggested improvements.

You are free to distribute modified versions of the code, again subject to the licence, but I also welcome patches to the code at my email address, -ben@bellatrix.pcl.ox.ac.uk. +benwebb@users.sf.net. If I choose to include these patches in a new dopewars version, you will of course be credited in the changelog (unless, of course, you don't want to be).

diff --git a/doc/dopewars.6.in b/doc/dopewars.6.in
t@@ -75,4 +75,4 @@ Output version information and exit.
 .SH AUTHOR
 This manual page was written by Leon Breedt ,
 for the Debian GNU/Linux system (but may be used by others). Additional
-updates by Ben Webb .
+updates by Ben Webb .
diff --git a/doc/i18n.html b/doc/i18n.html
t@@ -73,7 +73,7 @@ edit the configure.in file in the top dopewars directory to add your
 language code to the ALL_LINGUAS variable. Then run autoconf
 to rebuild the configure script, before making and installing dopewars
 as usual. The new translation should now be available. Once this is complete,
-please send the translation to
+please send the translation to
 be included in the next dopewars version.

Please note that some strings are format strings containing the %

diff --git a/doc/metaserver.html b/doc/metaserver.html
t@@ -100,7 +100,7 @@ that the metaserver guesses for your machine with one you choose yourself.
 This is again done by specifying the hostname with the MetaServer.LocalName
 variable. In order to prevent abuse of this facility, you must obtain a
 password from the metaserver maintainer to authenticate your chosen hostname.
-Email the maintainer, giving
+Email the maintainer, giving
 the exact hostname you want to use (be aware that this is case-sensitive) and
 you will be given a password. Specify this password with the MetaServer.Password
 variable in the dopewars configuration file.

t@@ -121,7 +121,7 @@ happens if your connection is broken before the dopewars server exits; the metaserver will list the IP of the "old" server, and you will now have no way of removing that entry when your connection comes back up, as your IP will be different. In this case, you can -email the metaserver +email the metaserver maintainer, and specify a blank MetaServer.LocalName variable. You will again receive a MetaServer.Password variable (see above), which the metaserver will use to identify "your" server; now, when your
diff --git a/dopewars.spec.in b/dopewars.spec.in
t@@ -2,7 +2,7 @@ Summary:       Drug dealing game
 Name:          @PACKAGE@
 Version:       @VERSION@
 Release:       1
-Vendor:        Ben Webb 
+Vendor:        Ben Webb 
 URL:           http://dopewars.sourceforge.net/
 License:       GPL
 Group:         Amusements/Games
t@@ -83,27 +83,27 @@ test "$RPM_BUILD_ROOT" != "/" && rm -rf ${RPM_BUILD_ROOT}
 %{_libdir}/dopewars/libsound_sdl.so
 
 %changelog
-* Mon Oct 21 2002 Ben Webb 
+* Mon Oct 21 2002 Ben Webb 
 - Dependency on SDL-devel added to properly build SDL plugin
 
-* Fri Oct 18 2002 Ben Webb 
+* Fri Oct 18 2002 Ben Webb 
 - ESD plugin incorporated into main package
 - Sound files added to distribution
 
-* Fri Jun 21 2002 Ben Webb 
+* Fri Jun 21 2002 Ben Webb 
 - Description typos corrected
 - A lot of hardcoded texts replaced with %{name} etc.
 - Redundant make arguments removed
 
-* Mon May 13 2002 Ben Webb 
+* Mon May 13 2002 Ben Webb 
 - SDL and ESD plugin subpackages added
 
-* Sun Feb 03 2002 Ben Webb 
+* Sun Feb 03 2002 Ben Webb 
 - Use of %attr tidied up
 - Rebuild with new version
 
-* Wed Oct 17 2001 Ben Webb 
+* Wed Oct 17 2001 Ben Webb 
 - Added in %attrs to allow building by non-root users
 
-* Wed Sep 26 2001 Ben Webb 
+* Wed Sep 26 2001 Ben Webb 
 - Added support for a buildroot
diff --git a/po/de.po b/po/de.po
t@@ -1,6 +1,6 @@
 # German translation for dopewars
 # Copyright (C) 2000 Free Software Foundation, Inc.
-# Created by Ben Webb , Sep 2000, based on
+# Created by Ben Webb , Sep 2000, based on
 # Eric Steiner' translated dopewars client - For translation Errors mail me at eric_st@aon.at or fix the Code yourself
 # Fixed Grammatical Errors and other Stuff on Tobias Mathes tobi@ideenpark.de Translation
 # So this is based on his translation but i corrected Grammar Bugs and added new Translations to the File
t@@ -1197,7 +1197,7 @@ msgstr ""
 "\n"