diff options
author | David Shaw <[email protected]> | 2008-03-06 17:22:41 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2008-03-06 17:22:41 +0000 |
commit | 3f4fb20cc371b8220350d77509e23a4ce43a7de2 (patch) | |
tree | a8dde1d757a943cd5771f34055641de3bba8aedc | |
parent | * configure.ac: Post-release update. (diff) | |
download | gnupg-3f4fb20cc371b8220350d77509e23a4ce43a7de2.tar.gz gnupg-3f4fb20cc371b8220350d77509e23a4ce43a7de2.zip |
* argparse.c (default_strusage): Update copyright date.
-rw-r--r-- | util/ChangeLog | 4 | ||||
-rw-r--r-- | util/argparse.c | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/util/ChangeLog b/util/ChangeLog index 2d5e40006..6f1668755 100644 --- a/util/ChangeLog +++ b/util/ChangeLog @@ -1,3 +1,7 @@ +2008-03-06 David Shaw <[email protected]> + + * argparse.c (default_strusage): Update copyright date. + 2007-10-23 Werner Koch <[email protected]> Switched entire package to GPLv3+. The parts taken from libassuan diff --git a/util/argparse.c b/util/argparse.c index 601f6660e..164009062 100644 --- a/util/argparse.c +++ b/util/argparse.c @@ -1,6 +1,6 @@ /* [argparse.c wk 17.06.97] Argument Parser for option handling - * Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, - * 2007 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007, + * 2008 Free Software Foundation, Inc. * * This file is part of GnuPG. * @@ -917,7 +917,7 @@ default_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"; |