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