diff options
author | Bradley Smith | 2008-01-21 17:58:21 +0000 |
---|---|---|
committer | Bradley Smith | 2008-01-21 17:58:21 +0000 |
commit | a18bf7617f8236be2044d1515263897c20398914 (patch) | |
tree | 4e4b976bfc0483cd2c27c31be456c98cca02652c /include | |
parent | Reformatted src/userinterface.c. (diff) | |
download | gnurobots-a18bf7617f8236be2044d1515263897c20398914.tar.gz |
Added myself to the usage message.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |