1 Copyright (c) 2001 Carnegie Mellon University.  All rights reserved.
2
3 Redistribution and use in source and binary forms, with or without
4 modification, are permitted provided that the following conditions
5 are met:
6
7 1. Redistributions of source code must retain the above copyright
8    notice, this list of conditions and the following disclaimer.
9
10 2. Redistributions in binary form must reproduce the above copyright
11    notice, this list of conditions and the following disclaimer in
12    the documentation and/or other materials provided with the
13    distribution.
14
15 3. The name "Carnegie Mellon University" must not be used to
16    endorse or promote products derived from this software without
17    prior written permission. For permission or any other legal
18    details, please contact
19      Office of Technology Transfer
20      Carnegie Mellon University
21      5000 Forbes Avenue
22      Pittsburgh, PA  15213-3890
23      (412) 268-4387, fax: (412) 268-7395
24      tech-transfer@andrew.cmu.edu
25
26 4. Redistributions of any form whatsoever must retain the following
27    acknowledgment:
28    "This product includes software developed by Computing Services
29     at Carnegie Mellon University (http://www.cmu.edu/computing/)."
30
31 CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
32 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
33 AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
34 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
35 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
36 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
37 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
38
39
40Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
41rights reserved.
42
43License to copy and use this software is granted provided that it
44is identified as the "RSA Data Security, Inc. MD5 Message-Digest
45Algorithm" in all material mentioning or referencing this software
46or this function.
47
48License is also granted to make and use derivative works provided
49that such works are identified as "derived from the RSA Data
50Security, Inc. MD5 Message-Digest Algorithm" in all material
51mentioning or referencing the derived work.
52
53RSA Data Security, Inc. makes no representations concerning either
54the merchantability of this software or the suitability of this
55software for any particular purpose. It is provided "as is"
56without express or implied warranty of any kind.
57
58These notices must be retained in any copies of any part of this
59documentation and/or software.
60
61
62 This module contains code made available by IBM
63 Corporation on an AS IS basis.  Any one receiving the
64 module is considered to be licensed under IBM copyrights
65 to use the IBM-provided source code in any way he or she
66 deems fit, including copying it, compiling it, modifying
67 it, and redistributing it, with or without
68 modifications.  No license under any IBM patents or
69 patent applications is to be implied from this copyright
70 license.
71
72 A user of the module should understand that IBM cannot
73 provide technical support for the module and will not be
74 responsible for any consequences of use of the program.
75
76 Any notices, including this one, are not to be removed
77 from the module without the prior written consent of
78 IBM.
79