diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | jnlib/argparse.c | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -779,7 +779,7 @@ Noteworthy changes in version 1.9.0 (2003-08-05) Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010 Free Software Foundation, Inc. + 2010, 2011 Free Software Foundation, Inc. This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without @@ -3,7 +3,7 @@ Version 2.0 Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. INTRODUCTION diff --git a/configure.ac b/configure.ac index 267c9cb7a..d28e68352 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac - for GnuPG 2.0 # Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -# 2006, 2007, 2008, 2010 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2010, 2011 Free Software Foundation, Inc. # # This file is part of GnuPG. # diff --git a/jnlib/argparse.c b/jnlib/argparse.c index 8b2a9f412..dac68780c 100644 --- a/jnlib/argparse.c +++ b/jnlib/argparse.c @@ -1107,7 +1107,7 @@ strusage( int level ) break; case 11: p = "foo"; break; case 13: p = "0.0"; break; - case 14: p = "Copyright (C) 2009 Free Software Foundation, Inc."; break; + case 14: p = "Copyright (C) 2011 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"; |