diff options
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 */ |