summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2016-04-15 15:48:24 +0200
committerWerner Koch <wk@gnupg.org>2016-04-15 15:48:24 +0200
commit795f9cb090c776658a0e3117996e3fb7e2ebd94a (patch)
treeff665bad913ca52dd72efb34210fdff8e103a680 /AUTHORS
parent1737c546dc7268fa9edcd4a23b7439c56d37ee4f (diff)
downloadlibgcrypt-795f9cb090c776658a0e3117996e3fb7e2ebd94a.tar.gz
Release 1.7.0libgcrypt-1.7.0
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS19
1 files changed, 9 insertions, 10 deletions
diff --git a/AUTHORS b/AUTHORS
index b19612b1..f89d585d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,7 @@
Library: Libgcrypt
-Homepage: http://www.gnu.org/software/libgcrypt/
-Download: ftp://ftp.gnupg.org/gcrypt/libgcrypt/
+Homepage: https://www.gnupg.org/related_software/libgcrypt/
+Download: https://ftp.gnupg.org/ftp/gcrypt/libgcrypt/
+ ftp://ftp.gnupg.org/gcrypt/libgcrypt/
Repository: git://git.gnupg.org/libgcrypt.git
Maintainer: Werner Koch <wk@gnupg.org>
Bug reports: https://bugs.gnupg.org
@@ -8,6 +9,7 @@ Security related bug reports: <security@gnupg.org>
License (library): LGPLv2.1+
License (manual and tools): GPLv2+
+
Libgcrypt is free software. See the files COPYING.LIB and COPYING for
copying conditions, and LICENSES for notices about a few contributions
that require these additional notices to be distributed. License
@@ -19,7 +21,7 @@ year that would otherwise be listed individually.
List of Copyright holders
=========================
- Copyright (C) 1989,1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1989,1991-2016 Free Software Foundation, Inc.
Copyright (C) 1994 X Consortium
Copyright (C) 1996 L. Peter Deutsch
Copyright (C) 1997 Werner Koch
@@ -28,12 +30,13 @@ List of Copyright holders
Copyright (C) 1996-2006 Peter Gutmann, Matt Thomlinson and Blake Coverett
Copyright (C) 2003 Nikos Mavroyanopoulos
Copyright (C) 2006-2007 NTT (Nippon Telegraph and Telephone Corporation)
- Copyright (C) 2012-2013 g10 Code GmbH
+ Copyright (C) 2012-2016 g10 Code GmbH
Copyright (C) 2012 Simon Josefsson, Niels Möller
Copyright (c) 2012 Intel Corporation
Copyright (C) 2013 Christian Grothoff
- Copyright (C) 2013 Jussi Kivilinna
- Copyright (C) 2013 Dmitry Eremin-Solenikov
+ Copyright (C) 2013-2016 Jussi Kivilinna
+ Copyright (C) 2013-2014 Dmitry Eremin-Solenikov
+ Copyright (C) 2014 Stephan Mueller
Authors with a FSF copyright assignment
@@ -193,10 +196,6 @@ More credits
Libgcrypt used to be part of GnuPG but has been taken out into its own
package on 2000-12-21.
-The ATH implementation (src/ath*) has been taken from GPGME and
-relicensed to the LGPL by the copyright holder of GPGME (g10 Code
-GmbH); it is now considered to be a part of Libgcrypt.
-
Most of the stuff in mpi has been taken from an old GMP library
version by Torbjorn Granlund <tege@noisy.tmg.se>.