From: Ian Jackson Date: Thu, 30 Dec 2021 00:07:30 +0000 (+0000) Subject: README, copyright: add missing credits for base91 X-Git-Tag: v0.6.2~25 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1c926eb44da3780d230e32a26240fa251a1c8f1e;p=secnet.git README, copyright: add missing credits for base91 Signed-off-by: Ian Jackson --- diff --git a/CREDITS b/CREDITS index e326cb8..927e8fb 100644 --- a/CREDITS +++ b/CREDITS @@ -10,6 +10,9 @@ Free Software Foundation and Scott G. Miller - SHA-512 implementation Free Software Foundation and Paul Eggert - u64.h Massachusetts Institute of Technology - install-sh +Joachim Henkea - base91 specificaation and C implementation +Adrien Béraud, Guillaume Jacquenot, SunDwarf aka eyesismine - base91 python + Simon Tatham, Jonathan Amery, Ian Jackson - testing and debugging Simon Tatham - RSA signatures using Chinese Remainder Theorem Simon Tatham - endianness cleanups in transform.c diff --git a/README b/README index 200da37..413f0d1 100644 --- a/README +++ b/README @@ -10,6 +10,10 @@ secnet is Copyright 1993 Colin Plumb Copyright 1998 James H. Brown, Steve Reid Copyright 2000 Vincent Rijmen, Antoon Bosselaers, Paulo Barreto + Copyright 2000-2006 Joachim Henkea + Copyright 2012-2016 Adrien Béraud + Copyright 2015 Guillaume Jacquenot + Copyright 2016 SunDwarf aka eyesismine Copyright 2001 Saul Kravitz Copyright 2004 Fabrice Bellard Copyright 2002 Guido Draheim @@ -31,7 +35,8 @@ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -The file COPYING contains a copy of the GNU GPL v3. +The file COPYING contains a copy of the GNU GPL v3. Some of the +source code has more liberal licences, all GPLv3+-compatible. * Introduction diff --git a/debian/copyright b/debian/copyright index 243dbd0..2b7962c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,6 +8,10 @@ secnet is Copyright 1993 Colin Plumb Copyright 1998 James H. Brown, Steve Reid Copyright 2000 Vincent Rijmen, Antoon Bosselaers, Paulo Barreto + Copyright 2000-2006 Joachim Henkea + Copyright 2012-2016 Adrien Béraud + Copyright 2015 Guillaume Jacquenot + Copyright 2016 SunDwarf aka eyesismine Copyright 2001 Saul Kravitz Copyright 2004 Fabrice Bellard Copyright 2002 Guido Draheim @@ -31,3 +35,6 @@ secnet is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +(Some portions of the source code have more liberal licences, all of +which are GPLv3+-compatible.)