From 2f21e6d385d6633476013ce9d4bddbc9c3af335b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 2 Sep 2011 22:05:06 +0200 Subject: [PATCH] Updated copyright headers. Rev: nettle/ripemd160-compress.c:1.3 Rev: nettle/ripemd160.c:1.4 --- ripemd160-compress.c | 5 ++++- ripemd160.c | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) 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 -- GitLab