diff options
author | paul <paul> | 2004-09-13 11:27:57 +0000 |
---|---|---|
committer | paul <paul> | 2004-09-13 11:27:57 +0000 |
commit | 99b81b58cd6d25f1fc1db7feafa96f6d8e452b19 (patch) | |
tree | 44ec7ff389bb1b8b59ccf6ec479f6fd9011f66a8 /lib/command.c | |
parent | 7b712c3a625dffcb69a67be551726e624c45768c (diff) | |
download | quagga-99b81b58cd6d25f1fc1db7feafa96f6d8e452b19.tar.bz2 quagga-99b81b58cd6d25f1fc1db7feafa96f6d8e452b19.tar.xz |
2004-09-13 Paul Jakma <paul@dishone.st>
* configure.ac: capitalise the package name. autoconf lowercases
it for PACKAGE_TARNAME.
* lib/command.c: Update the copyright string in the default motd.
Diffstat (limited to 'lib/command.c')
-rw-r--r-- | lib/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command.c b/lib/command.c index 088ad38c..2ed62526 100644 --- a/lib/command.c +++ b/lib/command.c @@ -40,7 +40,7 @@ struct host host; char *default_motd = "\r\n\ Hello, this is " QUAGGA_PROGNAME " (version " QUAGGA_VERSION ").\r\n\ -Copyright 1996-2002 Kunihiro Ishiguro.\r\n\ +Copyright 1996-2004 Kunihiro Ishiguro, et al.\r\n\ \r\n"; /* Standard command node structures. */ |