aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-01-11 18:49:08 +0000
committerWerner Koch <[email protected]>2011-01-11 18:49:08 +0000
commit56b2bc257a84a7fa9691dea4d01e9478ed779ea1 (patch)
tree46c20156a6603c8bf720318190f21d53c455b148
parentAdd gpgtar backport (diff)
downloadgnupg-56b2bc257a84a7fa9691dea4d01e9478ed779ea1.tar.gz
gnupg-56b2bc257a84a7fa9691dea4d01e9478ed779ea1.zip
Update copyright year.
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--configure.ac2
-rw-r--r--jnlib/argparse.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index a24b4a993..ece5d3f9c 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/README b/README
index 626c9a178..5ba647cae 100644
--- a/README
+++ b/README
@@ -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";