diff options
Diffstat (limited to '')
-rw-r--r-- | jnlib/argparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jnlib/argparse.c b/jnlib/argparse.c index ba635585..0e353e4d 100644 --- a/jnlib/argparse.c +++ b/jnlib/argparse.c @@ -900,7 +900,7 @@ strusage( int level ) switch( level ) { case 11: p = "foo"; break; case 13: p = "0.0"; break; - case 14: p = "Copyright (C) 2000 Free Software Foundation, Inc."; break; + case 14: p = "Copyright (C) 2001 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" |