tUpdate copyright and version info. - 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 c9fc299767990f27d2486f76fd51866a1c6c8589
(DIR) parent 0e0565d306f88f70f9f35f02edec4911d4ffcacf
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Mon, 25 Oct 2004 06:58:22 +0000
Update copyright and version info.
Diffstat:
M ChangeLog | 2 +-
M NEWS | 4 ++++
M README | 12 ++++++------
M doc/index.html | 4 ++--
M doc/installation.html | 18 +++++++++---------
M po/de.po | 16 ++++++++--------
M po/es.po | 16 ++++++++--------
M po/es_ES.po | 16 ++++++++--------
M po/fr.po | 16 ++++++++--------
M po/nn.po | 16 ++++++++--------
M po/pl.po | 12 ++++++------
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 | 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/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/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/dialogs.rc | 4 ++--
M win32/filelist | 6 +++---
M win32/guifunc.c | 2 +-
M win32/guifunc.h | 2 +-
M win32/makeinstall.c | 2 +-
M win32/setup.c | 2 +-
M win32/uninstall.c | 2 +-
M win32/util.c | 2 +-
M win32/util.h | 2 +-
73 files changed, 142 insertions(+), 138 deletions(-)
---
(DIR) diff --git a/ChangeLog b/ChangeLog
t@@ -1,4 +1,4 @@
-cvs
+1.5.10 24-10-2004
- High score file is now installed in ${localstatedir} rather than
${datadir}, to allow proper Filesystem Hierarchy Standard compliance
- Fix for a curses client crash if the D key is pressed during attacks
(DIR) diff --git a/NEWS b/NEWS
t@@ -1,3 +1,7 @@
+24th October 2004
+ dopewars-1.5.10 released. This is largely a bugfix release, fixing a
+server DOS and some minor bugs in the text-mode client.
+
7th June 2003
dopewars-1.5.9 released. This is largely a bugfix release, fixing a
crash on pressing the "drop drugs" button, and adding minor improvements
(DIR) diff --git a/README b/README
t@@ -1,13 +1,13 @@
-This is dopewars 1.5.9, a game simulating the life of a drug dealer in
+This is dopewars 1.5.10, a game simulating the life of a drug dealer in
New York. The aim of the game is to make lots and lots of money...
unfortunately, you start the game with a hefty debt, accumulating interest,
and the cops take a rather dim view of drug dealing...
These are brief instructions; see the HTML documentation for full information.
-dopewars 1.5.9 servers should handle clients as old as version 1.4.3 with
+dopewars 1.5.10 servers should handle clients as old as version 1.4.3 with
hardly any visible problems (the reverse is also true). However, it is
-recommended that both clients and servers are upgraded to 1.5.9!
+recommended that both clients and servers are upgraded to 1.5.10!
INSTALLATION
t@@ -17,10 +17,10 @@ Either...
Or...
-2. Get the tarball dopewars-1.5.9.tar.gz from the same URL
- Extract it via tar -xvzf dopewars-1.5.9.tar.gz
+2. Get the tarball dopewars-1.5.10.tar.gz from the same URL
+ Extract it via tar -xvzf dopewars-1.5.10.tar.gz
Follow the instructions in the INSTALL file in the newly-created
- dopewars-1.5.9 directory
+ dopewars-1.5.10 directory
Once you're done, you can safely delete the RPM, tarball and dopewars
directory. The dopewars binary is all you need!
(DIR) diff --git a/doc/index.html b/doc/index.html
t@@ -12,11 +12,11 @@ col.linklist { width: 35% }
td.linklist { vertical-align: top }
-->
</style>
-<title>dopewars 1.5.9: Main Index</title>
+<title>dopewars 1.5.10: Main Index</title>
</head>
<body>
-<h1>dopewars 1.5.9: Main Index</h1>
+<h1>dopewars 1.5.10: Main Index</h1>
<table>
<col class="linklist" />
(DIR) diff --git a/doc/installation.html b/doc/installation.html
t@@ -57,7 +57,7 @@ segmentation faults due to library conflicts.</p>
<ol>
<li>Download the
-<a href="http://prdownloads.sourceforge.net/dopewars/dopewars-1.5.9-1.i386.rpm">
+<a href="http://prdownloads.sourceforge.net/dopewars/dopewars-1.5.10-1.i386.rpm">
i386 (Intel)</a> RPM with your web browser. (If your browser is incorrectly set
up, it may try and display the file, in which case tell it explicitly to save
the file - Shift+Mouse button 1 in Netscape.)</li>
t@@ -68,7 +68,7 @@ up).</li>
<li>Change to the directory containing the dopewars rpm, and install it with
the command<br />
-<tt><b>rpm -Uvh dopewars-1.5.9-1.i386.rpm</b></tt><br /> This will replace any
+<tt><b>rpm -Uvh dopewars-1.5.10-1.i386.rpm</b></tt><br /> This will replace any
already-installed earlier version.</li>
</ol>
t@@ -80,13 +80,13 @@ building the binaries from it on your system.</p>
<ol>
<li>Download the
-<a href="http://prdownloads.sourceforge.net/dopewars/dopewars-1.5.9-1.src.rpm">
+<a href="http://prdownloads.sourceforge.net/dopewars/dopewars-1.5.10-1.src.rpm">
source code RPM</a>.</li>
<li>Become root and change to the directory containing the new rpm.</li>
<li>Build a binary rpm with the command<br />
-<tt><b>rpm --rebuild dopewars-1.5.9-1.src.rpm</b></tt></li>
+<tt><b>rpm --rebuild dopewars-1.5.10-1.src.rpm</b></tt></li>
<li>Change to the directory which the binary rpm has been written to (check
the output of the above - usually /usr/src/redhat/RPMS/<i>xxx</i>, where
t@@ -94,7 +94,7 @@ the output of the above - usually /usr/src/redhat/RPMS/<i>xxx</i>, where
"alpha" on Alphas)</li>
<li>Install the binary rpm with the command<br />
-<tt><b>rpm -Uvh dopewars-1.5.9-1.<i>xxx</i>.rpm</b></tt></li>
+<tt><b>rpm -Uvh dopewars-1.5.10-1.<i>xxx</i>.rpm</b></tt></li>
</ol>
<h2><a id="tarball">Tarball installation</a></h2>
t@@ -114,15 +114,15 @@ Unix <a href="http://www.gtk.org/download/">here</a> or for Windows
<ol>
<li>Download the
-<a href="http://prdownloads.sourceforge.net/dopewars/dopewars-1.5.9.tar.gz">
+<a href="http://prdownloads.sourceforge.net/dopewars/dopewars-1.5.10.tar.gz">
source code tarball</a>.</li>
<li>Change to the directory containing the tarball and extract the contents
with the command <br />
-<tt><b>tar -xvzf dopewars-1.5.9.tar.gz</b></tt><br />
+<tt><b>tar -xvzf dopewars-1.5.10.tar.gz</b></tt><br />
(or similar).</li>
-<li>Change into the dopewars-1.5.9 directory, and read all the important
+<li>Change into the dopewars-1.5.10 directory, and read all the important
documentation in there ;) Most notably, the INSTALL file gives more details
on setup and installation on Windows systems.</li>
t@@ -137,7 +137,7 @@ should compile cleanly. If you are running the Cygwin tools under Microsoft
Windows, the script should detect this and allow you to build a native
Windows binary; this will then run on any Win32 system, even one without Cygwin
installed. The configure script supports a number of configurable options; for
-more details, read the INSTALL file in the dopewars-1.5.9 directory.</p>
+more details, read the INSTALL file in the dopewars-1.5.10 directory.</p>
<p>If you cannot become root, run the configure script specifying directories
for which you have write access for the dopewars files, with a command
(DIR) diff --git a/po/de.po b/po/de.po
t@@ -1195,7 +1195,7 @@ msgstr ""
" -h Zeige diese Hilfe an\n"
" -v Zeige Version und beende\n"
"\n"
-"dopewars is Copyright (C) Ben Webb 1998-2003, und veröffentlicht unter der "
+"dopewars is Copyright (C) Ben Webb 1998-2004, und veröffentlicht unter der "
"GNU GPL\n"
"Melde Programmierfehler dem Autor Ben Webb, benwebb@users.sf.net\n"
"Melde Übersetzungsfehler an Eric Steiner, eric_st@aon.at\n"
t@@ -1205,7 +1205,7 @@ msgid ""
" -h, --help display this help information\n"
" -v, --version output version information and exit\n"
"\n"
-"dopewars is Copyright (C) Ben Webb 1998-2003, and released under the GNU "
+"dopewars is Copyright (C) Ben Webb 1998-2004, and released under the GNU "
"GPL\n"
"Report bugs to the author at benwebb@users.sf.net\n"
msgstr ""
t@@ -1268,7 +1268,7 @@ msgstr ""
" -h Zeige diese Hilfe an\n"
" -v Zeige Version und beende\n"
"\n"
-"dopewars is Copyright (C) Ben Webb 1998-2003, und veröffentlicht unter der "
+"dopewars is Copyright (C) Ben Webb 1998-2004, und veröffentlicht unter der "
"GNU GPL\n"
"Melde Programmierfehler dem Autor Ben Webb, benwebb@users.sf.net\n"
"Melde Übersetzungsfehler an Eric Steiner, eric_st@aon.at\n"
t@@ -1278,7 +1278,7 @@ msgid ""
" -h display this help information\n"
" -v output version information and exit\n"
"\n"
-"dopewars is Copyright (C) Ben Webb 1998-2003, and released under the GNU "
+"dopewars is Copyright (C) Ben Webb 1998-2004, and released under the GNU "
"GPL\n"
"Report bugs to the author at benwebb@users.sf.net\n"
msgstr ""
t@@ -1351,8 +1351,8 @@ msgstr "wie m
#: src/curses_client/curses_client.c:297
#, fuzzy, c-format
msgid ""
-"Version %-8s Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net"
-msgstr "Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net"
+"Version %-8s Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net"
+msgstr "Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net"
#: src/curses_client/curses_client.c:300
msgid "dopewars is released under the GNU General Public Licence"
t@@ -2499,10 +2499,10 @@ msgstr ""
#: src/gui_client/gtk_client.c:2410
#, c-format
msgid ""
-"Version %s Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net\n"
+"Version %s Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net\n"
"dopewars is released under the GNU General Public Licence\n"
msgstr ""
-"Version %s Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net\n"
+"Version %s Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net\n"
"Dopewars wurde unter der GNU General Public Licence veröffentlicht.\n"
#. Label at the bottom of GTK+ 'about' dialog
(DIR) diff --git a/po/es.po b/po/es.po
t@@ -1227,14 +1227,14 @@ msgid ""
" -h, --help display this help information\n"
" -v, --version output version information and exit\n"
"\n"
-"dopewars is Copyright (C) Ben Webb 1998-2003, and released under the GNU "
+"dopewars is Copyright (C) Ben Webb 1998-2004, and released under the GNU "
"GPL\n"
"Report bugs to the author at ben@users.sf.net\n"
msgstr ""
" -h, --help mostrar esta información de ayuda\n"
" -v, --version mostrar información sobre la versión y salir\n"
"\n"
-"dopewars es Copyright (C) Ben Webb 1998-2003, y está publicado bajo la GNU "
+"dopewars es Copyright (C) Ben Webb 1998-2004, y está publicado bajo la GNU "
"GPL\n"
"Informe de fallos al autor escribiendo a ben@users.sf.net\n"
t@@ -1310,14 +1310,14 @@ msgid ""
" -h display this help information\n"
" -v output version information and exit\n"
"\n"
-"dopewars is Copyright (C) Ben Webb 1998-2003, and released under the GNU "
+"dopewars is Copyright (C) Ben Webb 1998-2004, and released under the GNU "
"GPL\n"
"Report bugs to the author at ben@users.sf.net\n"
msgstr ""
" -h mostrar esta información de ayuda\n"
" -v mostrar información sobre la versión y salir\n"
"\n"
-"dopewars es Copyright (C) Ben Webb 1998-2003, y está publicado bajo la GNU "
+"dopewars es Copyright (C) Ben Webb 1998-2004, y está publicado bajo la GNU "
"GPL\n"
"Informe de fallos al autor escribiendo a ben@users.sf.net\n"
t@@ -1387,8 +1387,8 @@ msgstr "Tiene un mes de tiempo de juego para amasar su fortuna."
#: src/curses_client/curses_client.c:297
#, c-format
-msgid "Version %-8s Copyright (C) 1998-2003 Ben Webb ben@users.sf.net"
-msgstr "Version %-8s Copyright (C) 1998-2003 Ben Webb ben@users.sf.net"
+msgid "Version %-8s Copyright (C) 1998-2004 Ben Webb ben@users.sf.net"
+msgstr "Version %-8s Copyright (C) 1998-2004 Ben Webb ben@users.sf.net"
#: src/curses_client/curses_client.c:300
msgid "dopewars is released under the GNU General Public Licence"
t@@ -2529,10 +2529,10 @@ msgstr ""
#: src/gui_client/gtk_client.c:2410
#, c-format
msgid ""
-"Version %s Copyright (C) 1998-2003 Ben Webb ben@users.sf.net\n"
+"Version %s Copyright (C) 1998-2004 Ben Webb ben@users.sf.net\n"
"dopewars is released under the GNU General Public Licence\n"
msgstr ""
-"Versión %s Copyright (C) 1998-2003 Ben Webb ben@users.sf.net\n"
+"Versión %s Copyright (C) 1998-2004 Ben Webb ben@users.sf.net\n"
"dopewars está publicado bajo la GNU General Public Licence\n"
#. Label at the bottom of GTK+ 'about' dialog
(DIR) diff --git a/po/es_ES.po b/po/es_ES.po
t@@ -1229,14 +1229,14 @@ msgid ""
" -h, --help display this help information\n"
" -v, --version output version information and exit\n"
"\n"
-"dopewars is Copyright (C) Ben Webb 1998-2003, and released under the GNU "
+"dopewars is Copyright (C) Ben Webb 1998-2004, and released under the GNU "
"GPL\n"
"Report bugs to the author at benwebb@users.sf.net\n"
msgstr ""
" -h, --help mostrar esta información de ayuda\n"
" -v, --version mostrar información sobre la versión y salir\n"
"\n"
-"dopewars es Copyright (C) Ben Webb 1998-2003, y está publicado bajo la GNU "
+"dopewars es Copyright (C) Ben Webb 1998-2004, y está publicado bajo la GNU "
"GPL\n"
"Informa de fallos al autor escribiendo a benwebb@users.sf.net\n"
t@@ -1312,14 +1312,14 @@ msgid ""
" -h display this help information\n"
" -v output version information and exit\n"
"\n"
-"dopewars is Copyright (C) Ben Webb 1998-2003, and released under the GNU "
+"dopewars is Copyright (C) Ben Webb 1998-2004, and released under the GNU "
"GPL\n"
"Report bugs to the author at benwebb@users.sf.net\n"
msgstr ""
" -h mostrar esta información de ayuda\n"
" -v mostrar información sobre la versión y salir\n"
"\n"
-"dopewars es Copyright (C) Ben Webb 1998-2003, y está publicado bajo la GNU "
+"dopewars es Copyright (C) Ben Webb 1998-2004, y está publicado bajo la GNU "
"GPL\n"
"Informa de fallos al autor escribiendo a benwebb@users.sf.net\n"
t@@ -1389,8 +1389,8 @@ msgstr "Tienes un mes de tiempo de juego para amasar tu fortuna."
#: src/curses_client/curses_client.c:297
#, c-format
-msgid "Version %-8s Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net"
-msgstr "Version %-8s Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net"
+msgid "Version %-8s Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net"
+msgstr "Version %-8s Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net"
#: src/curses_client/curses_client.c:300
msgid "dopewars is released under the GNU General Public Licence"
t@@ -2531,10 +2531,10 @@ msgstr ""
#: src/gui_client/gtk_client.c:2410
#, c-format
msgid ""
-"Version %s Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net\n"
+"Version %s Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net\n"
"dopewars is released under the GNU General Public Licence\n"
msgstr ""
-"Versión %s Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net\n"
+"Versión %s Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net\n"
"dopewars está publicado bajo la GNU General Public Licence\n"
#. Label at the bottom of GTK+ 'about' dialog
(DIR) diff --git a/po/fr.po b/po/fr.po
t@@ -1180,7 +1180,7 @@ msgstr ""
" -h affiche cet ecran d'aide\n"
" -v affiche la version et quitte\n"
"\n"
-"dopewars is Copyright (C) Ben Webb 1998-2003, et distribue sous GNU GPL\n"
+"dopewars is Copyright (C) Ben Webb 1998-2004, et distribue sous GNU GPL\n"
"Envoyer les bugs a l'auteur : benwebb@users.sf.net\n"
#: src/dopewars.c:2608
t@@ -1188,7 +1188,7 @@ msgid ""
" -h, --help display this help information\n"
" -v, --version output version information and exit\n"
"\n"
-"dopewars is Copyright (C) Ben Webb 1998-2003, and released under the GNU "
+"dopewars is Copyright (C) Ben Webb 1998-2004, and released under the GNU "
"GPL\n"
"Report bugs to the author at benwebb@users.sf.net\n"
msgstr ""
t@@ -1258,7 +1258,7 @@ msgstr ""
" -h affiche cet ecran d'aide\n"
" -v affiche la version et quitte\n"
"\n"
-"dopewars is Copyright (C) Ben Webb 1998-2003, et distribue sous GNU GPL\n"
+"dopewars is Copyright (C) Ben Webb 1998-2004, et distribue sous GNU GPL\n"
"Envoyer les bugs a l'auteur : benwebb@users.sf.net\n"
#: src/dopewars.c:2644
t@@ -1266,7 +1266,7 @@ msgid ""
" -h display this help information\n"
" -v output version information and exit\n"
"\n"
-"dopewars is Copyright (C) Ben Webb 1998-2003, and released under the GNU "
+"dopewars is Copyright (C) Ben Webb 1998-2004, and released under the GNU "
"GPL\n"
"Report bugs to the author at benwebb@users.sf.net\n"
msgstr ""
t@@ -1339,8 +1339,8 @@ msgstr "as un mois de temps de jeu pour faire fortune."
#: src/curses_client/curses_client.c:297
#, c-format
msgid ""
-"Version %-8s Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net"
-msgstr "Version %-8s Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net"
+"Version %-8s Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net"
+msgstr "Version %-8s Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net"
#: src/curses_client/curses_client.c:300
msgid "dopewars is released under the GNU General Public Licence"
t@@ -2478,10 +2478,10 @@ msgstr ""
#: src/gui_client/gtk_client.c:2410
#, c-format
msgid ""
-"Version %s Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net\n"
+"Version %s Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net\n"
"dopewars is released under the GNU General Public Licence\n"
msgstr ""
-"Version %s Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net\n"
+"Version %s Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net\n"
"dopewars est diffuse sous la GNU General Public Licence\n"
#. Label at the bottom of GTK+ 'about' dialog
(DIR) diff --git a/po/nn.po b/po/nn.po
t@@ -1210,14 +1210,14 @@ msgid ""
" -h, --help display this help information\n"
" -v, --version output version information and exit\n"
"\n"
-"dopewars is Copyright (C) Ben Webb 1998-2003, and released under the GNU "
+"dopewars is Copyright (C) Ben Webb 1998-2004, and released under the GNU "
"GPL\n"
"Report bugs to the author at benwebb@users.sf.net\n"
msgstr ""
" -h, --help vis denne hjelpeteksten\n"
" -v, --version vis versjonsinformasjon og avslutt\n"
"\n"
-"dopewars er Copyright (C) Ben Webb 1998-2003, og er tilgjengeleg under GNU "
+"dopewars er Copyright (C) Ben Webb 1998-2004, og er tilgjengeleg under GNU "
"GPL\n"
"Rapportér feil til forfattaren på ben@bellatrix.pcl.ac.uk\n"
t@@ -1289,14 +1289,14 @@ msgid ""
" -h display this help information\n"
" -v output version information and exit\n"
"\n"
-"dopewars is Copyright (C) Ben Webb 1998-2003, and released under the GNU "
+"dopewars is Copyright (C) Ben Webb 1998-2004, and released under the GNU "
"GPL\n"
"Report bugs to the author at benwebb@users.sf.net\n"
msgstr ""
" -h, vis denne hjelpeteksten\n"
" -v, vis versjonsinformasjon og avslutt\n"
"\n"
-"dopewars er Copyright (C) Ben Webb 1998-2003, og er tilgjengeleg under GNU "
+"dopewars er Copyright (C) Ben Webb 1998-2004, og er tilgjengeleg under GNU "
"GPL\n"
"Rapportér feil til forfattaren på ben@bellatrix.pcl.ac.uk\n"
t@@ -1369,8 +1369,8 @@ msgstr "Du har ein månad i speletid på å skapa formuen din."
#: src/curses_client/curses_client.c:297
#, c-format
-msgid "Version %-8s Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net"
-msgstr "Versjon %-8s Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net"
+msgid "Version %-8s Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net"
+msgstr "Versjon %-8s Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net"
#: src/curses_client/curses_client.c:300
msgid "dopewars is released under the GNU General Public Licence"
t@@ -2521,10 +2521,10 @@ msgstr ""
#: src/gui_client/gtk_client.c:2434
#, c-format
msgid ""
-"Version %s Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net\n"
+"Version %s Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net\n"
"dopewars is released under the GNU General Public Licence\n"
msgstr ""
-"Version %s Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net\n"
+"Version %s Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net\n"
"dopewars er tilgjengeleg under GNU General Public Licence\n"
#. Label at the bottom of GTK+ 'about' dialog
(DIR) diff --git a/po/pl.po b/po/pl.po
t@@ -1182,7 +1182,7 @@ msgid ""
" -h, --help display this help information\n"
" -v, --version output version information and exit\n"
"\n"
-"dopewars is Copyright (C) Ben Webb 1998-2003, and released under the GNU "
+"dopewars is Copyright (C) Ben Webb 1998-2004, and released under the GNU "
"GPL\n"
"Report bugs to the author at benwebb@users.sf.net\n"
msgstr ""
t@@ -1257,7 +1257,7 @@ msgid ""
" -h display this help information\n"
" -v output version information and exit\n"
"\n"
-"dopewars is Copyright (C) Ben Webb 1998-2003, and released under the GNU "
+"dopewars is Copyright (C) Ben Webb 1998-2004, and released under the GNU "
"GPL\n"
"Report bugs to the author at benwebb@users.sf.net\n"
msgstr ""
t@@ -1329,8 +1329,8 @@ msgstr "Masz jeden miesi
#: src/curses_client/curses_client.c:297
#, c-format
msgid ""
-"Version %-8s Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net"
-msgstr "Wersja %-8s Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net"
+"Version %-8s Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net"
+msgstr "Wersja %-8s Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net"
#: src/curses_client/curses_client.c:300
msgid "dopewars is released under the GNU General Public Licence"
t@@ -2466,10 +2466,10 @@ msgstr ""
#: src/gui_client/gtk_client.c:2410
#, c-format
msgid ""
-"Version %s Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net\n"
+"Version %s Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net\n"
"dopewars is released under the GNU General Public Licence\n"
msgstr ""
-"Wersja %s Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net\n"
+"Wersja %s Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net\n"
"dopewars s± publikowane zgodnie z GNU General Public Licence\n"
#. Label at the bottom of GTK+ 'about' dialog
(DIR) diff --git a/po/pt_BR.po b/po/pt_BR.po
t@@ -1186,7 +1186,7 @@ msgid ""
" -h, --help display this help information\n"
" -v, --version output version information and exit\n"
"\n"
-"dopewars is Copyright (C) Ben Webb 1998-2003, and released under the GNU "
+"dopewars is Copyright (C) Ben Webb 1998-2004, and released under the GNU "
"GPL\n"
"Report bugs to the author at benwebb@users.sf.net\n"
msgstr ""
t@@ -1260,7 +1260,7 @@ msgid ""
" -h display this help information\n"
" -v output version information and exit\n"
"\n"
-"dopewars is Copyright (C) Ben Webb 1998-2003, and released under the GNU "
+"dopewars is Copyright (C) Ben Webb 1998-2004, and released under the GNU "
"GPL\n"
"Report bugs to the author at benwebb@users.sf.net\n"
msgstr ""
t@@ -1335,9 +1335,9 @@ msgstr "vivo)! Voc
#: src/curses_client/curses_client.c:297
#, c-format
msgid ""
-"Version %-8s Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net"
+"Version %-8s Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net"
msgstr ""
-"Versão %-8s Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net"
+"Versão %-8s Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net"
#: src/curses_client/curses_client.c:300
msgid "dopewars is released under the GNU General Public Licence"
t@@ -2479,10 +2479,10 @@ msgstr ""
#: src/gui_client/gtk_client.c:2410
#, c-format
msgid ""
-"Version %s Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net\n"
+"Version %s Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net\n"
"dopewars is released under the GNU General Public Licence\n"
msgstr ""
-"Versão %s Copyright (C) 1998-2003 Ben Webb benwebb@users.sf.net\n"
+"Versão %s Copyright (C) 1998-2004 Ben Webb benwebb@users.sf.net\n"
"dopewars está lançado sob a GNU General Public Licence\n"
#. Label at the bottom of GTK+ 'about' dialog
(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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/configfile.c b/src/configfile.c
t@@ -1,6 +1,6 @@
/************************************************************************
* configfile.c Functions for dealing with dopewars config files *
- * Copyright (C) 2002-2003 Ben Webb *
+ * Copyright (C) 2002-2004 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/configfile.h b/src/configfile.h
t@@ -1,6 +1,6 @@
/************************************************************************
* configfile.h Functions for dealing with dopewars config files *
- * Copyright (C) 2002-2003 Ben Webb *
+ * Copyright (C) 2002-2004 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/convert.c b/src/convert.c
t@@ -1,6 +1,6 @@
/************************************************************************
* convert.c Codeset conversion functions *
- * Copyright (C) 2002-2003 Ben Webb *
+ * Copyright (C) 2002-2004 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/convert.h b/src/convert.h
t@@ -1,6 +1,6 @@
/************************************************************************
* convert.h Header file for codeset conversion functions *
- * Copyright (C) 2002-2003 Ben Webb *
+ * Copyright (C) 2002-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb "
+ g_string_sprintf(text, _("Version %-8s Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003, and released under the GNU GPL\n\
+dopewars is Copyright (C) Ben Webb 1998-2004, 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-2003, and released under the GNU GPL\n\
+dopewars is Copyright (C) Ben Webb 1998-2004, 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/gtkport/gtkenums.h b/src/gtkport/gtkenums.h
t@@ -1,6 +1,6 @@
/************************************************************************
* gtkenums.h Enumerated types for gtkport code *
- * Copyright (C) 2002-2003 Ben Webb *
+ * Copyright (C) 2002-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/gtkport/unicodewrap.c b/src/gtkport/unicodewrap.c
t@@ -1,6 +1,6 @@
/************************************************************************
* unicodewrap.c Unicode wrapper functions for Win32 *
- * Copyright (C) 2002-2003 Ben Webb *
+ * Copyright (C) 2002-2004 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/gtkport/unicodewrap.h b/src/gtkport/unicodewrap.h
t@@ -1,6 +1,6 @@
/************************************************************************
* unicodewrap.h Unicode wrapper functions for Win32 *
- * Copyright (C) 2002-2003 Ben Webb *
+ * Copyright (C) 2002-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
t@@ -2432,7 +2432,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-2003 "
+ "Copyright (C) 1998-2004 "
"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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/src/gui_client/optdialog.c b/src/gui_client/optdialog.c
t@@ -1,6 +1,6 @@
/************************************************************************
* optdialog.c Configuration file editing dialog *
- * Copyright (C) 2002-2003 Ben Webb *
+ * Copyright (C) 2002-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 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-2003 Ben Webb *
+ * Copyright (C) 1998-2004 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/win32/dialogs.rc b/win32/dialogs.rc
t@@ -1,13 +1,13 @@
#include "contid.h"
1 DIALOG 17, 40, 239, 162
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "dopewars-1.5.9 installation"
+CAPTION "dopewars-1.5.10 installation"
BEGIN
CONTROL "", 101, "WC_GTKSEP", 2 | WS_CHILD | WS_VISIBLE, 7, 135, 225, 2
CONTROL "< &Back", BT_BACK, "BUTTON", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_DISABLED | WS_TABSTOP, 105, 143, 39, 13
PUSHBUTTON "&Next >", BT_NEXT, 144, 143, 39, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Cancel", BT_CANCEL, 191, 143, 39, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
- LTEXT "Welcome to the dopewars-1.5.9 installation program.\nThis program will install dopewars-1.5.9 on your computer.", -1, 22, 14, 195, 17, WS_CHILD | WS_VISIBLE | WS_GROUP
+ LTEXT "Welcome to the dopewars-1.5.10 installation program.\nThis program will install dopewars-1.5.10 on your computer.", -1, 22, 14, 195, 17, WS_CHILD | WS_VISIBLE | WS_GROUP
LTEXT "Use the ""Back"" and ""Next"" buttons at the bottom of the dialog to control the installation. You can quit at any time using the ""Cancel"" button.", -1, 22, 50, 195, 25, WS_CHILD | WS_VISIBLE | WS_GROUP
LTEXT "Newer versions of this program, when available, can be obtained from the dopewars website, http://dopewars.sf.net/", -1, 22, 84, 195, 18, WS_CHILD | WS_VISIBLE | WS_GROUP
CONTROL "Install for &all users (requires admin rights)", RB_ALLUSERS, "BUTTON", BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 28, 108, 110, 8
(DIR) diff --git a/win32/filelist b/win32/filelist
t@@ -1,8 +1,8 @@
[product]
-dopewars-1.5.9
+dopewars-1.5.10
[instdir]
-dopewars-1.5.9
+dopewars-1.5.10
[NT Service]
dopewars-server
t@@ -71,7 +71,7 @@ dopewars-log.txt
dopewars.sco
[startmenudir]
-dopewars-1.5.9
+dopewars-1.5.10
[startmenu]
dopewars.lnk
(DIR) diff --git a/win32/guifunc.c b/win32/guifunc.c
t@@ -1,6 +1,6 @@
/************************************************************************
* guifunc.c GUI-specific shared functions for installer *
- * Copyright (C) 2001-2003 Ben Webb *
+ * Copyright (C) 2001-2004 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/win32/guifunc.h b/win32/guifunc.h
t@@ -1,6 +1,6 @@
/************************************************************************
* guifunc.h GUI-specific shared functions for installer *
- * Copyright (C) 2001-2003 Ben Webb *
+ * Copyright (C) 2001-2004 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/win32/makeinstall.c b/win32/makeinstall.c
t@@ -1,6 +1,6 @@
/************************************************************************
* makeinstall.c Program to create install data for setup.c *
- * Copyright (C) 2001-2003 Ben Webb *
+ * Copyright (C) 2001-2004 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/win32/setup.c b/win32/setup.c
t@@ -1,6 +1,6 @@
/************************************************************************
* setup.c Simple Win32 installer for dopewars *
- * Copyright (C) 2001-2003 Ben Webb *
+ * Copyright (C) 2001-2004 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/win32/uninstall.c b/win32/uninstall.c
t@@ -1,6 +1,6 @@
/************************************************************************
* uninstall.c Simple Win32 uninstaller for dopewars *
- * Copyright (C) 2001-2003 Ben Webb *
+ * Copyright (C) 2001-2004 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/win32/util.c b/win32/util.c
t@@ -1,6 +1,6 @@
/************************************************************************
* util.c Shared functions for Win32 installer programs *
- * Copyright (C) 2001-2003 Ben Webb *
+ * Copyright (C) 2001-2004 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *
(DIR) diff --git a/win32/util.h b/win32/util.h
t@@ -1,6 +1,6 @@
/************************************************************************
* util.h Shared functions for Win32 installer programs *
- * Copyright (C) 2001-2003 Ben Webb *
+ * Copyright (C) 2001-2004 Ben Webb *
* Email: benwebb@users.sf.net *
* WWW: http://dopewars.sourceforge.net/ *
* *