diff --git a/Make.mk b/Make.mk index fb9543a1..6fdf2e98 100644 --- a/Make.mk +++ b/Make.mk @@ -28,7 +28,7 @@ # Make.mk: # # Known contributors to this file: -# Markus Armbruster, 2005 +# Markus Armbruster, 2005-2007 # # This makefile was inspired by `Recursive Make Considered Harmful', diff --git a/include/econfig-spec.h b/include/econfig-spec.h index f8a246e4..4544f76e 100644 --- a/include/econfig-spec.h +++ b/include/econfig-spec.h @@ -29,7 +29,7 @@ * * Known contributors to this file: * Marc Olzheim, 2004 - * Markus Armbruster, 2004-2006 + * Markus Armbruster, 2004-2007 */ /* diff --git a/include/journal.h b/include/journal.h index e0e2b746..ff8a3b3d 100644 --- a/include/journal.h +++ b/include/journal.h @@ -28,7 +28,7 @@ * journal.h: Log a journal of events to a file * * Known contributors to this file: - * Markus Armbruster, 2004-2006 + * Markus Armbruster, 2004-2007 */ #ifndef JOURNAL_H diff --git a/include/server.h b/include/server.h index 413a95eb..723cfeae 100644 --- a/include/server.h +++ b/include/server.h @@ -28,7 +28,7 @@ * server.h: Server startup, control and shutdown * * Known contributors to this file: - * Markus Armbruster, 2004 + * Markus Armbruster, 2004-2007 */ #ifndef SERVER_H diff --git a/src/lib/commands/disa.c b/src/lib/commands/disa.c index 66316000..48f309ad 100644 --- a/src/lib/commands/disa.c +++ b/src/lib/commands/disa.c @@ -28,7 +28,7 @@ * disa.c: Disable updates (deity) * * Known contributors to this file: - * + * Markus Armbruster, 2007 */ #include diff --git a/src/lib/commands/enab.c b/src/lib/commands/enab.c index 9dd59f8a..004d1678 100644 --- a/src/lib/commands/enab.c +++ b/src/lib/commands/enab.c @@ -28,7 +28,7 @@ * enab.c: Enable the updates (deity) * * Known contributors to this file: - * + * Markus Armbruster, 2007 */ #include diff --git a/src/lib/commands/flash.c b/src/lib/commands/flash.c index 339d41f4..36d2da00 100644 --- a/src/lib/commands/flash.c +++ b/src/lib/commands/flash.c @@ -30,6 +30,8 @@ * Known contributors to this file: * Ken Stevens, 1995 * Steve McClure, 1998 + * Ron Koenderink, 2005 + * Markus Armbruster, 2004-2007 */ #include diff --git a/src/lib/commands/forc.c b/src/lib/commands/forc.c index 58dff3b0..828dd4e9 100644 --- a/src/lib/commands/forc.c +++ b/src/lib/commands/forc.c @@ -29,6 +29,7 @@ * * Known contributors to this file: * Dave Pare, 1994 + * Markus Armbruster, 2007 */ #include diff --git a/src/lib/commands/look.c b/src/lib/commands/look.c index 6fae7684..96a3bf4d 100644 --- a/src/lib/commands/look.c +++ b/src/lib/commands/look.c @@ -28,7 +28,7 @@ * look.c: Lookout from a ship or land unit * * Known contributors to this file: - * + * Ron Koenderink, 2006-2007 */ #include diff --git a/src/lib/commands/vers.c b/src/lib/commands/vers.c index e345bb0b..d314f58a 100644 --- a/src/lib/commands/vers.c +++ b/src/lib/commands/vers.c @@ -34,7 +34,7 @@ * Ken Stevens * Steve McClure * Ron Koenderink, 2005-2006 - * Markus Armbruster, 2005-2006 + * Markus Armbruster, 2005-2007 */ #include diff --git a/src/lib/commands/zdon.c b/src/lib/commands/zdon.c index ec3f9b73..8bb84d05 100644 --- a/src/lib/commands/zdon.c +++ b/src/lib/commands/zdon.c @@ -29,6 +29,7 @@ * * Known contributors to this file: * Doug Hay, 1990 + * Markus Armbruster, 2007 */ /* diff --git a/src/lib/common/journal.c b/src/lib/common/journal.c index 7c96469f..32f32235 100644 --- a/src/lib/common/journal.c +++ b/src/lib/common/journal.c @@ -28,7 +28,7 @@ * journal.c: Log a journal of events to a file * * Known contributors to this file: - * Markus Armbruster, 2004-2006 + * Markus Armbruster, 2004-2007 */ /* diff --git a/src/lib/lwp/lwpint.h b/src/lib/lwp/lwpint.h index 4f6350c6..76f5076d 100644 --- a/src/lib/lwp/lwpint.h +++ b/src/lib/lwp/lwpint.h @@ -29,7 +29,7 @@ * lwpint.h: lwp internal structures * * Known contributors to this file: - * Markus Armbruster, 2004-2006 + * Markus Armbruster, 2004-2007 */ #ifndef LWPINT_H diff --git a/src/lib/player/dispatch.c b/src/lib/player/dispatch.c index 967a58d1..d2240f17 100644 --- a/src/lib/player/dispatch.c +++ b/src/lib/player/dispatch.c @@ -30,6 +30,7 @@ * Known contributors to this file: * Dave Pare, 1994 * Steve McClure, 1998 + * Markus Armbruster, 2007 */ #include diff --git a/src/lib/subs/pr.c b/src/lib/subs/pr.c index ea37b5f3..7fed1f28 100644 --- a/src/lib/subs/pr.c +++ b/src/lib/subs/pr.c @@ -31,7 +31,7 @@ * Dave Pare, 1986, 1989 * Steve McClure, 1998-2000 * Ron Koenderink, 2005 - * Markus Armbruster, 2005 + * Markus Armbruster, 2005-2007 */ /* diff --git a/src/lib/update/human.c b/src/lib/update/human.c index 3bfbd119..3b5a1162 100644 --- a/src/lib/update/human.c +++ b/src/lib/update/human.c @@ -30,7 +30,7 @@ * Known contributors to this file: * Dave Pare, 1986 * Steve McClure, 1996 - * Markus Armbruster, 2004-2006 + * Markus Armbruster, 2004-2007 */ #include diff --git a/src/lib/update/main.c b/src/lib/update/main.c index 09f20ea9..1829063f 100644 --- a/src/lib/update/main.c +++ b/src/lib/update/main.c @@ -31,6 +31,7 @@ * Dave Pare, 1994 * Steve McClure, 1996 * Doug Hay, 1998 + * Markus Armbruster, 2006-2007 */ #include diff --git a/src/lib/update/mobility.c b/src/lib/update/mobility.c index 5c7e5c6a..b692ec72 100644 --- a/src/lib/update/mobility.c +++ b/src/lib/update/mobility.c @@ -30,6 +30,7 @@ * Known contributors to this file: * Dave Pare, 1986 * Steve McClure, 1998-1999 + * Markus Armbruster, 2004-2007 */ #include