From 5f49910529e62ff0ead4a892e7988efb8a29bc78 Mon Sep 17 00:00:00 2001 From: Bradley Smith Date: Tue, 14 Oct 2008 23:18:45 +0100 Subject: Change email address for Jim Hall, upon request. Signed-off-by: Bradley Smith --- AUTHORS | 2 +- COPYING | 2 +- configure.ac | 2 +- doc/Robots-HOWTO | 2 +- doc/contrib | 2 +- include/api.h | 2 +- include/configs.h | 2 +- scheme/beep.scm | 2 +- scheme/simple.scm | 2 +- scheme/stop.scm | 2 +- scheme/zap.scm | 2 +- src/api.c | 2 +- src/grobot.c | 2 +- src/main.c | 2 +- src/map.c | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/AUTHORS b/AUTHORS index ba745ba..837c4f6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,7 +3,7 @@ Authors of GNU Robots Bradley Smith Daniel M. B. Fortes Manoel -James Hall +James Hall Tim Northover Zeeshan Ali Khattak diff --git a/COPYING b/COPYING index 6b98111..a329bba 100644 --- a/COPYING +++ b/COPYING @@ -5,7 +5,7 @@ the GPL below is copyrighted by the Free Software Foundation, but the instance of code that it refers to (the GNU Robots game) is copyrighted by me and others who actually wrote it. - -Jim Hall + -Jim Hall ------------------------------------------------------------------------ diff --git a/configure.ac b/configure.ac index f69de6a..e49789e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -## Copyright (C) 1998 Jim Hall +## Copyright (C) 1998 Jim Hall ## Copyright (C) 2008 Bradley Smith ## ## configure.ac for GNU Robots diff --git a/doc/Robots-HOWTO b/doc/Robots-HOWTO index 017d803..2920842 100644 --- a/doc/Robots-HOWTO +++ b/doc/Robots-HOWTO @@ -2,7 +2,7 @@ Robots-HOWTO Writing programs for GNU Robots -Jim Hall +Jim Hall _____________________________________________________________________ diff --git a/doc/contrib b/doc/contrib index e528b55..3dc77c2 100644 --- a/doc/contrib +++ b/doc/contrib @@ -4,7 +4,7 @@ _____________________________________________________________________ * Bradley Smith Current author -* Jim Hall, +* Jim Hall, Author * Eric P. Hutchins diff --git a/include/api.h b/include/api.h index 8bb3b29..240312d 100644 --- a/include/api.h +++ b/include/api.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1998 Jim Hall +/* Copyright (C) 1998 Jim Hall * Copyright (C) 2008 Bradley Smith * * Robot API for the GNU Robots game diff --git a/include/configs.h b/include/configs.h index 2447b15..b850700 100644 --- a/include/configs.h +++ b/include/configs.h @@ -76,6 +76,6 @@ #define DEFAULT_MAP_ROWS 20 #define PKGINFO PACKAGE_NAME " " VERSION -#define COPYRIGHT "Copyright (C) 1998,1999,2000 Jim Hall \nCopyright (C) 2008 Bradley Smith " +#define COPYRIGHT "Copyright (C) 1998,1999,2000 Jim Hall \nCopyright (C) 2008 Bradley Smith " #endif /* CONFIGS_H */ diff --git a/scheme/beep.scm b/scheme/beep.scm index 72b462b..2b40b07 100644 --- a/scheme/beep.scm +++ b/scheme/beep.scm @@ -1,5 +1,5 @@ ;;; beep.scm -;;; Sample robot provided by Jim Hall +;;; Sample robot provided by Jim Hall ;;; This robot will just turn around 360-degrees, and will beep if it finds ;;; a prize item. This is similar to a radar. diff --git a/scheme/simple.scm b/scheme/simple.scm index 66f3591..eccabaf 100644 --- a/scheme/simple.scm +++ b/scheme/simple.scm @@ -1,5 +1,5 @@ ;;; simple.scm -;;; Sample robot provided by Jim Hall +;;; Sample robot provided by Jim Hall ;;; This robot will simply hunt down and grab any prizes in its direct ;;; line of sight. If it runs into an obstacle, it turns right and ;;; continues from there. When it has turned 360-degrees, it stops. diff --git a/scheme/stop.scm b/scheme/stop.scm index 511988b..b8c5360 100644 --- a/scheme/stop.scm +++ b/scheme/stop.scm @@ -1,5 +1,5 @@ ;;; stop.scm -;;; Sample robot provided by Jim Hall +;;; Sample robot provided by Jim Hall ;;; THIS ROBOT IS NOT REALLY INTENDED FOR PUBLIC CONSUMPTION! ;;; Tests my new `stop' and `quit' primitives for GNU Robots diff --git a/scheme/zap.scm b/scheme/zap.scm index 67e8d4d..1d00357 100644 --- a/scheme/zap.scm +++ b/scheme/zap.scm @@ -1,5 +1,5 @@ ;;; zap.scm -;;; Sample robot provided by Jim Hall +;;; Sample robot provided by Jim Hall ;;; This is an agressive little robot that will just turn 360-degrees, ;;; and will immediately zap anything that isn't a space. This builds ;;; on the beep.scm robot program, so it will also beep if it finds a diff --git a/src/api.c b/src/api.c index ee62e32..c6ec1a7 100644 --- a/src/api.c +++ b/src/api.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998 Jim Hall +/* Copyright (C) 1998 Jim Hall * Copyright (C) 2008 Bradley Smith * * Robot API for the GNU Robots game diff --git a/src/grobot.c b/src/grobot.c index bf3c394..6971bb8 100644 --- a/src/grobot.c +++ b/src/grobot.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998 Jim Hall +/* Copyright (C) 1998 Jim Hall * Copyright (C) 2008 Bradley Smith * * Robot object for the GNU Robots game diff --git a/src/main.c b/src/main.c index 3e24e78..71a0fe6 100644 --- a/src/main.c +++ b/src/main.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998 Jim Hall +/* Copyright (C) 1998 Jim Hall * Copyright (C) 2008 Bradley Smith * * GNU Robots game engine. This is the main() program, using GNU diff --git a/src/map.c b/src/map.c index 857ac48..be3ead6 100644 --- a/src/map.c +++ b/src/map.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998 Jim Hall +/* Copyright (C) 1998 Jim Hall * Copyright (C) 2008 Bradley Smith * * GNU Robots Map object. -- cgit v1.1