aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib/argparse.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-02-22 15:47:18 +0000
committerWerner Koch <[email protected]>2008-02-22 15:47:18 +0000
commitf5f14d6556d2541ae32812e9f15263abb9a769f3 (patch)
tree7c8fc55d2af9db1be9c80da87b2a66c38e613700 /jnlib/argparse.c
parentFixed release creation. (diff)
downloadgnupg-f5f14d6556d2541ae32812e9f15263abb9a769f3.tar.gz
gnupg-f5f14d6556d2541ae32812e9f15263abb9a769f3.zip
Add some tests.
Diffstat (limited to '')
-rw-r--r--jnlib/argparse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/jnlib/argparse.c b/jnlib/argparse.c
index 3104db40e..f9958cb89 100644
--- a/jnlib/argparse.c
+++ b/jnlib/argparse.c
@@ -1,6 +1,6 @@
/* [argparse.c wk 17.06.97] Argument Parser for option handling
* Copyright (C) 1998, 1999, 2000, 2001, 2006
- * 2007 Free Software Foundation, Inc.
+ * 2007, 2008 Free Software Foundation, Inc.
*
* This file is part of JNLIB.
*
@@ -946,7 +946,7 @@ strusage( int level )
break;
case 11: p = "foo"; break;
case 13: p = "0.0"; break;
- case 14: p = "Copyright (C) 2007 Free Software Foundation, Inc."; break;
+ case 14: p = "Copyright (C) 2008 Free Software Foundation, Inc."; break;
case 15: p =
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n";