1 /*
2  * CDDL HEADER START
3  *
4  * The contents of this file are subject to the terms of the
5  * Common Development and Distribution License, Version 1.0 only
6  * (the "License").  You may not use this file except in compliance
7  * with the License.
8  *
9  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10  * or http://www.opensolaris.org/os/licensing.
11  * See the License for the specific language governing permissions
12  * and limitations under the License.
13  *
14  * When distributing Covered Code, include this CDDL HEADER in each
15  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16  * If applicable, add the following below this CDDL HEADER, with the
17  * fields enclosed by brackets "[]" replaced with your own identifying
18  * information: Portions Copyright [yyyy] [name of copyright owner]
19  *
20  * CDDL HEADER END
21  */
22 /*
23  * Copyright (c) 1998, by Sun Microsystems, Inc.
24  * All rights reserved.
25  */
26 
27 #ifndef	_MIT_COPYRIGHT_H
28 #define	_MIT_COPYRIGHT_H
29 
30 #ifdef	__cplusplus
31 extern "C" {
32 #endif
33 
34 /*
35  * Copyright (C) 1996 by the Massachusetts Institute of Technology
36  */
37 
38 /*
39  * Copyright 1994 Cygnus Support
40  * Mark W. Eichin
41  */
42 
43 /*
44  * Copyright (c) 1990 Regents of the University of Michigan.
45  * All Rights Reserved.
46  */
47 
48 /*
49  * Copyright (c) 1991, 1993
50  *	The Regents of the University of California. All rights reserved.
51  */
52 
53 /*
54  * Copyright 1987, 1998 by the Student Informatiion Processing Board
55  *	of the Massachusetts Institute of Technology
56  */
57 
58 /*
59  * Copyright (c) 1993, 1994 C Consortium
60  *
61  * Permission is hereby granted, free of charge, to any person obtaining a copy
62  * of this software and associated documentation file (the "Software"), to deal
63  * in the Software without restriction, including without limitation the rights
64  * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
65  * copies of the Software, and to permit persons to whom the Software is
66  * furnished to do so, subject to the following conditions:
67  *
68  * The above copyright notice and this permission notice shall be included in
69  * all copies or substantial portions of the Software.
70  *
71  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
72  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
73  * FITNESS FOR PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
74  * X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN
75  * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
76  * CONNECTION WITH THE SOFTWARE OR THE USE OF OTHER DEALINGS IN THE SOFTWARE.
77  *
78  * Except as contained in this notice, the name of the X Consortium shall not be
79  * used in advertising or otherwise to promote the sale, use or other dealings
80  * in this Software without prior written authorization from the X Consortium.
81  */
82 
83 /*
84  * Copyright 1992 Network Computing Devices, Inc.
85  */
86 
87 /*
88  * Copyright 1995 by Richard P. Basch. All Rights Reserved.
89  * Copyright 1995 by Lehman Brotchers, Inc. All Rights Reserved.
90  */
91 
92 /*
93  *	Copyright (C) 1990, RSA Data Security, Inc. All rights reserved.
94  *
95  *	License to copy and use this software is granted provided that
96  *	it is identified as the "RSA Data Security, Inc. MD5 Message
97  *	Digest Algorithm" in all material mentioning or referencing this
98  *	software or this function.
99  *
100  *	License is also granted to make and use derivative works
101  *	provided that such works are identified as "derived from the RSA
102  *	Data Security, Inc. MD4 Message Digest Algorithm" in all
103  *	material mentioning or referencing the derived work.
104  *
105  *	RSA Data Security, Inc. make no representations concerning
106  *	either the merchantability of this software or the suitability
107  *	of this software for any particular purpose.  It is provided "as
108  *	is" without express or implied warranty of any kind.
109  *
110  *	These notices must be retained in any copies of any part of this
111  *	documentation and/or software.
112  *
113  */
114 
115 
116 
117 
118 #ifdef	__cplusplus
119 }
120 #endif
121 
122 
123 #endif	/* _MIT_COPYRIGHT_H */
124