summaryrefslogtreecommitdiff
path: root/src/MD4.c
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2009-08-03 16:18:22 -0400
committerDwayne C. Litzenberger <dlitz@dlitz.net>2009-08-03 19:38:40 -0400
commit462069263ca6e3c4fac53351a34391e6cef5a7e7 (patch)
tree883b3e8c7ef9df99dc9e7a32aec68024ed491556 /src/MD4.c
parent5944786da9164499070da3223a9d84b43bbdf836 (diff)
downloadpycrypto-462069263ca6e3c4fac53351a34391e6cef5a7e7.tar.gz
MD4.c: Update the legal notice
I have permission to do this. See the LEGAL directory.
Diffstat (limited to 'src/MD4.c')
-rw-r--r--src/MD4.c22
1 files changed, 19 insertions, 3 deletions
diff --git a/src/MD4.c b/src/MD4.c
index 14ddfdd..51cbd31 100644
--- a/src/MD4.c
+++ b/src/MD4.c
@@ -4,9 +4,25 @@
*
* Part of the Python Cryptography Toolkit
*
- * Distribute and use freely; there are no restrictions on further
- * dissemination and usage except those imposed by the laws of your
- * country of residence.
+ * Originally written by: A.M. Kuchling
+ *
+ * ===================================================================
+ * The contents of this file are dedicated to the public domain. To
+ * the extent that dedication to the public domain is not available,
+ * everyone is granted a worldwide, perpetual, royalty-free,
+ * non-exclusive license to exercise all rights associated with the
+ * contents of this file for any purpose whatsoever.
+ * No rights are reserved.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ * ===================================================================
*
*/