[svn] GnuPG - r4704 - branches/STABLE-BRANCH-1-4/util
svn author dshaw
cvs at cvs.gnupg.org
Thu Mar 6 18:22:42 CET 2008
Author: dshaw
Date: 2008-03-06 18:22:41 +0100 (Thu, 06 Mar 2008)
New Revision: 4704
Modified:
branches/STABLE-BRANCH-1-4/util/ChangeLog
branches/STABLE-BRANCH-1-4/util/argparse.c
Log:
* argparse.c (default_strusage): Update copyright date.
Modified: branches/STABLE-BRANCH-1-4/util/ChangeLog
===================================================================
--- branches/STABLE-BRANCH-1-4/util/ChangeLog 2008-03-06 17:19:34 UTC (rev 4703)
+++ branches/STABLE-BRANCH-1-4/util/ChangeLog 2008-03-06 17:22:41 UTC (rev 4704)
@@ -1,3 +1,7 @@
+2008-03-06 David Shaw <dshaw at jabberwocky.com>
+
+ * argparse.c (default_strusage): Update copyright date.
+
2007-10-23 Werner Koch <wk at g10code.com>
Switched entire package to GPLv3+. The parts taken from libassuan
Modified: branches/STABLE-BRANCH-1-4/util/argparse.c
===================================================================
--- branches/STABLE-BRANCH-1-4/util/argparse.c 2008-03-06 17:19:34 UTC (rev 4703)
+++ branches/STABLE-BRANCH-1-4/util/argparse.c 2008-03-06 17:22:41 UTC (rev 4704)
@@ -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 @@
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";
More information about the Gnupg-commits
mailing list