diff options
Diffstat (limited to 'jnlib/argparse.c')
-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 c4fb057c2..c9cb7d32e 100644 --- a/jnlib/argparse.c +++ b/jnlib/argparse.c @@ -905,7 +905,7 @@ strusage( int level ) switch( level ) { case 11: p = "foo"; break; case 13: p = "0.0"; break; - case 14: p = "Copyright (C) 2006 Free Software Foundation, Inc."; break; + case 14: p = "Copyright (C) 2007 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" |