aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util/ChangeLog4
-rw-r--r--util/argparse.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/util/ChangeLog b/util/ChangeLog
index bd12a0e1e..b12107f7b 100644
--- a/util/ChangeLog
+++ b/util/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-05 Werner Koch <[email protected]>
+
+ * argparse.c (default_strusage): Set default copyright date to 2002.
+
2002-01-02 Stefan Bellon <[email protected]>
* iobuf.c [__riscos__]: Updated include file name.
diff --git a/util/argparse.c b/util/argparse.c
index 35144560a..96d4c2d51 100644
--- a/util/argparse.c
+++ b/util/argparse.c
@@ -899,7 +899,7 @@ default_strusage( int level )
switch( level ) {
case 11: p = "foo"; break;
case 13: p = "0.0"; break;
- case 14: p = "Copyright (C) 2001 Free Software Foundation, Inc."; break;
+ case 14: p = "Copyright (C) 2002 Free Software Foundation, Inc."; break;
case 15: p =
"This program comes with ABSOLUTELY NO WARRANTY.\n"
"This is free software, and you are welcome to redistribute it\n"