diff options
author | Bradley Smith | 2008-10-14 23:18:45 +0100 |
---|---|---|
committer | Bradley Smith | 2008-10-14 23:18:45 +0100 |
commit | 5f49910529e62ff0ead4a892e7988efb8a29bc78 (patch) | |
tree | a2fc2caeb26991608ed52dc5a3e79e8e5d1389e4 /include | |
parent | Correct scheme file installation so that the files are not executable. (diff) | |
download | gnurobots-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.h | 2 | ||||
-rw-r--r-- | include/configs.h | 2 |
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 */ |