From: Pavel TvrdĂ­k Date: Wed, 22 Apr 2015 10:12:05 +0000 (+0200) Subject: Fixing copyrights at SHA-1 and HMAC-SHA1 libraries X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57453a3c5f32dd7c7162ae62d230fc87f37d6fec;p=thirdparty%2Fbird.git Fixing copyrights at SHA-1 and HMAC-SHA1 libraries --- diff --git a/lib/sha1.c b/lib/sha1.c index 00b6f4675..cd73c52ee 100644 --- a/lib/sha1.c +++ b/lib/sha1.c @@ -3,9 +3,12 @@ * * (c) 2015 CZ.NIC z.s.p.o. * - * Based on the code from libucw6.4 + * Based on the code from libucw-6.4 * (c) 2008--2009 Martin Mares * + * Based on the code from libgcrypt-1.2.3, which is + * (c) 1998, 2001, 2002, 2003 Free Software Foundation, Inc. + * * Can be freely distributed and used under the terms of the GNU GPL. */ diff --git a/lib/sha1.h b/lib/sha1.h index 862e40fe0..cb2a5f141 100644 --- a/lib/sha1.h +++ b/lib/sha1.h @@ -3,9 +3,12 @@ * * (c) 2015 CZ.NIC z.s.p.o. * - * Based on the code from libucw6.4 + * Based on the code from libucw-6.4 * (c) 2008--2009 Martin Mares * + * Based on the code from libgcrypt-1.2.3, which is + * (c) 1998, 2001, 2002, 2003 Free Software Foundation, Inc. + * * Can be freely distributed and used under the terms of the GNU GPL. */ diff --git a/lib/sha1_hmac.c b/lib/sha1_hmac.c index 6eaabea3b..58f0ca202 100644 --- a/lib/sha1_hmac.c +++ b/lib/sha1_hmac.c @@ -3,9 +3,12 @@ * * (c) 2015 CZ.NIC z.s.p.o. * - * Based on the code from libucw6.4 + * Based on the code from libucw-6.4 * (c) 2008--2009 Martin Mares * + * Based on the code from libgcrypt-1.2.3, which is + * (c) 1998, 2001, 2002, 2003 Free Software Foundation, Inc. + * * Can be freely distributed and used under the terms of the GNU GPL. */