summaryrefslogtreecommitdiff
path: root/scheme
diff options
context:
space:
mode:
authorBradley Smith2008-10-14 23:18:45 +0100
committerBradley Smith2008-10-14 23:18:45 +0100
commit5f49910529e62ff0ead4a892e7988efb8a29bc78 (patch)
treea2fc2caeb26991608ed52dc5a3e79e8e5d1389e4 /scheme
parentCorrect scheme file installation so that the files are not executable. (diff)
downloadgnurobots-5f49910529e62ff0ead4a892e7988efb8a29bc78.tar.gz
Change email address for Jim Hall, upon request.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
Diffstat (limited to 'scheme')
-rw-r--r--scheme/beep.scm2
-rw-r--r--scheme/simple.scm2
-rw-r--r--scheme/stop.scm2
-rw-r--r--scheme/zap.scm2
4 files changed, 4 insertions, 4 deletions
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 <jhall1@isd.net>
+;;; Sample robot provided by Jim Hall <jhall@freedos.org>
;;; 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 <jhall1@isd.net>
+;;; Sample robot provided by Jim Hall <jhall@freedos.org>
;;; 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 <jhall1@isd.net>
+;;; Sample robot provided by Jim Hall <jhall@freedos.org>
;;; 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 <jhall1@isd.net>
+;;; Sample robot provided by Jim Hall <jhall@freedos.org>
;;; 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