diff options
author | Werner Koch <wk@gnupg.org> | 2012-12-03 20:17:48 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2012-12-03 20:47:38 +0100 |
commit | f17e4d920c8a18007a98830dd13163ff19616202 (patch) | |
tree | 60fb94ff390c2517679d6e9d108a93ceb1699acb /compat/compat.c | |
parent | 76c622e24a07f7c826812be173aa173b4334776b (diff) | |
download | libgcrypt-f17e4d920c8a18007a98830dd13163ff19616202.tar.gz |
Update the copyright years.
--
Diffstat (limited to 'compat/compat.c')
-rw-r--r-- | compat/compat.c | 2 |
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; } |