From a2298c568b0138392dab2fd83f1475e74bcdaf2f Mon Sep 17 00:00:00 2001 From: Florian Schulze Date: Fri, 22 Feb 2002 22:36:07 +0000 Subject: [PATCH] Copyright and documentation update. --- AUTHORS | 33 +++++++++++++++++++++++++++++++++ config.h | 4 ++-- dj.h | 2 -- dos/gfx.c | 2 -- dos/input.c | 2 -- dos/interrpt.c | 2 -- fireworks.c | 4 ++-- globals.h | 4 ++-- jumpnbump.6 | 3 ++- main.c | 4 ++-- menu.c | 4 ++-- modify/pack.c | 4 ++-- modify/unpack.c | 4 ++-- sdl/gfx.c | 4 ++-- sdl/input.c | 4 ++-- sdl/interrpt.c | 4 ++-- sdl/sound.c | 4 ++-- 17 files changed, 57 insertions(+), 31 deletions(-) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..9fcea43 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,33 @@ +Jump'n'Bump is done by many people. The authors and contributors are listed +below. Invented and implemented was Jump'n'Bump by Brainchild Design as a +DOS game. Later the source was released and Chuck Mason did the port to +Linux using SDL. Some people contributed various stuff to it. +The current maintainer is Florian Schulze. + +Mattias Brynervall + Original DOS code. + +Andreas Brynervall +Martin Magnusson + Oroginal Graphics. + +Anders Nilsson + Original Music. + +Chuck Mason + The first Linux port using SDL. + +Philippe Brochard + The jbmenu.tcl script. + +Joe Wreschnig + The manual page + +"timecop" + pack and unpack. + +Jon Atkins + The network code of the Linux version. + +Florian Schulze + Cleaned up code. Added scaling graphics mode (800x512). Fixed sound. \ No newline at end of file diff --git a/config.h b/config.h index b3d477d..b8a8a57 100644 --- a/config.h +++ b/config.h @@ -2,9 +2,9 @@ * config.h * Copyright (C) 1998 Brainchild Design - http://brainchilddesign.com/ * - * Copyright (C) 2001 tarzeau@space.ch + * Copyright (C) 2001 Chuck Mason * - * Copyright (C) 2002 Florian Schulze - crow@icculus.org + * Copyright (C) 2002 Florian Schulze * * Portions of this code are from the MPEG software simulation group * idct implementation. This code will be replaced with a new diff --git a/dj.h b/dj.h index ab294eb..a2d3fee 100644 --- a/dj.h +++ b/dj.h @@ -2,8 +2,6 @@ * dj.h * Copyright (C) 1998 Brainchild Design - http://brainchilddesign.com/ * - * Copyright (C) 2001 tarzeau@space.ch - * * Copyright (C) 2002 Florian Schulze - crow@icculus.org * * Portions of this code are from the MPEG software simulation group diff --git a/dos/gfx.c b/dos/gfx.c index 0993f18..ff35d08 100644 --- a/dos/gfx.c +++ b/dos/gfx.c @@ -2,8 +2,6 @@ * gfx.h * Copyright (C) 1998 Brainchild Design - http://brainchilddesign.com/ * - * Copyright (C) 2001 tarzeau@space.ch - * * Copyright (C) 2002 Florian Schulze - crow@icculus.org * * Portions of this code are from the MPEG software simulation group diff --git a/dos/input.c b/dos/input.c index 15aa1eb..92d7136 100644 --- a/dos/input.c +++ b/dos/input.c @@ -2,8 +2,6 @@ * input.h * Copyright (C) 1998 Brainchild Design - http://brainchilddesign.com/ * - * Copyright (C) 2001 tarzeau@space.ch - * * Copyright (C) 2002 Florian Schulze - crow@icculus.org * * Portions of this code are from the MPEG software simulation group diff --git a/dos/interrpt.c b/dos/interrpt.c index 3bdf2e4..aa3f934 100644 --- a/dos/interrpt.c +++ b/dos/interrpt.c @@ -2,8 +2,6 @@ * interrpt.h * Copyright (C) 1998 Brainchild Design - http://brainchilddesign.com/ * - * Copyright (C) 2001 tarzeau@space.ch - * * Copyright (C) 2002 Florian Schulze - crow@icculus.org * * Portions of this code are from the MPEG software simulation group diff --git a/fireworks.c b/fireworks.c index 5f8db83..5b3e7b5 100644 --- a/fireworks.c +++ b/fireworks.c @@ -2,9 +2,9 @@ * fireworks.c * Copyright (C) 1998 Brainchild Design - http://brainchilddesign.com/ * - * Copyright (C) 2001 tarzeau@space.ch + * Copyright (C) 2001 Chuck Mason * - * Copyright (C) 2002 Florian Schulze - crow@icculus.org + * Copyright (C) 2002 Florian Schulze * * Portions of this code are from the MPEG software simulation group * idct implementation. This code will be replaced with a new diff --git a/globals.h b/globals.h index c74bd56..85212d4 100644 --- a/globals.h +++ b/globals.h @@ -2,9 +2,9 @@ * globals.h * Copyright (C) 1998 Brainchild Design - http://brainchilddesign.com/ * - * Copyright (C) 2001 tarzeau@space.ch + * Copyright (C) 2001 Chuck Mason * - * Copyright (C) 2002 Florian Schulze - crow@icculus.org + * Copyright (C) 2002 Florian Schulze * * Portions of this code are from the MPEG software simulation group * idct implementation. This code will be replaced with a new diff --git a/jumpnbump.6 b/jumpnbump.6 index 100f926..42391d7 100644 --- a/jumpnbump.6 +++ b/jumpnbump.6 @@ -52,7 +52,8 @@ Jump - 8 .PP Chuck Mason , Jon Atkins , Philippe Brochard , Gürkan Sengün , -and "timecop" are the authors of jump'n'bump. +Florian Schulze and "timecop" are +the authors of jump'n'bump. .PP This program is a UNIX port of the old DOS game by brainchilddesign. .PP diff --git a/main.c b/main.c index b6b424f..32c61f7 100644 --- a/main.c +++ b/main.c @@ -2,9 +2,9 @@ * main.c * Copyright (C) 1998 Brainchild Design - http://brainchilddesign.com/ * - * Copyright (C) 2001 tarzeau@space.ch + * Copyright (C) 2001 Chuck Mason * - * Copyright (C) 2002 Florian Schulze - crow@icculus.org + * Copyright (C) 2002 Florian Schulze * * Portions of this code are from the MPEG software simulation group * idct implementation. This code will be replaced with a new diff --git a/menu.c b/menu.c index c0fd3b5..d35f346 100644 --- a/menu.c +++ b/menu.c @@ -2,9 +2,9 @@ * menu.c * Copyright (C) 1998 Brainchild Design - http://brainchilddesign.com/ * - * Copyright (C) 2001 tarzeau@space.ch + * Copyright (C) 2001 Chuck Mason * - * Copyright (C) 2002 Florian Schulze - crow@icculus.org + * Copyright (C) 2002 Florian Schulze * * Portions of this code are from the MPEG software simulation group * idct implementation. This code will be replaced with a new diff --git a/modify/pack.c b/modify/pack.c index 5debbea..76f1cc6 100644 --- a/modify/pack.c +++ b/modify/pack.c @@ -2,9 +2,9 @@ * pack.c * Copyright (C) 1998 Brainchild Design - http://brainchilddesign.com/ * - * Copyright (C) 2001 tarzeau@space.ch + * Copyright (C) 2001 "timecop" * - * Copyright (C) 2002 Florian Schulze - crow@icculus.org + * Copyright (C) 2002 Florian Schulze * * Portions of this code are from the MPEG software simulation group * idct implementation. This code will be replaced with a new diff --git a/modify/unpack.c b/modify/unpack.c index 09337a6..cc1c969 100644 --- a/modify/unpack.c +++ b/modify/unpack.c @@ -2,9 +2,9 @@ * unpack.c * Copyright (C) 1998 Brainchild Design - http://brainchilddesign.com/ * - * Copyright (C) 2001 tarzeau@space.ch + * Copyright (C) 2001 "timecop" * - * Copyright (C) 2002 Florian Schulze - crow@icculus.org + * Copyright (C) 2002 Florian Schulze * * Portions of this code are from the MPEG software simulation group * idct implementation. This code will be replaced with a new diff --git a/sdl/gfx.c b/sdl/gfx.c index 655a963..758346b 100644 --- a/sdl/gfx.c +++ b/sdl/gfx.c @@ -2,9 +2,9 @@ * gfx.c * Copyright (C) 1998 Brainchild Design - http://brainchilddesign.com/ * - * Copyright (C) 2001 tarzeau@space.ch + * Copyright (C) 2001 Chuck Mason * - * Copyright (C) 2002 Florian Schulze - crow@icculus.org + * Copyright (C) 2002 Florian Schulze * * Portions of this code are from the MPEG software simulation group * idct implementation. This code will be replaced with a new diff --git a/sdl/input.c b/sdl/input.c index cdf00df..c1633e1 100644 --- a/sdl/input.c +++ b/sdl/input.c @@ -2,9 +2,9 @@ * input.c * Copyright (C) 1998 Brainchild Design - http://brainchilddesign.com/ * - * Copyright (C) 2001 tarzeau@space.ch + * Copyright (C) 2001 Chuck Mason * - * Copyright (C) 2002 Florian Schulze - crow@icculus.org + * Copyright (C) 2002 Florian Schulze * * Portions of this code are from the MPEG software simulation group * idct implementation. This code will be replaced with a new diff --git a/sdl/interrpt.c b/sdl/interrpt.c index aa77d3f..bb0d7e2 100644 --- a/sdl/interrpt.c +++ b/sdl/interrpt.c @@ -2,9 +2,9 @@ * interrpt.c * Copyright (C) 1998 Brainchild Design - http://brainchilddesign.com/ * - * Copyright (C) 2001 tarzeau@space.ch + * Copyright (C) 2001 Chuck Mason * - * Copyright (C) 2002 Florian Schulze - crow@icculus.org + * Copyright (C) 2002 Florian Schulze * * Portions of this code are from the MPEG software simulation group * idct implementation. This code will be replaced with a new diff --git a/sdl/sound.c b/sdl/sound.c index 46862a9..9a07029 100644 --- a/sdl/sound.c +++ b/sdl/sound.c @@ -2,9 +2,9 @@ * sound.c * Copyright (C) 1998 Brainchild Design - http://brainchilddesign.com/ * - * Copyright (C) 2001 tarzeau@space.ch + * Copyright (C) 2001 Chuck Mason * - * Copyright (C) 2002 Florian Schulze - crow@icculus.org + * Copyright (C) 2002 Florian Schulze * * Portions of this code are from the MPEG software simulation group * idct implementation. This code will be replaced with a new -- 2.39.2