]> git.pond.sub.org Git - empserver/commitdiff
Update known contributors comments
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 11 Apr 2011 20:40:57 +0000 (22:40 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 14 Apr 2011 18:21:23 +0000 (20:21 +0200)
107 files changed:
Make.mk
configure.ac
include/empio.h
include/empobj.h
include/file.h
include/game.h
include/land.h
include/lwp.h
include/misc.h
include/nat.h
include/nsc.h
include/optlist.h
include/plane.h
include/player.h
include/sect.h
include/ship.h
include/tel.h
include/treaty.h
include/types.h
include/xdump.h
src/client/configure.ac
src/client/expect.c
src/client/main.c
src/client/play.c
src/client/servcmd.c
src/lib/commands/arm.c
src/lib/commands/buil.c
src/lib/commands/coas.c
src/lib/commands/edit.c
src/lib/commands/flash.c
src/lib/commands/fort.c
src/lib/commands/laun.c
src/lib/commands/load.c
src/lib/commands/mfir.c
src/lib/commands/mine.c
src/lib/commands/miss.c
src/lib/commands/nuke.c
src/lib/commands/orig.c
src/lib/commands/plan.c
src/lib/commands/prod.c
src/lib/commands/retr.c
src/lib/commands/sabo.c
src/lib/commands/scra.c
src/lib/commands/scut.c
src/lib/commands/skyw.c
src/lib/commands/stop.c
src/lib/commands/stre.c
src/lib/commands/swap.c
src/lib/commands/tend.c
src/lib/commands/torp.c
src/lib/commands/upda.c
src/lib/commands/vers.c
src/lib/commands/work.c
src/lib/commands/zdon.c
src/lib/common/conftab.c
src/lib/common/ef_verify.c
src/lib/common/hours.c
src/lib/common/nat.c
src/lib/common/nsc.c
src/lib/common/rdsched.c
src/lib/common/stmtch.c
src/lib/common/type.c
src/lib/common/xdump.c
src/lib/common/xundump.c
src/lib/common/xy.c
src/lib/empthread/io.c
src/lib/empthread/pthread.c
src/lib/gen/log.c
src/lib/gen/tcp_listen.c
src/lib/global/nuke.config
src/lib/global/options.c
src/lib/global/symbol.c
src/lib/global/updtime.c
src/lib/lwp/lwp.c
src/lib/player/accept.c
src/lib/player/empdis.c
src/lib/subs/aircombat.c
src/lib/subs/bridgefall.c
src/lib/subs/check.c
src/lib/subs/detonate.c
src/lib/subs/fortdef.c
src/lib/subs/lndsub.c
src/lib/subs/mslsub.c
src/lib/subs/nreport.c
src/lib/subs/nstr.c
src/lib/subs/plnsub.c
src/lib/subs/radmap.c
src/lib/subs/rej.c
src/lib/subs/sarg.c
src/lib/subs/sect.c
src/lib/subs/show.c
src/lib/subs/shpsub.c
src/lib/subs/takeover.c
src/lib/subs/trechk.c
src/lib/update/anno.c
src/lib/update/human.c
src/lib/update/land.c
src/lib/update/plane.c
src/lib/update/produce.c
src/lib/update/sect.c
src/lib/update/ship.c
src/lib/w32/w32sockets.c
src/server/main.c
src/server/update.c
src/util/empdump.c
src/util/empsched.c
src/util/files.c

diff --git a/Make.mk b/Make.mk
index cc0863d3d8e9d49a7ccad12d0bcba82f507c8490..bcce337bf11255897cf3e47cc4e3082e43a8b5ee 100644 (file)
--- a/Make.mk
+++ b/Make.mk
@@ -27,7 +27,7 @@
 #   Make.mk: The real Makefile, included by GNUmakefile
 #
 #   Known contributors to this file:
 #   Make.mk: The real Makefile, included by GNUmakefile
 #
 #   Known contributors to this file:
-#      Markus Armbruster, 2005-2009
+#      Markus Armbruster, 2005-2011
 #
 
 # This makefile was inspired by `Recursive Make Considered Harmful',
 #
 
 # This makefile was inspired by `Recursive Make Considered Harmful',
index 994fa05b552ea615362401f1edfe62689b191612..2046a77a3ab4d5f8dd3a1f109a6920584abc9c60 100644 (file)
@@ -27,7 +27,7 @@
 #   configure.ac: Autoconf input file
 #
 #   Known contributors to this file:
 #   configure.ac: Autoconf input file
 #
 #   Known contributors to this file:
-#      Markus Armbruster, 2005-2009
+#      Markus Armbruster, 2005-2010
 #
 # Process this file with autoconf to produce a configure script.
 
 #
 # Process this file with autoconf to produce a configure script.
 
index f93c76d2b7c40e4331acce18ec7be74359892647..a1675e629e07473134b195f097b1f0da079b3b46 100644 (file)
@@ -27,7 +27,7 @@
  *  empio.h: Describes io pointers used in Empire
  *
  *  Known contributors to this file:
  *  empio.h: Describes io pointers used in Empire
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2010
  */
 
 #ifndef EMPIO_H
  */
 
 #ifndef EMPIO_H
index 81cdbfc52a083bc1678500374e62aa32bdb58f6d..c349b2db81d0937d39e502a62c01a4e380f1c5ef 100644 (file)
@@ -28,7 +28,7 @@
  *
  *  Known contributors to this file:
  *     Ron Koenderink, 2006
  *
  *  Known contributors to this file:
  *     Ron Koenderink, 2006
- *     Markus Armbruster, 2006-2008
+ *     Markus Armbruster, 2006-2011
  */
 
 #ifndef EMPOBJ_H
  */
 
 #ifndef EMPOBJ_H
index e269ca385bbe1d7dafb6d316b16ee9255db7fe68..f66dd3ba5ddcb45163bfab387ae3805afadc33f3 100644 (file)
@@ -27,7 +27,7 @@
  *  file.h: Describes Empire tables (`files' for historical reasons)
  *
  *  Known contributors to this file:
  *  file.h: Describes Empire tables (`files' for historical reasons)
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2005-2008
+ *     Markus Armbruster, 2005-2010
  */
 
 #ifndef FILE_H
  */
 
 #ifndef FILE_H
index 1a9fcbbe43ba3e13f8c984aa75fb48d980cd8f0f..1add7d7ff7ee27a9d7432a39815c7d367a0e905b 100644 (file)
@@ -27,7 +27,7 @@
  *  game.h: The game file
  *
  *  Known contributors to this file:
  *  game.h: The game file
  *
  *  Known contributors to this file:
- *       Markus Armbruster, 2007-2009
+ *     Markus Armbruster, 2007-2009
  */
 
 #ifndef GAME_H
  */
 
 #ifndef GAME_H
index 685a274a0d61b301cf12ee1c939ad31683703b33..7ffd081fc8c06d8fdd802385284803ad12e1f7a4 100644 (file)
@@ -30,7 +30,7 @@
  *     Thomas Ruschak, 1992
  *     Ken Stevens, 1995
  *     Steve McClure, 1998
  *     Thomas Ruschak, 1992
  *     Ken Stevens, 1995
  *     Steve McClure, 1998
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2010
  */
 
 #ifndef LAND_H
  */
 
 #ifndef LAND_H
index 3528c19aa9712b8a30a97ed9052a15b34778a9b9..a793fcb7dbfc6f701a7038fad4ea552790c0fde0 100644 (file)
@@ -28,7 +28,7 @@
  *  lwp.h -- prototypes and structures for lightweight processes
  *
  *  Known contributors to this file:
  *  lwp.h -- prototypes and structures for lightweight processes
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2004-2008
+ *     Markus Armbruster, 2004-2010
  *     Ron Koenderink, 2007-2009
  */
 
  *     Ron Koenderink, 2007-2009
  */
 
index aba83d335e08dc397a4abd8ddb039cd070650f93..3e9387e9fb7cff3ad5274e1ab8fc0ac24247dadb 100644 (file)
@@ -28,7 +28,7 @@
  *          but have to go somewhere!
  *
  *  Known contributors to this file:
  *          but have to go somewhere!
  *
  *  Known contributors to this file:
- *       Doug Hay, 1998
+ *     Doug Hay, 1998
  */
 
 #ifndef MISC_H
  */
 
 #ifndef MISC_H
index 4a09cd4a4855c4695459649a8464d1096e9e4ffa..eb08613910a9b31a4dd8b266e62ec9d0dabb5b4f 100644 (file)
@@ -31,7 +31,7 @@
  *     Ken Stevens, 1995
  *     Steve McClure, 1998-2000
  *     Ron Koenderink, 2005-2008
  *     Ken Stevens, 1995
  *     Steve McClure, 1998-2000
  *     Ron Koenderink, 2005-2008
- *     Markus Armbruster, 2005-2008
+ *     Markus Armbruster, 2005-2011
  */
 
 #ifndef NAT_H
  */
 
 #ifndef NAT_H
index 04f6d1bcff2a050faa7787cef8652469baa5f101..45876681b77e055aab6a744886f0628b6828bf17 100644 (file)
@@ -28,7 +28,7 @@
  *
  *  Known contributors to this file:
  *     Dave Pare, 1989
  *
  *  Known contributors to this file:
  *     Dave Pare, 1989
- *     Markus Armbruster, 2004-2008
+ *     Markus Armbruster, 2004-2010
  */
 
 #ifndef NSC_H
  */
 
 #ifndef NSC_H
index 4291ae72785f9c350b8193d83cb7bf452789cdc8..9d45913212551b01f788adbbe78c5896663c159b 100644 (file)
@@ -29,7 +29,7 @@
  *  Known contributors to this file:
  *     Ken Stevens, 1995
  *     Steve McClure, 1998
  *  Known contributors to this file:
  *     Ken Stevens, 1995
  *     Steve McClure, 1998
- *     Markus Armbruster, 2004-2008
+ *     Markus Armbruster, 2004-2010
  */
 
 #ifndef OPTLIST_H
  */
 
 #ifndef OPTLIST_H
index d40e7d3d3d33a3d9c08f9bfc0fe877cc36dab1bf..f1d61e94dd8af5763499ebc1203d5e6831b6673e 100644 (file)
@@ -30,7 +30,7 @@
  *     Dave Pare, 1986
  *     Ken Stevens, 1995
  *     Steve McClure, 1998
  *     Dave Pare, 1986
  *     Ken Stevens, 1995
  *     Steve McClure, 1998
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2010
  */
 
 #ifndef PLANE_H
  */
 
 #ifndef PLANE_H
index 459b64d3549d01e53061ca3bbdda9b3c361d27ed..0997d12c29e1999ebe666daee536980eb16e549d 100644 (file)
@@ -29,7 +29,7 @@
  *  Known contributors to this file:
  *     Dave Pare, 1994
  *     Doug Hay, 1998
  *  Known contributors to this file:
  *     Dave Pare, 1994
  *     Doug Hay, 1998
- *     Markus Armbruster, 2005-2009
+ *     Markus Armbruster, 2005-2010
  */
 
 #ifndef PLAYER_H
  */
 
 #ifndef PLAYER_H
index 95913c539244c484907987ad10dc80e0aa2702e6..ec6e30c6b8969db55bbd1c3eb459750e5aab7ec6 100644 (file)
@@ -30,7 +30,7 @@
  *     Dave Pare
  *     Ken Stevens, 1995
  *     Steve McClure, 1998
  *     Dave Pare
  *     Ken Stevens, 1995
  *     Steve McClure, 1998
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2010
  */
 
 
  */
 
 
index 1870d6a6ae7d29b4aa5ab23f77414774df023448..6aceab351f889c9649943cda051659cdcfaab95a 100644 (file)
@@ -31,7 +31,7 @@
  *     Thomas Ruschak, 1992
  *     Ken Stevens, 1995
  *     Steve McClure, 1998
  *     Thomas Ruschak, 1992
  *     Ken Stevens, 1995
  *     Steve McClure, 1998
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2010
  */
 
 #ifndef SHIP_H
  */
 
 #ifndef SHIP_H
index 0215eab0bd9626f01fd9dcd0f6afbe81b7aff7d0..63d90704a4b951a0f8276ad696ad62046aa7b572 100644 (file)
@@ -27,7 +27,7 @@
  *  tel.h: Definitions for things having to do with telegrams
  *
  *  Known contributors to this file:
  *  tel.h: Definitions for things having to do with telegrams
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2009
+ *     Markus Armbruster, 2009-2010
  */
 
 #ifndef TEL_H
  */
 
 #ifndef TEL_H
index 9327f2e016229d23b3b4a00a0871c56fc09da746..90d362e607052a4c7ac876a0eed2b3aa8a07fa96 100644 (file)
@@ -27,7 +27,7 @@
  *  treaty.h: Definitions for treaties
  *
  *  Known contributors to this file:
  *  treaty.h: Definitions for treaties
  *
  *  Known contributors to this file:
- *      Steve McClure, 1998
+ *     Steve McClure, 1998
  */
 
 #ifndef TREATY_H
  */
 
 #ifndef TREATY_H
index 78393daea07f02f0faf89c260f6dc0185cdae180..c7cfe72063f3cad7e0a0e7e0670eb4d6e01341b1 100644 (file)
@@ -27,7 +27,7 @@
  *  types.h: Empire types
  *
  *  Known contributors to this file:
  *  types.h: Empire types
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2006-2007
+ *     Markus Armbruster, 2006-2011
  */
 
 #ifndef TYPES_H
  */
 
 #ifndef TYPES_H
index e5e6242ebd4843695eec24554843e9f0b86b7a1b..28e97e390e431f36ca6f0e83f390bf22d74bf7d5 100644 (file)
@@ -27,7 +27,7 @@
  *  xdump.h: Extended dumps
  *
  *  Known contributors to this file:
  *  xdump.h: Extended dumps
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2008
+ *     Markus Armbruster, 2008-2011
  */
 
 #ifndef XDUMP_H
  */
 
 #ifndef XDUMP_H
index 807826d55588733aa4c6ef5976484f9c6da05bc9..0ad6052d1be7b43735df0a18047d12265fc1f39c 100644 (file)
@@ -27,7 +27,7 @@
 #   configure.ac: Autoconf input file
 #
 #   Known contributors to this file:
 #   configure.ac: Autoconf input file
 #
 #   Known contributors to this file:
-#      Markus Armbruster, 2005-2009
+#      Markus Armbruster, 2005-2010
 #
 # Process this file with autoconf to produce a configure script.
 
 #
 # Process this file with autoconf to produce a configure script.
 
index 44ae81f818cca52732db7233de7b14827112f6e1..8bb243c7ff6adac45eb49dcf4f27e8be75a824e0 100644 (file)
@@ -27,8 +27,8 @@
  *  expect.c: Read from the socket, expecting to see a particular code.
  *
  *  Known contributors to this file:
  *  expect.c: Read from the socket, expecting to see a particular code.
  *
  *  Known contributors to this file:
- *      Steve McClure, 1998
- *      Markus Armbruster, 2007-2009
+ *     Steve McClure, 1998
+ *     Markus Armbruster, 2007-2009
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 33c29d98ae12c7b34d87880dc15fe55ad4b4e3ad..ae42edf6f851f87288fe428cd11804ef67a34882 100644 (file)
@@ -30,7 +30,8 @@
  *     Dave Pare, 1986
  *     Steve McClure, 1998
  *     Ron Koenderink, 2004-2007
  *     Dave Pare, 1986
  *     Steve McClure, 1998
  *     Ron Koenderink, 2004-2007
- *     Markus Armbruster, 2005-2009
+ *     Markus Armbruster, 2005-2010
+ *     Tom Dickson-Hunt, 2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 6e95d9ee4cbb18b0eb114de69978d352227b54e4..a8b294f62fb14e094b20d73369c81f80d6807c36 100644 (file)
@@ -27,7 +27,7 @@
  *  play.c: Playing the game
  *
  *  Known contributors to this file:
  *  play.c: Playing the game
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2007-2009
+ *     Markus Armbruster, 2007-2010
  *     Ron Koenderink, 2007-2009
  */
 
  *     Ron Koenderink, 2007-2009
  */
 
index c3b24f18a0b548ac2fd2fde1f42f9a2dc0afa368..ffec7394415263ca55915ed807de3514828e2903 100644 (file)
@@ -30,7 +30,7 @@
  *     Dave Pare, 1989
  *     Steve McClure, 1998
  *     Ron Koenderink, 2005
  *     Dave Pare, 1989
  *     Steve McClure, 1998
  *     Ron Koenderink, 2005
- *     Markus Armbruster, 2005-2009
+ *     Markus Armbruster, 2005-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 8b38d2258ea4662bdfc5b2d44d92d2daa6778b7e..61ccc2ef5a014751a5b12e79aef383f13a5a8355 100644 (file)
@@ -30,7 +30,7 @@
  *     Dave Pare, 1986
  *     Ken Stevens, 1995
  *     Steve McClure, 2000
  *     Dave Pare, 1986
  *     Ken Stevens, 1995
  *     Steve McClure, 2000
- *     Markus Armbruster, 2006-2009
+ *     Markus Armbruster, 2006-2011
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index be3ded13e955be61eaa8c435ce7de704f1a43214..d3ca2f99c28d1c70d5143cf2478f4435206ea9ce 100644 (file)
@@ -27,8 +27,8 @@
  *  buil.c: Build ships, nukes, bridges, planes, land units, bridge towers
  *
  *  Known contributors to this file:
  *  buil.c: Build ships, nukes, bridges, planes, land units, bridge towers
  *
  *  Known contributors to this file:
- *      Steve McClure, 1998-2000
- *      Markus Armbruster, 2004-2011
+ *     Steve McClure, 1998-2000
+ *     Markus Armbruster, 2004-2011
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 6159b2b2c4e1bfe12d9ee015d67bb1826f1ec241..a03fd56e6a877bcb67635b42bfe5860c07b380c5 100644 (file)
@@ -29,6 +29,7 @@
  *  Known contributors to this file:
  *     Keith Muller, 1983
  *     Dave Pare, 1986 (rewrite)
  *  Known contributors to this file:
  *     Keith Muller, 1983
  *     Dave Pare, 1986 (rewrite)
+ *     Markus Armbruster, 2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 25316ed0850464efd7ac4f86af8436a5f0413b4a..c5f8bef3c1fe004845a496a4a6242f5c036a3c56 100644 (file)
@@ -31,7 +31,7 @@
  *     Chad Zabel, 1994
  *     Steve McClure, 1998-2000
  *     Ron Koenderink, 2003-2009
  *     Chad Zabel, 1994
  *     Steve McClure, 1998-2000
  *     Ron Koenderink, 2003-2009
- *     Markus Armbruster, 2003-2009
+ *     Markus Armbruster, 2003-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index d2c269d18687d2ae775d3ac3c6d26c92f3462884..b16d7daea7aa24747727eac18f3f3ab7088b042c 100644 (file)
@@ -30,7 +30,7 @@
  *     Ken Stevens, 1995
  *     Steve McClure, 1998
  *     Ron Koenderink, 2005
  *     Ken Stevens, 1995
  *     Steve McClure, 1998
  *     Ron Koenderink, 2005
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2011
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index e31956d67c9d5c423648270028dfaec073031237..c850f38861d36039cb66d2fe5d6429bd41739e36 100644 (file)
@@ -27,7 +27,7 @@
  *  fort.c: Increase the fortification value of land units
  *
  *  Known contributors to this file:
  *  fort.c: Increase the fortification value of land units
  *
  *  Known contributors to this file:
- *    Steve McClure, 1999
+ *     Steve McClure, 1999
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index a2fa234d83d5497bc579cb11c49e75f8d0f95f71..26f4f75da0e3271660e236a6ff96fb9e4d66495b 100644 (file)
@@ -30,7 +30,7 @@
  *     Dave Pare, 1986
  *     Ken Stevens, 1995
  *     Steve McClure, 1998-2000
  *     Dave Pare, 1986
  *     Ken Stevens, 1995
  *     Steve McClure, 1998-2000
- *     Markus Armbruster, 2005-2009
+ *     Markus Armbruster, 2005-2011
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 005b9981e54f8b21e7d92b05eb9b30788a638629..8ab83e088ec5113af28a64282ede6a1ecd532fba 100644 (file)
@@ -30,7 +30,7 @@
  *     David Sharnoff, 1987
  *     Ken Stevens, 1995 (rewritten)
  *     Steve McClure, 1998-2000
  *     David Sharnoff, 1987
  *     Ken Stevens, 1995 (rewritten)
  *     Steve McClure, 1998-2000
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2011
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 90631f6d2e52da85b7b80c10705a19bf8c16049e..ce0073bb67b295810244eb7fe78080f96225a61f 100644 (file)
@@ -28,7 +28,7 @@
  *
  *  Known contributors to this file:
  *     Steve McClure, 2000
  *
  *  Known contributors to this file:
  *     Steve McClure, 2000
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2011
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 4487e1fd71f85ba58138d2526d46a457654ece0a..a95e08cdaeb62aaac9b28fef3d30c0d4e36282c6 100644 (file)
@@ -27,7 +27,7 @@
  *  mine.c: Lay mines from ships or units
  *
  *  Known contributors to this file:
  *  mine.c: Lay mines from ships or units
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 970f8c4ce09e58bf5bb0542d2968f4822a693a80..6e795dec1de2aab410683690ca3979825d3fb830 100644 (file)
@@ -29,7 +29,7 @@
  *  Known contributors to this file:
  *     Thomas Ruschak, 1992
  *     Steve McClure, 2000
  *  Known contributors to this file:
  *     Thomas Ruschak, 1992
  *     Steve McClure, 2000
- *     Markus Armbruster, 2005-2009
+ *     Markus Armbruster, 2005-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 6b838034321d1912255ac77d5cb814c2b23666cd..4d19a2f8072342dcb6733e465f5db9495d35ad14 100644 (file)
@@ -28,7 +28,7 @@
  *
  *  Known contributors to this file:
  *     Dave Pare, 1986
  *
  *  Known contributors to this file:
  *     Dave Pare, 1986
- *     Markus Armbruster, 2006
+ *     Markus Armbruster, 2006-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index b358f6355b1e17dc0a634ed1b925c64d5d880bd4..2675f2e8436972073a2629ab15072dccbc2a90ad 100644 (file)
@@ -28,7 +28,7 @@
  *
  *  Known contributors to this file:
  *     Shelley Louie, 1988
  *
  *  Known contributors to this file:
  *     Shelley Louie, 1988
- *     Markus Armbruster, 2006
+ *     Markus Armbruster, 2006-2011
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 95a30e643e2adffc18196378e71d523d46362737..f702ed9b12e9637c0ed4bb0be1208ce69cb447b0 100644 (file)
@@ -29,7 +29,7 @@
  *  Known contributors to this file:
  *     Dave Pare, 1986
  *     Steve McClure, 2000
  *  Known contributors to this file:
  *     Dave Pare, 1986
  *     Steve McClure, 2000
- *     Markus Armbruster, 2006-2008
+ *     Markus Armbruster, 2006-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 5babebfe39b08ee576a43e453398c13d8c17056f..65ea12037c8bee0d410340efc77c3d9f13702d12 100644 (file)
@@ -29,7 +29,7 @@
  *  Known contributors to this file:
  *     David Muir Sharnoff, 1987
  *     Steve McClure, 1997-2000
  *  Known contributors to this file:
  *     David Muir Sharnoff, 1987
  *     Steve McClure, 1997-2000
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index cf2fad530a22af86ade51513ab19e92b2b18a213..1a093062cf3f00556c5c71b8681c5a5547fb33ea 100644 (file)
@@ -29,7 +29,7 @@
  *  Known contributors to this file:
  *     Ken Stevens, 1995
  *     Steve McClure, 2000
  *  Known contributors to this file:
  *     Ken Stevens, 1995
  *     Steve McClure, 2000
- *     Markus Armbruster, 2008
+ *     Markus Armbruster, 2008-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index b6357d4457d826e87516486cd0fc8ccc778eed9b..2c8cda281df3f7c81593548ddb48f46d8c425b08 100644 (file)
@@ -28,7 +28,7 @@
  *
  *  Known contributors to this file:
  *     John Yockey, 2001
  *
  *  Known contributors to this file:
  *     John Yockey, 2001
- *     Markus Armbruster, 2003-2009
+ *     Markus Armbruster, 2003-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index cec648b89c8dd46554225c27e0a3781a67b52a8c..87a24d0ed200e120601ea907b9168fa154a55d7b 100644 (file)
@@ -28,7 +28,7 @@
  *
  *  Known contributors to this file:
  *     Steve McClure, 2000
  *
  *  Known contributors to this file:
  *     Steve McClure, 2000
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2011
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 16d49f5fbe4ba541c543deda809815e3894bbb98..e2383f3ee3f691e9ef1bd94c6da6a98639ac752f 100644 (file)
@@ -27,7 +27,7 @@
  *  scut.c: Scuttle ships, planes or land units
  *
  *  Known contributors to this file:
  *  scut.c: Scuttle ships, planes or land units
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2011
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 025a7dc5558e2dcc7f82ff1deadf51f1fd4d2c03..c055f7f80af5c0a2b2fb660deac9187e80c68918 100644 (file)
@@ -28,6 +28,7 @@
  *
  *  Known contributors to this file:
  *     Ken Stevens, 1995
  *
  *  Known contributors to this file:
  *     Ken Stevens, 1995
+ *     Markus Armbruster, 2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 251cad1892313e956294b9e317d2795c3566407a..330d22f3216d3c4f12c7b9c78879b53b92836e94 100644 (file)
@@ -29,7 +29,7 @@
  *  Known contributors to this file:
  *     Thomas Ruschak, 1992
  *     Steve McClure, 1998
  *  Known contributors to this file:
  *     Thomas Ruschak, 1992
  *     Steve McClure, 1998
- *     Markus Armbruster, 2006-2009
+ *     Markus Armbruster, 2006-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index e2d777264e0a0522b504ddcfea26ca1fe1868968..12f0a03b48d03074f4601a108a6a30c52abe89c7 100644 (file)
@@ -28,7 +28,7 @@
  *
  *  Known contributors to this file:
  *     Ken Stevens, 1995
  *
  *  Known contributors to this file:
  *     Ken Stevens, 1995
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index b1ef6faa215a350d821d1fc9c2433fdb31ab4842..c85b1d5bae07af71f3a1e5039db4c08dc62bd314 100644 (file)
@@ -28,7 +28,7 @@
  *
  *  Known contributors to this file:
  *     Ken Stevens, 1995
  *
  *  Known contributors to this file:
  *     Ken Stevens, 1995
- *     Markus Armbruster, 2006-2009
+ *     Markus Armbruster, 2006-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index a1e65ea6597f9441cb47a559cdc12fe90581d551..0de9659eaa30ef9cfa783d4a016b7291ce053da3 100644 (file)
@@ -30,7 +30,7 @@
  *     Dave Pare, 1986
  *     Thomas Ruschak, 1992
  *     Steve McClure, 2000
  *     Dave Pare, 1986
  *     Thomas Ruschak, 1992
  *     Steve McClure, 2000
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2011
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index ae9eb9e6b118a0949d9895825a98507ccda80d39..df5eedec0a03188981da2342e866229a2c1dd0fd 100644 (file)
@@ -31,7 +31,7 @@
  *     Thomas Ruschak, 1992
  *     Ken Stevens, 1995
  *     Steve McClure, 2000
  *     Thomas Ruschak, 1992
  *     Ken Stevens, 1995
  *     Steve McClure, 2000
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 9ae5c78c5eebe7cfe547096759cf7a65a73ffc4b..35c3f163b887530f809f3396ab792871b84a1ae3 100644 (file)
@@ -27,7 +27,7 @@
  *  upda.c: Give the time of the next update
  *
  *  Known contributors to this file:
  *  upda.c: Give the time of the next update
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2007
+ *     Markus Armbruster, 2007-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 4e84e3a2c968dfeeea0852ed3fdb1675711e4fc5..cde2ce125f4a6a5096593aca8cfd5ab36ad2f48f 100644 (file)
@@ -33,7 +33,7 @@
  *     Ken Stevens
  *     Steve McClure
  *     Ron Koenderink, 2005-2006
  *     Ken Stevens
  *     Steve McClure
  *     Ron Koenderink, 2005-2006
- *     Markus Armbruster, 2005-2008
+ *     Markus Armbruster, 2005-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 1c02a405048a819d771ed90db7d2e29af75248a8..2b2ee9fd09aa564f1c8fe4b1aa084b1181d10af3 100644 (file)
@@ -27,7 +27,7 @@
  *  work.c: Implementation of the work command
  *
  *  Known contributors to this file:
  *  work.c: Implementation of the work command
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2009
+ *     Markus Armbruster, 2009-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 04f9261c0786d26d3ee0b809132af9fcf9e7cd61..bcea45594a9ecaf081f51bd29d58cdcf7298ce60 100644 (file)
@@ -28,7 +28,7 @@
  *
  *  Known contributors to this file:
  *     Doug Hay, 1990
  *
  *  Known contributors to this file:
  *     Doug Hay, 1990
- *     Markus Armbruster, 2007-2008
+ *     Markus Armbruster, 2007-2010
  */
 
 /*
  */
 
 /*
index 1f6be286b5c5cc24fd7c2534161246b1ee8987e6..6e57b76b9476271bcaa357c8b21bc7e9c92faf2c 100644 (file)
@@ -27,7 +27,7 @@
  *  conftab.c: Load game configuration files
  *
  *  Known contributors to this file:
  *  conftab.c: Load game configuration files
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2006-2008
+ *     Markus Armbruster, 2006-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 8c343b972031ff05de310ec8368b083df3bdaf57..2b79f4d25ee1e6b3a4e7c4c1fbab54f9b1a896b5 100644 (file)
@@ -28,7 +28,7 @@
  *
  *  Known contributors to this file:
  *     Ron Koenderink, 2005
  *
  *  Known contributors to this file:
  *     Ron Koenderink, 2005
- *     Markus Armbruster, 2006-2009
+ *     Markus Armbruster, 2006-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index f345fbd712c3db04ec555bce14796b8136871944..41cd18f014f66b1fda71cec6678b870e6c07cd4d 100644 (file)
@@ -30,7 +30,7 @@
  *     Dave Pare, 1989
  *     Doug Hay, 1998
  *     Steve McClure, 1998
  *     Dave Pare, 1989
  *     Doug Hay, 1998
  *     Steve McClure, 1998
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index df28e1d52c688f1e50807bb44d2ba2652ad93b67..90953b411dce645715ff5853e9f6527dd9ee556e 100644 (file)
@@ -29,7 +29,7 @@
  *  Known contributors to this file:
  *     Dave Pare, 1989
  *     Ron Koenderink, 2005
  *  Known contributors to this file:
  *     Dave Pare, 1989
  *     Ron Koenderink, 2005
- *     Markus Armbruster, 2006-2009
+ *     Markus Armbruster, 2006-2011
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index d3f57644277054931dc07484efaf4807c1dc5243..6b85e2353130294189fdf8361c6f3c25d9241c31 100644 (file)
@@ -27,7 +27,7 @@
  *  nsc.c: Empire selection global structures
  *
  *  Known contributors to this file:
  *  nsc.c: Empire selection global structures
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2010
  */
 
 /*
  */
 
 /*
index 7a02357d0f1430581144d56d13a765ec6d925dcb..685ebc68cb4c4dd313275e1effc97ec8faf8e0cc 100644 (file)
@@ -27,7 +27,7 @@
  *  rdsched.c: Read update schedule
  *
  *  Known contributors to this file:
  *  rdsched.c: Read update schedule
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2007-2008
+ *     Markus Armbruster, 2007-2010
  */
 
 #define _XOPEN_SOURCE 500
  */
 
 #define _XOPEN_SOURCE 500
index 5ec92ea9f9ae6046c7b3119ee4a69642fc09dd75..819cda1579dbdb36c51815b5045a0715a3485ef5 100644 (file)
@@ -27,7 +27,7 @@
  *  stmtch.c: Matching operations on structures and commands
  *
  *  Known contributors to this file:
  *  stmtch.c: Matching operations on structures and commands
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2004-2008
+ *     Markus Armbruster, 2004-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 8f12c9ce8d0dd4992269e1765a8b864537b2d953..a5f55f7986907e4261dc0ab55c0a2571d10c0a8f 100644 (file)
@@ -29,7 +29,7 @@
  *  Known contributors to this file:
  *     Dave Pare, 1989
  *     Steve McClure, 2000
  *  Known contributors to this file:
  *     Dave Pare, 1989
  *     Steve McClure, 2000
- *     Markus Armbruster, 2004-2006
+ *     Markus Armbruster, 2004-2011
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 33a37837a60949f5045ab89dfb1428aaa73a14dc..64ad0e04916752e5f349e1aac22dcff17fef9674 100644 (file)
@@ -27,7 +27,7 @@
  *  xdump.c: Extended dumps
  *
  *  Known contributors to this file:
  *  xdump.c: Extended dumps
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2004-2008
+ *     Markus Armbruster, 2004-2010
  */
 
 /*
  */
 
 /*
index be9f5f32c97ba0d2da5784cc2310622c9994502c..e13edf0875f63a03e394bc65dd1a97d090ce7557 100644 (file)
@@ -28,7 +28,7 @@
  *
  *  Known contributors to this file:
  *     Ron Koenderink, 2005
  *
  *  Known contributors to this file:
  *     Ron Koenderink, 2005
- *     Markus Armbruster, 2005-2008
+ *     Markus Armbruster, 2005-2010
  */
 
 /*
  */
 
 /*
index fc01b38e9be18c8d0b950b4ad72d91a0d444800c..150828a20eab038261d4b0c092a8d12362b8f050 100644 (file)
@@ -28,7 +28,7 @@
  *
  *  Known contributors to this file:
  *     Dave Pare, 1989
  *
  *  Known contributors to this file:
  *     Dave Pare, 1989
- *     Markus Armbruster, 2004-2008
+ *     Markus Armbruster, 2004-2011
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index ce226a0fc788fbcb03813ef912d0042072523a27..93e2b02bf7b9c2cf1c2a4ba3130544dfa317aa5e 100644 (file)
  *  io.c: Arrange for input and output on a file descriptor to be queued.
  *
  *  Known contributors to this file:
  *  io.c: Arrange for input and output on a file descriptor to be queued.
  *
  *  Known contributors to this file:
- *      Doug Hay, 1998
- *      Steve McClure, 1998
- *      Ron Koenderink, 2009
+ *     Doug Hay, 1998
+ *     Steve McClure, 1998
+ *     Markus Armbruster, 2004-2010
+ *     Ron Koenderink, 2009
  */
 
 /*
  */
 
 /*
index 4a840a1063c8bcb0c548fae77c50a6ecb2be0162..6339459e35c71c66b56fc4d1917fe8d522f31645 100644 (file)
@@ -29,7 +29,7 @@
  *  Known contributors to this file:
  *     Sasha Mikheev
  *     Steve McClure, 1998
  *  Known contributors to this file:
  *     Sasha Mikheev
  *     Steve McClure, 1998
- *     Markus Armbruster, 2005-2009
+ *     Markus Armbruster, 2005-2010
  *     Ron Koenderink, 2007-2009
  */
 
  *     Ron Koenderink, 2007-2009
  */
 
index 09754466e7f0268d69c21b5b0f676db3a2468133..dd4cef9ae300562e1e9dc0119b36e694c7b3668b 100644 (file)
@@ -28,7 +28,7 @@
  *
  *  Known contributors to this file:
  *     Dave Pare, 1989
  *
  *  Known contributors to this file:
  *     Dave Pare, 1989
- *     Markus Armbruster, 2003-2009
+ *     Markus Armbruster, 2003-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index f7ad30db8dd6bc2213c21034c20257166ca72662..6e04a4fa5fde1e73af48c3b3f21e0d41e520e60f 100644 (file)
@@ -27,7 +27,7 @@
  *  tcp_listen.c: Create a socket and listen on it
  *
  *  Known contributors to this file:
  *  tcp_listen.c: Create a socket and listen on it
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2005-2009
+ *     Markus Armbruster, 2005-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index d1620aa440c0010407945fa769763468d23264d5..0b8b11ef20fbb4f75901fad87a7ecabb3296e2be 100644 (file)
@@ -27,7 +27,7 @@
 #   nuke.c: Nuke characteristics
 #
 #   Known contributors to this file:
 #   nuke.c: Nuke characteristics
 #
 #   Known contributors to this file:
-#       Markus Armbruster, 2006
+#      Markus Armbruster, 2006
 #
 #   Derived from nuke.c.
 #
 #
 #   Derived from nuke.c.
 #
index 2a7bf3991ecaaf95eee32e992ede7e63b15bc2f0..0945cbf180f435023b8356aa21f2e601c65baf9f 100644 (file)
@@ -27,8 +27,8 @@
  *  options.c: Options definitions
  *
  *  Known contributors to this file:
  *  options.c: Options definitions
  *
  *  Known contributors to this file:
- *       Steve McClure, 1998
- *       Markus Armbruster, 2005-2011
+ *     Steve McClure, 1998
+ *     Markus Armbruster, 2005-2011
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 3163108c4eefecf7ff08896a99545fc8c1288b58..103a85acb4bc29793887884400feb8bfde189b3f 100644 (file)
@@ -27,7 +27,7 @@
  *  symbol.c: Empire symbol tables
  *
  *  Known contributors to this file:
  *  symbol.c: Empire symbol tables
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2006-2009
+ *     Markus Armbruster, 2006-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index ae2b7539526fd6edd011fb8f2872d08bc887c7aa..5419c27d703bfe3724d21f3105e013c00f12fd6b 100644 (file)
@@ -27,7 +27,7 @@
  *  updtime.c: Scheduled update times
  *
  *  Known contributors to this file:
  *  updtime.c: Scheduled update times
  *
  *  Known contributors to this file:
- *       Markus Armbruster, 2007
+ *     Markus Armbruster, 2007
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index debdc58f3cc98523e7fd33edecd28679979d5b44..e4934b7c63b77475d40b477a4e9d7fa24ad6b64d 100644 (file)
@@ -28,7 +28,7 @@
  *  lwp.c: lightweight process creation, destruction and manipulation
  *
  *  Known contributors to this file:
  *  lwp.c: lightweight process creation, destruction and manipulation
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 45e6037c807ae6b20a9dc13b82fd48a871522786..70133ff806f171e300ec73e19a5d8b823129697d 100644 (file)
@@ -28,7 +28,7 @@
  *
  *  Known contributors to this file:
  *     Dave Pare, 1994
  *
  *  Known contributors to this file:
  *     Dave Pare, 1994
- *     Markus Armbruster, 2005-2009
+ *     Markus Armbruster, 2005-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index eb4e49f9d5be596170127b267482eadaa72a45ad..477b44a5ae9003f32127a749e27b742c93ac48c4 100644 (file)
@@ -29,7 +29,7 @@
  *  Known contributors to this file:
  *     Dave Pare, 1994
  *     Steve McClure, 2000
  *  Known contributors to this file:
  *     Dave Pare, 1994
  *     Steve McClure, 2000
- *     Markus Armbruster, 2006-2009
+ *     Markus Armbruster, 2006-2010
  *     Ron Koenderink, 2004-2009
  */
 
  *     Ron Koenderink, 2004-2009
  */
 
index b15aa6daa6f96caedd9303fb79bcce0d3eadcd2a..93f5f3f6383491b8bbb098dd8640debad0318d3b 100644 (file)
@@ -30,7 +30,7 @@
  *     Dave Pare, 1986
  *     Thomas Ruschak, 1992
  *     Steve McClure, 1996
  *     Dave Pare, 1986
  *     Thomas Ruschak, 1992
  *     Steve McClure, 1996
- *     Markus Armbruster, 2006-2009
+ *     Markus Armbruster, 2006-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index e2b409df99c88ecc194d35bc5e771c8e49e2492c..27ff3fefa4963bf189ad8b92d5697761bb857c28 100644 (file)
@@ -28,7 +28,7 @@
  *
  *  Known contributors to this file:
  *     Steve McClure, 1998
  *
  *  Known contributors to this file:
  *     Steve McClure, 1998
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 4fe77d8b5d0ea503f6ab47ef778439b4b7c2c565..a0f0e763d52b4260710304d7596603050b717c54 100644 (file)
@@ -28,7 +28,7 @@
  *
  *  Known contributors to this file:
  *     Steve McClure, 1998
  *
  *  Known contributors to this file:
  *     Steve McClure, 1998
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2011
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 95789eddd8dc74cf40db0cbde7948eaf375d2ed7..bec06302381d6cd26b39b0453c94847966d662be 100644 (file)
@@ -28,7 +28,7 @@
  *
  *  Known contributors to this file:
  *     Steve McClure, 1998-2000
  *
  *  Known contributors to this file:
  *     Steve McClure, 1998-2000
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index d57c0702ffb0a2d0f6caf22f55aaafebf6e19df3..60bffb4b1b50ff9beda35329314bfe4b364423ca 100644 (file)
@@ -27,7 +27,7 @@
  *  fortdef.c: Fort defends an area.
  *
  *  Known contributors to this file:
  *  fortdef.c: Fort defends an area.
  *
  *  Known contributors to this file:
- *
+ *     Markus Armbruster, 2006-2011
  */
 
 /*
  */
 
 /*
index 00278e89e8ef6572086cade9bf98fe11711c0059..b3483b79bf5f2222ad2286ff3567623f75d04c97 100644 (file)
@@ -29,7 +29,7 @@
  *  Known contributors to this file:
  *     Ken Stevens, 1995
  *     Steve McClure, 1998-2000
  *  Known contributors to this file:
  *     Ken Stevens, 1995
  *     Steve McClure, 1998-2000
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 1d56288177fe93d8bece558f693cb37c9526d02f..db7afb5a81871a118417c9999d0333575134bd0b 100644 (file)
@@ -29,7 +29,7 @@
  *  Known contributors to this file:
  *     Ken Stevens, 1995
  *     Steve McClure, 1996-2000
  *  Known contributors to this file:
  *     Ken Stevens, 1995
  *     Steve McClure, 1996-2000
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 206e56997c46b7bab946c3fcfff67bded6c4d2f5..87ac36c69d0092ccaa7a988ba5b6d3363b735f89 100644 (file)
@@ -30,7 +30,7 @@
  *     Dave Pare, 1994
  *     Steve McClure, 1997
  *     Ron Koenderink, 2005
  *     Dave Pare, 1994
  *     Steve McClure, 1997
  *     Ron Koenderink, 2005
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2011
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index d3122aeb90043d320afd2074a61d991fc9610607..0ecc8fb4c8b367b30ad14f269d4b882e64ca6f54 100644 (file)
@@ -29,7 +29,7 @@
  *  Known contributors to this file:
  *     Dave Pare, 1989
  *     Steve McClure, 1997
  *  Known contributors to this file:
  *     Dave Pare, 1989
  *     Steve McClure, 1997
- *     Markus Armbruster, 2004-2008
+ *     Markus Armbruster, 2004-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 7672d950304875be30cb59a71b60d1cf69d2d8ca..c0e0816eeca84de3508837e929debc4638902f09 100644 (file)
@@ -30,7 +30,7 @@
  *     Dave Pare, 1986
  *     Ken Stevens, 1995
  *     Steve McClure, 1998-2000
  *     Dave Pare, 1986
  *     Ken Stevens, 1995
  *     Steve McClure, 1998-2000
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 2f5f4873867c6b33a9991835fbc0020feb6997e0..964f61e2dad9e8e58e9f0798f903786eff22bfcd 100644 (file)
@@ -28,6 +28,7 @@
  *
  *  Known contributors to this file:
  *     Dave Pare, 1989
  *
  *  Known contributors to this file:
  *     Dave Pare, 1989
+ *     Markus Armbruster, 2004-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 20b3f0dfaf055a2475bd56e98c026952d0654f1c..928c2c3940e0897cb4be3f31d8e238344233cc5c 100644 (file)
@@ -28,6 +28,7 @@
  *
  *  Known contributors to this file:
  *     Dave Pare, 1994
  *
  *  Known contributors to this file:
  *     Dave Pare, 1994
+ *     Markus Armbruster, 2005-2011
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 4baa3d654dc5f741c3fadfdcca92767f5330beca..d2d44ada40d0905c162657c1206533a6f75d0c74 100644 (file)
@@ -28,7 +28,7 @@
  *
  *  Known contributors to this file:
  *     Dave Pare, 1989
  *
  *  Known contributors to this file:
  *     Dave Pare, 1989
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 33a6100636b7cb0234740a2d30fe72659b058d8b..769f312fe387b1d95d5229319d56ac454650b21f 100644 (file)
@@ -29,7 +29,7 @@
  *  Known contributors to this file:
  *     Dave Pare, 1989
  *     Steve McClure, 1996
  *  Known contributors to this file:
  *     Dave Pare, 1989
  *     Steve McClure, 1996
- *     Markus Armbruster, 2004-2008
+ *     Markus Armbruster, 2004-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 199a3261d7764c576612fa2b1dcb8fac92d0ccc6..f51ace9a18ab623e18237f352ca840b2aabbc80b 100644 (file)
@@ -31,7 +31,7 @@
  *     Jeff Bailey, 1990
  *     Steve McClure, 1996
  *     Ron Koenderink, 2005-2009
  *     Jeff Bailey, 1990
  *     Steve McClure, 1996
  *     Ron Koenderink, 2005-2009
- *     Markus Armbruster, 2006-2009
+ *     Markus Armbruster, 2006-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index c30020235e18a8aa8f22a866739dfe468b54283b..05d2112d09b024a8c0e0674cc968ae10f3bb7d0b 100644 (file)
@@ -29,7 +29,7 @@
  *  Known contributors to this file:
  *     Ken Stevens, 1995
  *     Steve McClure, 1996-2000
  *  Known contributors to this file:
  *     Ken Stevens, 1995
  *     Steve McClure, 1996-2000
- *     Markus Armbruster, 2006-2009
+ *     Markus Armbruster, 2006-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index d3deeef5eedd2420f32afa62166a1d3fe79d8709..9982dcf41b69f65afd8bf43af5f93f2c116db60b 100644 (file)
@@ -29,7 +29,7 @@
  *  Known contributors to this file:
  *     Dave Pare, 1986
  *     Steve McClure, 1996-2000
  *  Known contributors to this file:
  *     Dave Pare, 1986
  *     Steve McClure, 1996-2000
- *     Markus Armbruster, 2007-2008
+ *     Markus Armbruster, 2007-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 7ef3ea95131e7ac97e4063740d2d57780434cbb1..bcd9b8c91e459d2f04a1a1f1831fd40171d3374a 100644 (file)
@@ -27,7 +27,7 @@
  *  trechk.c: Check to see if an actor has violated a treaty.
  *
  *  Known contributors to this file:
  *  trechk.c: Check to see if an actor has violated a treaty.
  *
  *  Known contributors to this file:
- *      Steve McClure, 1998-1999
+ *     Steve McClure, 1998-1999
  */
 
 /*
  */
 
 /*
index fc11217083edef4bd9265e154bfa3b2240205b06..659f6da99742817765bd00c23229054878c45bf3 100644 (file)
@@ -31,7 +31,7 @@
  *     Doug Hay, 1998
  *     Steve McClure, 2000
  *     Ron Koenderink, 2004-2006
  *     Doug Hay, 1998
  *     Steve McClure, 2000
  *     Ron Koenderink, 2004-2006
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 53ffff1631a40968f4ee9d233e8406787853f9da..d972b651a162dcefae94c092c6d968430786d611 100644 (file)
@@ -29,7 +29,7 @@
  *  Known contributors to this file:
  *     Dave Pare, 1986
  *     Steve McClure, 1996
  *  Known contributors to this file:
  *     Dave Pare, 1986
  *     Steve McClure, 1996
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index f457d62327321548e67348ae6a8fef838c480ca6..669b732f9046c20a7739260173b3c707b554d69a 100644 (file)
@@ -30,7 +30,7 @@
  *     Dave Pare, 1986
  *     Thomas Ruschak, 1992
  *     Steve McClure, 1996
  *     Dave Pare, 1986
  *     Thomas Ruschak, 1992
  *     Steve McClure, 1996
- *     Markus Armbruster, 2006-2009
+ *     Markus Armbruster, 2006-2011
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index c6eae3ef6830b4bc1cdcebc29865c4e420ade887..88c5381826163e56e06d2ac1ffa776c28ef093c6 100644 (file)
@@ -29,7 +29,7 @@
  *  Known contributors to this file:
  *     Dave Pare, 1986
  *     Steve McClure, 1998
  *  Known contributors to this file:
  *     Dave Pare, 1986
  *     Steve McClure, 1998
- *     Markus Armbruster, 2006-2009
+ *     Markus Armbruster, 2006-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 7f3556d0dd3384c959e37c7e15900a45364d5bdf..3a6e17dd99bdc4a2aa9c722a3bb4d93ed8e96ea5 100644 (file)
@@ -27,7 +27,7 @@
  *  produce.c: Produce goodies
  *
  *  Known contributors to this file:
  *  produce.c: Produce goodies
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 4d72d384874a6d836d5f7188ff590df5d5bd3f9e..57046a1ddb4ed48d0be0b8a3d505bd464af3c699 100644 (file)
@@ -29,7 +29,7 @@
  *  Known contributors to this file:
  *     Dave Pare, 1986
  *     Steve McClure, 1996
  *  Known contributors to this file:
  *     Dave Pare, 1986
  *     Steve McClure, 1996
- *     Markus Armbruster, 2004-2009
+ *     Markus Armbruster, 2004-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index f8c12ed808456da1626d9cf929d2692a4c60eb9d..108ebf5db6966f49471b6cf2d6a292bf73688948 100644 (file)
@@ -30,7 +30,7 @@
  *     Dave Pare, 1986
  *     Steve McClure, 1996
  *     Ron Koenderink, 2004
  *     Dave Pare, 1986
  *     Steve McClure, 1996
  *     Ron Koenderink, 2004
- *     Markus Armbruster, 2006-2009
+ *     Markus Armbruster, 2006-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index bc2e07bf7516297baa616e4935bedd3d26c68ce6..eb4ce505d9c7f5856f6836fe006f7f34bb86557f 100644 (file)
@@ -27,8 +27,8 @@
  *  w32sockets.c: POSIX socket emulation layer for Windows
  *
  *  Known contributors to this file:
  *  w32sockets.c: POSIX socket emulation layer for Windows
  *
  *  Known contributors to this file:
- *     Ron Koenderink, 2007
- *     Markus Armbruster, 2007-2009
+ *     Ron Koenderink, 2007-2010
+ *     Markus Armbruster, 2007-2010
  */
 
 /*
  */
 
 /*
index 98b99710f38213438b43284cbb26c3460763fb31..5ce3b02ece6c81dbe9819466d51cdd3bc7578a0e 100644 (file)
@@ -31,7 +31,7 @@
  *     Steve McClure, 1996, 1998
  *     Doug Hay, 1998
  *     Ron Koenderink, 2004-2009
  *     Steve McClure, 1996, 1998
  *     Doug Hay, 1998
  *     Ron Koenderink, 2004-2009
- *     Markus Armbruster, 2005-2009
+ *     Markus Armbruster, 2005-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index ae7b8807ed54d25de224ab84dc1dead8c3fb7a9f..20e31a7ac045f6753a8b2820994b56ddf92545ac 100644 (file)
@@ -30,7 +30,7 @@
  *     Dave Pare, 1994
  *     Steve McClure, 1996
  *     Ron Koenderink, 2005
  *     Dave Pare, 1994
  *     Steve McClure, 1996
  *     Ron Koenderink, 2005
- *     Markus Armbruster, 2007-2009
+ *     Markus Armbruster, 2007-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index bb42f548e143697e3db188119c51667934b97dec..2651f917e76703ace31c2a190f43646b26842c82 100644 (file)
@@ -27,7 +27,7 @@
  *  empdump.c: Export/import Empire game state
  *
  *  Known contributors to this file:
  *  empdump.c: Export/import Empire game state
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2008
+ *     Markus Armbruster, 2008-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index 7a204d5b99896624b7dd110073f676e96949009a..086cffb4b5ceb0ead7190b29dba65e7727992414 100644 (file)
@@ -27,7 +27,7 @@
  *  empsched.c: Show the update schedule
  *
  *  Known contributors to this file:
  *  empsched.c: Show the update schedule
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2007
+ *     Markus Armbruster, 2007-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>
index b11960bd7cfec0edcb2da182b1f3584b73e1ed4a..624e7bd3b4c6b31f99ab6e523ab86ecf74868d98 100644 (file)
@@ -30,6 +30,7 @@
  *     Thomas Ruschak
  *     Ken Stevens, 1995
  *     Steve McClure, 1998
  *     Thomas Ruschak
  *     Ken Stevens, 1995
  *     Steve McClure, 1998
+ *     Markus Armbruster, 2004-2010
  */
 
 #include <config.h>
  */
 
 #include <config.h>