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.
diff --git a/lib/ChangeLog b/lib/ChangeLog
index c72fa28..2ce2302 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-13 Paul Jakma <paul@dishone.st>
+
+ * command.c: Update the copyright string in the default motd.
+
2004-08-31 David Wiggins <dwiggins@bbn.com>
* hash.c (hash_iterate): Save next pointer before calling
diff --git a/lib/command.c b/lib/command.c
index 088ad38..2ed6252 100644
--- a/lib/command.c
+++ b/lib/command.c
@@ -40,7 +40,7 @@
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. */