summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2012-12-03 20:17:48 +0100
committerWerner Koch <wk@gnupg.org>2012-12-03 20:47:38 +0100
commitf17e4d920c8a18007a98830dd13163ff19616202 (patch)
tree60fb94ff390c2517679d6e9d108a93ceb1699acb /compat
parent76c622e24a07f7c826812be173aa173b4334776b (diff)
downloadlibgcrypt-f17e4d920c8a18007a98830dd13163ff19616202.tar.gz
Update the copyright years.
--
Diffstat (limited to 'compat')
-rw-r--r--compat/compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/compat.c b/compat/compat.c
index e2a03933..96889d32 100644
--- a/compat/compat.c
+++ b/compat/compat.c
@@ -29,7 +29,7 @@ _gcry_compat_identification (void)
"\n\n"
"This is Libgcrypt " PACKAGE_VERSION " - The GNU Crypto Library\n"
"Copyright 2000, 2002, 2003, 2004, 2007, 2008, 2009,\n"
- " 2010, 2011 Free Software Foundation, Inc.\n"
+ " 2010, 2011, 2012 Free Software Foundation, Inc.\n"
"\n\n";
return blurb;
}