summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Smith2008-01-21 17:58:21 +0000
committerBradley Smith2008-01-21 17:58:21 +0000
commita18bf7617f8236be2044d1515263897c20398914 (patch)
tree4e4b976bfc0483cd2c27c31be456c98cca02652c
parentReformatted src/userinterface.c. (diff)
downloadgnurobots-a18bf7617f8236be2044d1515263897c20398914.tar.gz
Added myself to the usage message.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
-rw-r--r--configure.ac2
-rw-r--r--include/configs.h2
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 */