From: Niels Möller Date: Fri, 2 Sep 2011 20:05:06 +0000 (+0200) Subject: Updated copyright headers. X-Git-Tag: nettle_2.4_release_20110903~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f21e6d385d6633476013ce9d4bddbc9c3af335b;p=thirdparty%2Fnettle.git Updated copyright headers. Rev: nettle/ripemd160-compress.c:1.3 Rev: nettle/ripemd160.c:1.4 --- diff --git a/ripemd160-compress.c b/ripemd160-compress.c index dbc01a98..ca815fe4 100644 --- a/ripemd160-compress.c +++ b/ripemd160-compress.c @@ -1,4 +1,7 @@ -/* ripemd160-compress.c - RIPE-MD160 (Transform function) +/* ripemd160-compress.c - RIPE-MD160 (Transform function) */ + +/* nettle, low-level cryptographics library + * * Copyright (C) 1998, 2001, 2002, 2003 Free Software Foundation, Inc. * * The nettle library is free software; you can redistribute it and/or modify diff --git a/ripemd160.c b/ripemd160.c index 3f490046..14bc9706 100644 --- a/ripemd160.c +++ b/ripemd160.c @@ -1,5 +1,9 @@ -/* ripemd160.c - RIPE-MD160 +/* ripemd160.c - RIPE-MD160 */ + +/* nettle, low-level cryptographics library + * * Copyright (C) 1998, 2001, 2002, 2003 Free Software Foundation, Inc. + * Copyright (C) 2011 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by