summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBradley Smith2008-10-14 23:18:45 +0100
committerBradley Smith2008-10-14 23:18:45 +0100
commit5f49910529e62ff0ead4a892e7988efb8a29bc78 (patch)
treea2fc2caeb26991608ed52dc5a3e79e8e5d1389e4 /include
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 'include')
-rw-r--r--include/api.h2
-rw-r--r--include/configs.h2
2 files changed, 2 insertions, 2 deletions
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 <jhall1@isd.net>
+/* Copyright (C) 1998 Jim Hall <jhall@freedos.org>
* Copyright (C) 2008 Bradley Smith <brad@brad-smith.co.uk>
*
* 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 <jhall1@isd.net>\nCopyright (C) 2008 Bradley Smith <brad@brad-smith.co.uk>"
+#define COPYRIGHT "Copyright (C) 1998,1999,2000 Jim Hall <jhall@freedos.org>\nCopyright (C) 2008 Bradley Smith <brad@brad-smith.co.uk>"
#endif /* CONFIGS_H */