diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | include/configs.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 2c16a6a..95835bb 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT([GNU Robots], [1.1], [zeenix@gmail.com], [robots]) +AC_INIT([GNU Robots], [1.1], [brad@brad-smith.co.uk], [gnurobots]) AC_PREREQ([2.59]) AM_CONFIG_HEADER([config.h]) AC_CONFIG_AUX_DIR([build]) diff --git a/include/configs.h b/include/configs.h index b3d5125..622548b 100644 --- a/include/configs.h +++ b/include/configs.h @@ -58,6 +58,6 @@ #define DEFAULT_MAP_ROWS 20 #define PKGINFO PACKAGE_NAME " " VERSION -#define COPYRIGHT "Copyright (C) 1998,1999,2000 Jim Hall <jhall1@isd.net>" +#define COPYRIGHT "Copyright (C) 1998,1999,2000 Jim Hall <jhall1@isd.net>\nCopyright (C) 2008 Bradley Smith <brad@brad-smith.co.uk>" #endif /* CONFIGS_H */ |