]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Updated copyright headers.
authorNiels Möller <nisse@lysator.liu.se>
Fri, 2 Sep 2011 20:05:06 +0000 (22:05 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 2 Sep 2011 20:05:06 +0000 (22:05 +0200)
Rev: nettle/ripemd160-compress.c:1.3
Rev: nettle/ripemd160.c:1.4

ripemd160-compress.c
ripemd160.c

index dbc01a984b1f98fe1708f22be3ee2e13078abff7..ca815fe4dbce47e2f2c0a0ed1a21926e13289530 100644 (file)
@@ -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
index 3f490046ca8dd512681a9d8139ecfa3670e122c5..14bc97060ae47e215f2f7888a9b02e728abc683d 100644 (file)
@@ -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