Update known contributors comments

This commit is contained in:
Markus Armbruster 2011-04-11 22:40:57 +02:00
parent b58c37e296
commit 98cd2a3a70
107 changed files with 115 additions and 108 deletions

View file

@ -27,7 +27,7 @@
# Make.mk: The real Makefile, included by GNUmakefile # Make.mk: The real Makefile, included by GNUmakefile
# #
# Known contributors to this file: # 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',

View file

@ -27,7 +27,7 @@
# configure.ac: Autoconf input file # configure.ac: Autoconf input file
# #
# Known contributors to this 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.

View file

@ -27,7 +27,7 @@
* empio.h: Describes io pointers used in Empire * empio.h: Describes io pointers used in Empire
* *
* Known contributors to this file: * Known contributors to this file:
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2010
*/ */
#ifndef EMPIO_H #ifndef EMPIO_H

View file

@ -28,7 +28,7 @@
* *
* Known contributors to this file: * Known contributors to this file:
* Ron Koenderink, 2006 * Ron Koenderink, 2006
* Markus Armbruster, 2006-2008 * Markus Armbruster, 2006-2011
*/ */
#ifndef EMPOBJ_H #ifndef EMPOBJ_H

View file

@ -27,7 +27,7 @@
* file.h: Describes Empire tables (`files' for historical reasons) * file.h: Describes Empire tables (`files' for historical reasons)
* *
* Known contributors to this file: * Known contributors to this file:
* Markus Armbruster, 2005-2008 * Markus Armbruster, 2005-2010
*/ */
#ifndef FILE_H #ifndef FILE_H

View file

@ -30,7 +30,7 @@
* Thomas Ruschak, 1992 * Thomas Ruschak, 1992
* Ken Stevens, 1995 * Ken Stevens, 1995
* Steve McClure, 1998 * Steve McClure, 1998
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2010
*/ */
#ifndef LAND_H #ifndef LAND_H

View file

@ -28,7 +28,7 @@
* lwp.h -- prototypes and structures for lightweight processes * lwp.h -- prototypes and structures for lightweight processes
* *
* Known contributors to this file: * Known contributors to this file:
* Markus Armbruster, 2004-2008 * Markus Armbruster, 2004-2010
* Ron Koenderink, 2007-2009 * Ron Koenderink, 2007-2009
*/ */

View file

@ -31,7 +31,7 @@
* Ken Stevens, 1995 * Ken Stevens, 1995
* Steve McClure, 1998-2000 * Steve McClure, 1998-2000
* Ron Koenderink, 2005-2008 * Ron Koenderink, 2005-2008
* Markus Armbruster, 2005-2008 * Markus Armbruster, 2005-2011
*/ */
#ifndef NAT_H #ifndef NAT_H

View file

@ -28,7 +28,7 @@
* *
* Known contributors to this file: * Known contributors to this file:
* Dave Pare, 1989 * Dave Pare, 1989
* Markus Armbruster, 2004-2008 * Markus Armbruster, 2004-2010
*/ */
#ifndef NSC_H #ifndef NSC_H

View file

@ -29,7 +29,7 @@
* Known contributors to this file: * Known contributors to this file:
* Ken Stevens, 1995 * Ken Stevens, 1995
* Steve McClure, 1998 * Steve McClure, 1998
* Markus Armbruster, 2004-2008 * Markus Armbruster, 2004-2010
*/ */
#ifndef OPTLIST_H #ifndef OPTLIST_H

View file

@ -30,7 +30,7 @@
* Dave Pare, 1986 * Dave Pare, 1986
* Ken Stevens, 1995 * Ken Stevens, 1995
* Steve McClure, 1998 * Steve McClure, 1998
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2010
*/ */
#ifndef PLANE_H #ifndef PLANE_H

View file

@ -29,7 +29,7 @@
* Known contributors to this file: * Known contributors to this file:
* Dave Pare, 1994 * Dave Pare, 1994
* Doug Hay, 1998 * Doug Hay, 1998
* Markus Armbruster, 2005-2009 * Markus Armbruster, 2005-2010
*/ */
#ifndef PLAYER_H #ifndef PLAYER_H

View file

@ -30,7 +30,7 @@
* Dave Pare * Dave Pare
* Ken Stevens, 1995 * Ken Stevens, 1995
* Steve McClure, 1998 * Steve McClure, 1998
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2010
*/ */

View file

@ -31,7 +31,7 @@
* Thomas Ruschak, 1992 * Thomas Ruschak, 1992
* Ken Stevens, 1995 * Ken Stevens, 1995
* Steve McClure, 1998 * Steve McClure, 1998
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2010
*/ */
#ifndef SHIP_H #ifndef SHIP_H

View file

@ -27,7 +27,7 @@
* tel.h: Definitions for things having to do with telegrams * tel.h: Definitions for things having to do with telegrams
* *
* Known contributors to this file: * Known contributors to this file:
* Markus Armbruster, 2009 * Markus Armbruster, 2009-2010
*/ */
#ifndef TEL_H #ifndef TEL_H

View file

@ -27,7 +27,7 @@
* types.h: Empire types * types.h: Empire types
* *
* Known contributors to this file: * Known contributors to this file:
* Markus Armbruster, 2006-2007 * Markus Armbruster, 2006-2011
*/ */
#ifndef TYPES_H #ifndef TYPES_H

View file

@ -27,7 +27,7 @@
* xdump.h: Extended dumps * xdump.h: Extended dumps
* *
* Known contributors to this file: * Known contributors to this file:
* Markus Armbruster, 2008 * Markus Armbruster, 2008-2011
*/ */
#ifndef XDUMP_H #ifndef XDUMP_H

View file

@ -27,7 +27,7 @@
# configure.ac: Autoconf input file # configure.ac: Autoconf input file
# #
# Known contributors to this 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.

View file

@ -30,7 +30,8 @@
* Dave Pare, 1986 * Dave Pare, 1986
* Steve McClure, 1998 * Steve McClure, 1998
* Ron Koenderink, 2004-2007 * Ron Koenderink, 2004-2007
* Markus Armbruster, 2005-2009 * Markus Armbruster, 2005-2010
* Tom Dickson-Hunt, 2010
*/ */
#include <config.h> #include <config.h>

View file

@ -27,7 +27,7 @@
* play.c: Playing the game * play.c: Playing the game
* *
* Known contributors to this file: * Known contributors to this file:
* Markus Armbruster, 2007-2009 * Markus Armbruster, 2007-2010
* Ron Koenderink, 2007-2009 * Ron Koenderink, 2007-2009
*/ */

View file

@ -30,7 +30,7 @@
* Dave Pare, 1989 * Dave Pare, 1989
* Steve McClure, 1998 * Steve McClure, 1998
* Ron Koenderink, 2005 * Ron Koenderink, 2005
* Markus Armbruster, 2005-2009 * Markus Armbruster, 2005-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -30,7 +30,7 @@
* Dave Pare, 1986 * Dave Pare, 1986
* Ken Stevens, 1995 * Ken Stevens, 1995
* Steve McClure, 2000 * Steve McClure, 2000
* Markus Armbruster, 2006-2009 * Markus Armbruster, 2006-2011
*/ */
#include <config.h> #include <config.h>

View file

@ -29,6 +29,7 @@
* Known contributors to this file: * Known contributors to this file:
* Keith Muller, 1983 * Keith Muller, 1983
* Dave Pare, 1986 (rewrite) * Dave Pare, 1986 (rewrite)
* Markus Armbruster, 2010
*/ */
#include <config.h> #include <config.h>

View file

@ -31,7 +31,7 @@
* Chad Zabel, 1994 * Chad Zabel, 1994
* Steve McClure, 1998-2000 * Steve McClure, 1998-2000
* Ron Koenderink, 2003-2009 * Ron Koenderink, 2003-2009
* Markus Armbruster, 2003-2009 * Markus Armbruster, 2003-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -30,7 +30,7 @@
* Ken Stevens, 1995 * Ken Stevens, 1995
* Steve McClure, 1998 * Steve McClure, 1998
* Ron Koenderink, 2005 * Ron Koenderink, 2005
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2011
*/ */
#include <config.h> #include <config.h>

View file

@ -30,7 +30,7 @@
* Dave Pare, 1986 * Dave Pare, 1986
* Ken Stevens, 1995 * Ken Stevens, 1995
* Steve McClure, 1998-2000 * Steve McClure, 1998-2000
* Markus Armbruster, 2005-2009 * Markus Armbruster, 2005-2011
*/ */
#include <config.h> #include <config.h>

View file

@ -30,7 +30,7 @@
* David Sharnoff, 1987 * David Sharnoff, 1987
* Ken Stevens, 1995 (rewritten) * Ken Stevens, 1995 (rewritten)
* Steve McClure, 1998-2000 * Steve McClure, 1998-2000
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2011
*/ */
#include <config.h> #include <config.h>

View file

@ -28,7 +28,7 @@
* *
* Known contributors to this file: * Known contributors to this file:
* Steve McClure, 2000 * Steve McClure, 2000
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2011
*/ */
#include <config.h> #include <config.h>

View file

@ -27,7 +27,7 @@
* mine.c: Lay mines from ships or units * mine.c: Lay mines from ships or units
* *
* Known contributors to this file: * Known contributors to this file:
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -29,7 +29,7 @@
* Known contributors to this file: * Known contributors to this file:
* Thomas Ruschak, 1992 * Thomas Ruschak, 1992
* Steve McClure, 2000 * Steve McClure, 2000
* Markus Armbruster, 2005-2009 * Markus Armbruster, 2005-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -28,7 +28,7 @@
* *
* Known contributors to this file: * Known contributors to this file:
* Dave Pare, 1986 * Dave Pare, 1986
* Markus Armbruster, 2006 * Markus Armbruster, 2006-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -28,7 +28,7 @@
* *
* Known contributors to this file: * Known contributors to this file:
* Shelley Louie, 1988 * Shelley Louie, 1988
* Markus Armbruster, 2006 * Markus Armbruster, 2006-2011
*/ */
#include <config.h> #include <config.h>

View file

@ -29,7 +29,7 @@
* Known contributors to this file: * Known contributors to this file:
* Dave Pare, 1986 * Dave Pare, 1986
* Steve McClure, 2000 * Steve McClure, 2000
* Markus Armbruster, 2006-2008 * Markus Armbruster, 2006-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -29,7 +29,7 @@
* Known contributors to this file: * Known contributors to this file:
* David Muir Sharnoff, 1987 * David Muir Sharnoff, 1987
* Steve McClure, 1997-2000 * Steve McClure, 1997-2000
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -29,7 +29,7 @@
* Known contributors to this file: * Known contributors to this file:
* Ken Stevens, 1995 * Ken Stevens, 1995
* Steve McClure, 2000 * Steve McClure, 2000
* Markus Armbruster, 2008 * Markus Armbruster, 2008-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -28,7 +28,7 @@
* *
* Known contributors to this file: * Known contributors to this file:
* John Yockey, 2001 * John Yockey, 2001
* Markus Armbruster, 2003-2009 * Markus Armbruster, 2003-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -28,7 +28,7 @@
* *
* Known contributors to this file: * Known contributors to this file:
* Steve McClure, 2000 * Steve McClure, 2000
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2011
*/ */
#include <config.h> #include <config.h>

View file

@ -27,7 +27,7 @@
* scut.c: Scuttle ships, planes or land units * scut.c: Scuttle ships, planes or land units
* *
* Known contributors to this file: * Known contributors to this file:
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2011
*/ */
#include <config.h> #include <config.h>

View file

@ -28,6 +28,7 @@
* *
* Known contributors to this file: * Known contributors to this file:
* Ken Stevens, 1995 * Ken Stevens, 1995
* Markus Armbruster, 2010
*/ */
#include <config.h> #include <config.h>

View file

@ -29,7 +29,7 @@
* Known contributors to this file: * Known contributors to this file:
* Thomas Ruschak, 1992 * Thomas Ruschak, 1992
* Steve McClure, 1998 * Steve McClure, 1998
* Markus Armbruster, 2006-2009 * Markus Armbruster, 2006-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -28,7 +28,7 @@
* *
* Known contributors to this file: * Known contributors to this file:
* Ken Stevens, 1995 * Ken Stevens, 1995
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -28,7 +28,7 @@
* *
* Known contributors to this file: * Known contributors to this file:
* Ken Stevens, 1995 * Ken Stevens, 1995
* Markus Armbruster, 2006-2009 * Markus Armbruster, 2006-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -30,7 +30,7 @@
* Dave Pare, 1986 * Dave Pare, 1986
* Thomas Ruschak, 1992 * Thomas Ruschak, 1992
* Steve McClure, 2000 * Steve McClure, 2000
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2011
*/ */
#include <config.h> #include <config.h>

View file

@ -31,7 +31,7 @@
* Thomas Ruschak, 1992 * Thomas Ruschak, 1992
* Ken Stevens, 1995 * Ken Stevens, 1995
* Steve McClure, 2000 * Steve McClure, 2000
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -27,7 +27,7 @@
* upda.c: Give the time of the next update * upda.c: Give the time of the next update
* *
* Known contributors to this file: * Known contributors to this file:
* Markus Armbruster, 2007 * Markus Armbruster, 2007-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -33,7 +33,7 @@
* Ken Stevens * Ken Stevens
* Steve McClure * Steve McClure
* Ron Koenderink, 2005-2006 * Ron Koenderink, 2005-2006
* Markus Armbruster, 2005-2008 * Markus Armbruster, 2005-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -27,7 +27,7 @@
* work.c: Implementation of the work command * work.c: Implementation of the work command
* *
* Known contributors to this file: * Known contributors to this file:
* Markus Armbruster, 2009 * Markus Armbruster, 2009-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -28,7 +28,7 @@
* *
* Known contributors to this file: * Known contributors to this file:
* Doug Hay, 1990 * Doug Hay, 1990
* Markus Armbruster, 2007-2008 * Markus Armbruster, 2007-2010
*/ */
/* /*

View file

@ -27,7 +27,7 @@
* conftab.c: Load game configuration files * conftab.c: Load game configuration files
* *
* Known contributors to this file: * Known contributors to this file:
* Markus Armbruster, 2006-2008 * Markus Armbruster, 2006-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -28,7 +28,7 @@
* *
* Known contributors to this file: * Known contributors to this file:
* Ron Koenderink, 2005 * Ron Koenderink, 2005
* Markus Armbruster, 2006-2009 * Markus Armbruster, 2006-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -30,7 +30,7 @@
* Dave Pare, 1989 * Dave Pare, 1989
* Doug Hay, 1998 * Doug Hay, 1998
* Steve McClure, 1998 * Steve McClure, 1998
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -29,7 +29,7 @@
* Known contributors to this file: * Known contributors to this file:
* Dave Pare, 1989 * Dave Pare, 1989
* Ron Koenderink, 2005 * Ron Koenderink, 2005
* Markus Armbruster, 2006-2009 * Markus Armbruster, 2006-2011
*/ */
#include <config.h> #include <config.h>

View file

@ -27,7 +27,7 @@
* nsc.c: Empire selection global structures * nsc.c: Empire selection global structures
* *
* Known contributors to this file: * Known contributors to this file:
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2010
*/ */
/* /*

View file

@ -27,7 +27,7 @@
* rdsched.c: Read update schedule * rdsched.c: Read update schedule
* *
* Known contributors to this file: * Known contributors to this file:
* Markus Armbruster, 2007-2008 * Markus Armbruster, 2007-2010
*/ */
#define _XOPEN_SOURCE 500 #define _XOPEN_SOURCE 500

View file

@ -27,7 +27,7 @@
* stmtch.c: Matching operations on structures and commands * stmtch.c: Matching operations on structures and commands
* *
* Known contributors to this file: * Known contributors to this file:
* Markus Armbruster, 2004-2008 * Markus Armbruster, 2004-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -29,7 +29,7 @@
* Known contributors to this file: * Known contributors to this file:
* Dave Pare, 1989 * Dave Pare, 1989
* Steve McClure, 2000 * Steve McClure, 2000
* Markus Armbruster, 2004-2006 * Markus Armbruster, 2004-2011
*/ */
#include <config.h> #include <config.h>

View file

@ -27,7 +27,7 @@
* xdump.c: Extended dumps * xdump.c: Extended dumps
* *
* Known contributors to this file: * Known contributors to this file:
* Markus Armbruster, 2004-2008 * Markus Armbruster, 2004-2010
*/ */
/* /*

View file

@ -28,7 +28,7 @@
* *
* Known contributors to this file: * Known contributors to this file:
* Ron Koenderink, 2005 * Ron Koenderink, 2005
* Markus Armbruster, 2005-2008 * Markus Armbruster, 2005-2010
*/ */
/* /*

View file

@ -28,7 +28,7 @@
* *
* Known contributors to this file: * Known contributors to this file:
* Dave Pare, 1989 * Dave Pare, 1989
* Markus Armbruster, 2004-2008 * Markus Armbruster, 2004-2011
*/ */
#include <config.h> #include <config.h>

View file

@ -29,6 +29,7 @@
* Known contributors to this file: * Known contributors to this file:
* Doug Hay, 1998 * Doug Hay, 1998
* Steve McClure, 1998 * Steve McClure, 1998
* Markus Armbruster, 2004-2010
* Ron Koenderink, 2009 * Ron Koenderink, 2009
*/ */

View file

@ -29,7 +29,7 @@
* Known contributors to this file: * Known contributors to this file:
* Sasha Mikheev * Sasha Mikheev
* Steve McClure, 1998 * Steve McClure, 1998
* Markus Armbruster, 2005-2009 * Markus Armbruster, 2005-2010
* Ron Koenderink, 2007-2009 * Ron Koenderink, 2007-2009
*/ */

View file

@ -28,7 +28,7 @@
* *
* Known contributors to this file: * Known contributors to this file:
* Dave Pare, 1989 * Dave Pare, 1989
* Markus Armbruster, 2003-2009 * Markus Armbruster, 2003-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -27,7 +27,7 @@
* tcp_listen.c: Create a socket and listen on it * tcp_listen.c: Create a socket and listen on it
* *
* Known contributors to this file: * Known contributors to this file:
* Markus Armbruster, 2005-2009 * Markus Armbruster, 2005-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -27,7 +27,7 @@
* symbol.c: Empire symbol tables * symbol.c: Empire symbol tables
* *
* Known contributors to this file: * Known contributors to this file:
* Markus Armbruster, 2006-2009 * Markus Armbruster, 2006-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -28,7 +28,7 @@
* lwp.c: lightweight process creation, destruction and manipulation * lwp.c: lightweight process creation, destruction and manipulation
* *
* Known contributors to this file: * Known contributors to this file:
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -28,7 +28,7 @@
* *
* Known contributors to this file: * Known contributors to this file:
* Dave Pare, 1994 * Dave Pare, 1994
* Markus Armbruster, 2005-2009 * Markus Armbruster, 2005-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -29,7 +29,7 @@
* Known contributors to this file: * Known contributors to this file:
* Dave Pare, 1994 * Dave Pare, 1994
* Steve McClure, 2000 * Steve McClure, 2000
* Markus Armbruster, 2006-2009 * Markus Armbruster, 2006-2010
* Ron Koenderink, 2004-2009 * Ron Koenderink, 2004-2009
*/ */

View file

@ -30,7 +30,7 @@
* Dave Pare, 1986 * Dave Pare, 1986
* Thomas Ruschak, 1992 * Thomas Ruschak, 1992
* Steve McClure, 1996 * Steve McClure, 1996
* Markus Armbruster, 2006-2009 * Markus Armbruster, 2006-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -28,7 +28,7 @@
* *
* Known contributors to this file: * Known contributors to this file:
* Steve McClure, 1998 * Steve McClure, 1998
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -28,7 +28,7 @@
* *
* Known contributors to this file: * Known contributors to this file:
* Steve McClure, 1998 * Steve McClure, 1998
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2011
*/ */
#include <config.h> #include <config.h>

View file

@ -28,7 +28,7 @@
* *
* Known contributors to this file: * Known contributors to this file:
* Steve McClure, 1998-2000 * Steve McClure, 1998-2000
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -27,7 +27,7 @@
* fortdef.c: Fort defends an area. * fortdef.c: Fort defends an area.
* *
* Known contributors to this file: * Known contributors to this file:
* * Markus Armbruster, 2006-2011
*/ */
/* /*

View file

@ -29,7 +29,7 @@
* Known contributors to this file: * Known contributors to this file:
* Ken Stevens, 1995 * Ken Stevens, 1995
* Steve McClure, 1998-2000 * Steve McClure, 1998-2000
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -29,7 +29,7 @@
* Known contributors to this file: * Known contributors to this file:
* Ken Stevens, 1995 * Ken Stevens, 1995
* Steve McClure, 1996-2000 * Steve McClure, 1996-2000
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -30,7 +30,7 @@
* Dave Pare, 1994 * Dave Pare, 1994
* Steve McClure, 1997 * Steve McClure, 1997
* Ron Koenderink, 2005 * Ron Koenderink, 2005
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2011
*/ */
#include <config.h> #include <config.h>

View file

@ -29,7 +29,7 @@
* Known contributors to this file: * Known contributors to this file:
* Dave Pare, 1989 * Dave Pare, 1989
* Steve McClure, 1997 * Steve McClure, 1997
* Markus Armbruster, 2004-2008 * Markus Armbruster, 2004-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -30,7 +30,7 @@
* Dave Pare, 1986 * Dave Pare, 1986
* Ken Stevens, 1995 * Ken Stevens, 1995
* Steve McClure, 1998-2000 * Steve McClure, 1998-2000
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -28,6 +28,7 @@
* *
* Known contributors to this file: * Known contributors to this file:
* Dave Pare, 1989 * Dave Pare, 1989
* Markus Armbruster, 2004-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -28,6 +28,7 @@
* *
* Known contributors to this file: * Known contributors to this file:
* Dave Pare, 1994 * Dave Pare, 1994
* Markus Armbruster, 2005-2011
*/ */
#include <config.h> #include <config.h>

View file

@ -28,7 +28,7 @@
* *
* Known contributors to this file: * Known contributors to this file:
* Dave Pare, 1989 * Dave Pare, 1989
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -29,7 +29,7 @@
* Known contributors to this file: * Known contributors to this file:
* Dave Pare, 1989 * Dave Pare, 1989
* Steve McClure, 1996 * Steve McClure, 1996
* Markus Armbruster, 2004-2008 * Markus Armbruster, 2004-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -31,7 +31,7 @@
* Jeff Bailey, 1990 * Jeff Bailey, 1990
* Steve McClure, 1996 * Steve McClure, 1996
* Ron Koenderink, 2005-2009 * Ron Koenderink, 2005-2009
* Markus Armbruster, 2006-2009 * Markus Armbruster, 2006-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -29,7 +29,7 @@
* Known contributors to this file: * Known contributors to this file:
* Ken Stevens, 1995 * Ken Stevens, 1995
* Steve McClure, 1996-2000 * Steve McClure, 1996-2000
* Markus Armbruster, 2006-2009 * Markus Armbruster, 2006-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -29,7 +29,7 @@
* Known contributors to this file: * Known contributors to this file:
* Dave Pare, 1986 * Dave Pare, 1986
* Steve McClure, 1996-2000 * Steve McClure, 1996-2000
* Markus Armbruster, 2007-2008 * Markus Armbruster, 2007-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -31,7 +31,7 @@
* Doug Hay, 1998 * Doug Hay, 1998
* Steve McClure, 2000 * Steve McClure, 2000
* Ron Koenderink, 2004-2006 * Ron Koenderink, 2004-2006
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -29,7 +29,7 @@
* Known contributors to this file: * Known contributors to this file:
* Dave Pare, 1986 * Dave Pare, 1986
* Steve McClure, 1996 * Steve McClure, 1996
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -30,7 +30,7 @@
* Dave Pare, 1986 * Dave Pare, 1986
* Thomas Ruschak, 1992 * Thomas Ruschak, 1992
* Steve McClure, 1996 * Steve McClure, 1996
* Markus Armbruster, 2006-2009 * Markus Armbruster, 2006-2011
*/ */
#include <config.h> #include <config.h>

View file

@ -29,7 +29,7 @@
* Known contributors to this file: * Known contributors to this file:
* Dave Pare, 1986 * Dave Pare, 1986
* Steve McClure, 1998 * Steve McClure, 1998
* Markus Armbruster, 2006-2009 * Markus Armbruster, 2006-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -27,7 +27,7 @@
* produce.c: Produce goodies * produce.c: Produce goodies
* *
* Known contributors to this file: * Known contributors to this file:
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -29,7 +29,7 @@
* Known contributors to this file: * Known contributors to this file:
* Dave Pare, 1986 * Dave Pare, 1986
* Steve McClure, 1996 * Steve McClure, 1996
* Markus Armbruster, 2004-2009 * Markus Armbruster, 2004-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -30,7 +30,7 @@
* Dave Pare, 1986 * Dave Pare, 1986
* Steve McClure, 1996 * Steve McClure, 1996
* Ron Koenderink, 2004 * Ron Koenderink, 2004
* Markus Armbruster, 2006-2009 * Markus Armbruster, 2006-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -27,8 +27,8 @@
* w32sockets.c: POSIX socket emulation layer for Windows * w32sockets.c: POSIX socket emulation layer for Windows
* *
* Known contributors to this file: * Known contributors to this file:
* Ron Koenderink, 2007 * Ron Koenderink, 2007-2010
* Markus Armbruster, 2007-2009 * Markus Armbruster, 2007-2010
*/ */
/* /*

View file

@ -31,7 +31,7 @@
* Steve McClure, 1996, 1998 * Steve McClure, 1996, 1998
* Doug Hay, 1998 * Doug Hay, 1998
* Ron Koenderink, 2004-2009 * Ron Koenderink, 2004-2009
* Markus Armbruster, 2005-2009 * Markus Armbruster, 2005-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -30,7 +30,7 @@
* Dave Pare, 1994 * Dave Pare, 1994
* Steve McClure, 1996 * Steve McClure, 1996
* Ron Koenderink, 2005 * Ron Koenderink, 2005
* Markus Armbruster, 2007-2009 * Markus Armbruster, 2007-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -27,7 +27,7 @@
* empdump.c: Export/import Empire game state * empdump.c: Export/import Empire game state
* *
* Known contributors to this file: * Known contributors to this file:
* Markus Armbruster, 2008 * Markus Armbruster, 2008-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -27,7 +27,7 @@
* empsched.c: Show the update schedule * empsched.c: Show the update schedule
* *
* Known contributors to this file: * Known contributors to this file:
* Markus Armbruster, 2007 * Markus Armbruster, 2007-2010
*/ */
#include <config.h> #include <config.h>

View file

@ -30,6 +30,7 @@
* Thomas Ruschak * Thomas Ruschak
* Ken Stevens, 1995 * Ken Stevens, 1995
* Steve McClure, 1998 * Steve McClure, 1998
* Markus Armbruster, 2004-2010
*/ */
#include <config.h> #include <config.h>