1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-22 15:11:41 +02:00

* argparse.c (default_strusage): Update copyright date.

This commit is contained in:
David Shaw 2008-03-06 17:22:41 +00:00
parent dbc73b3d53
commit 3f4fb20cc3
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2008-03-06 David Shaw <dshaw@jabberwocky.com>
* argparse.c (default_strusage): Update copyright date.
2007-10-23 Werner Koch <wk@g10code.com> 2007-10-23 Werner Koch <wk@g10code.com>
Switched entire package to GPLv3+. The parts taken from libassuan Switched entire package to GPLv3+. The parts taken from libassuan

View File

@ -1,6 +1,6 @@
/* [argparse.c wk 17.06.97] Argument Parser for option handling /* [argparse.c wk 17.06.97] Argument Parser for option handling
* Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, * Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007,
* 2007 Free Software Foundation, Inc. * 2008 Free Software Foundation, Inc.
* *
* This file is part of GnuPG. * This file is part of GnuPG.
* *
@ -917,7 +917,7 @@ default_strusage( int level )
break; break;
case 11: p = "foo"; break; case 11: p = "foo"; break;
case 13: p = "0.0"; 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 = case 15: p =
"This is free software: you are free to change and redistribute it.\n" "This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n"; "There is NO WARRANTY, to the extent permitted by law.\n";