summaryrefslogtreecommitdiff
path: root/md2.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2004-01-10 23:49:19 +0100
committerNiels Möller <nisse@lysator.liu.se>2004-01-10 23:49:19 +0100
commit560be67e6363abd837bade0217266f7a1cc71c67 (patch)
tree4e6601717cd3f3ce97820a7b8ff89fa112492be8 /md2.c
parentd3c27c63fd5f9fc768dccc21eea92d48d2228596 (diff)
downloadnettle-560be67e6363abd837bade0217266f7a1cc71c67.tar.gz
Updated copyright information.
Rev: src/nettle/md2.c:1.3 Rev: src/nettle/md4.c:1.3
Diffstat (limited to 'md2.c')
-rw-r--r--md2.c19
1 files changed, 17 insertions, 2 deletions
diff --git a/md2.c b/md2.c
index d96ebefb..ae2abb56 100644
--- a/md2.c
+++ b/md2.c
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
- * Copyright (C) 2003 Niels Möller
+ * Copyright (C) 2003 Niels Möller, Andreas Sigfridsson
*
* 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
@@ -24,7 +24,22 @@
*/
/* This code originates from the Python Cryptography Toolkit, version 1.0.1.
- Further hacked by Andreas Sigfridsson and Niels Möller */
+ Further hacked by Andreas Sigfridsson and Niels Möller. Original license:
+
+ ===================================================================
+ Distribute and use freely; there are no restrictions on further
+ dissemination and usage except those imposed by the laws of your
+ country of residence. This software is provided "as is" without
+ warranty of fitness for use or suitability for any purpose, express
+ or implied. Use at your own risk or not at all.
+ ===================================================================
+
+ Incorporating the code into commercial products is permitted; you do
+ not have to make source available or contribute your changes back
+ (though that would be nice).
+
+ --amk (www.amk.ca) */
+
#if HAVE_CONFIG_H
# include "config.h"
#endif