diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-06-03 22:20:45 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-06-03 22:20:45 +0000 |
commit | d82cbad05922b34f5dacce3ffc4e8e5cec7a9fca (patch) | |
tree | f23b9a0bfcc15a8bdaebb103d4d2507c2139da7d /lib/libc/md/md5.copyright | |
parent | 922fa08b4ed7e47e63768a64bf4432302b3ffd83 (diff) |
Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$
Diffstat (limited to 'lib/libc/md/md5.copyright')
-rw-r--r-- | lib/libc/md/md5.copyright | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/libc/md/md5.copyright b/lib/libc/md/md5.copyright new file mode 100644 index 00000000000..b892ff0b707 --- /dev/null +++ b/lib/libc/md/md5.copyright @@ -0,0 +1,21 @@ +.\" $OpenBSD: md5.copyright,v 1.1 1996/06/03 22:20:42 niklas Exp $ +Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All +rights reserved. + +License to copy and use this software is granted provided that it +is identified as the "RSA Data Security, Inc. MD5 Message-Digest +Algorithm" in all material mentioning or referencing this software +or this function. + +License is also granted to make and use derivative works provided +that such works are identified as "derived from the RSA Data +Security, Inc. MD5 Message-Digest Algorithm" in all material +mentioning or referencing the derived work. + +RSA Data Security, Inc. makes no representations concerning either +the merchantability of this software or the suitability of this +software for any particular purpose. It is provided "as is" +without express or implied warranty of any kind. + +These notices must be retained in any copies of any part of this +documentation and/or software. |