summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2013-12-16 17:38:55 +0100
committerWerner Koch <wk@gnupg.org>2013-12-16 17:39:09 +0100
commit0ea9731e1c93a962f6266004ab0e7418c19d6277 (patch)
tree0b7c5584e418c5220db9e45f62e73e00fe5ec77b /compat
parent9a912f8c4f366c53f1cdb94513b67b937e87178b (diff)
downloadlibgcrypt-0ea9731e1c93a962f6266004ab0e7418c19d6277.tar.gz
Release 1.6.0.
Diffstat (limited to 'compat')
-rw-r--r--compat/compat.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/compat/compat.c b/compat/compat.c
index d2591304..5678067a 100644
--- a/compat/compat.c
+++ b/compat/compat.c
@@ -25,12 +25,14 @@
const char *
_gcry_compat_identification (void)
{
+ /* For complete list of copyright holders see the file AUTHORS in
+ the source distribution. */
static const char blurb[] =
"\n\n"
"This is Libgcrypt " PACKAGE_VERSION " - The GNU Crypto Library\n"
- "Copyright 2000, 2002, 2003, 2004, 2007, 2008, 2009,\n"
- " 2010, 2011, 2012 Free Software Foundation, Inc.\n"
- "Copyright 2012, 2013 g10 Code GmbH\n"
+ "Copyright (C) 2000-2012 Free Software Foundation, Inc.\n"
+ "Copyright (C) 2012-2013 g10 Code GmbH\n"
+ "Copyright (C) 2013 Jussi Kivilinna\n"
"\n"
"(" BUILD_REVISION " " BUILD_TIMESTAMP ")\n"
"\n\n";