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 #pragma ident "%Z%%M% %I% %E% SMI" 31 32 #ifdef __cplusplus 33 extern "C" { 34 #endif 35 36 /* 37 * Copyright (C) 1996 by the Massachusetts Institute of Technology 38 */ 39 40 /* 41 * Copyright 1994 Cygnus Support 42 * Mark W. Eichin 43 */ 44 45 /* 46 * Copyright (c) 1990 Regents of the University of Michigan. 47 * All Rights Reserved. 48 */ 49 50 /* 51 * Copyright (c) 1991, 1993 52 * The Regents of the University of California. All rights reserved. 53 */ 54 55 /* 56 * Copyright 1987, 1998 by the Student Informatiion Processing Board 57 * of the Massachusetts Institute of Technology 58 */ 59 60 /* 61 * Copyright (c) 1993, 1994 C Consortium 62 * 63 * Permission is hereby granted, free of charge, to any person obtaining a copy 64 * of this software and associated documentation file (the "Software"), to deal 65 * in the Software without restriction, including without limitation the rights 66 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 67 * copies of the Software, and to permit persons to whom the Software is 68 * furnished to do so, subject to the following conditions: 69 * 70 * The above copyright notice and this permission notice shall be included in 71 * all copies or substantial portions of the Software. 72 * 73 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 74 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 75 * FITNESS FOR PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 76 * X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN 77 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 78 * CONNECTION WITH THE SOFTWARE OR THE USE OF OTHER DEALINGS IN THE SOFTWARE. 79 * 80 * Except as contained in this notice, the name of the X Consortium shall not be 81 * used in advertising or otherwise to promote the sale, use or other dealings 82 * in this Software without prior written authorization from the X Consortium. 83 */ 84 85 /* 86 * Copyright 1992 Network Computing Devices, Inc. 87 */ 88 89 /* 90 * Copyright 1995 by Richard P. Basch. All Rights Reserved. 91 * Copyright 1995 by Lehman Brotchers, Inc. All Rights Reserved. 92 */ 93 94 /* 95 * Copyright (C) 1990, RSA Data Security, Inc. All rights reserved. 96 * 97 * License to copy and use this software is granted provided that 98 * it is identified as the "RSA Data Security, Inc. MD5 Message 99 * Digest Algorithm" in all material mentioning or referencing this 100 * software or this function. 101 * 102 * License is also granted to make and use derivative works 103 * provided that such works are identified as "derived from the RSA 104 * Data Security, Inc. MD4 Message Digest Algorithm" in all 105 * material mentioning or referencing the derived work. 106 * 107 * RSA Data Security, Inc. make no representations concerning 108 * either the merchantability of this software or the suitability 109 * of this software for any particular purpose. It is provided "as 110 * is" without express or implied warranty of any kind. 111 * 112 * These notices must be retained in any copies of any part of this 113 * documentation and/or software. 114 * 115 */ 116 117 118 119 120 #ifdef __cplusplus 121 } 122 #endif 123 124 125 #endif /* _MIT_COPYRIGHT_H */ 126