xref: /titanic_50/usr/src/lib/libpkg/THIRDPARTYLICENSE (revision 5c51f1241dbbdf2656d0e10011981411ed0c9673)
1*5c51f124SMoriah Waterland * ====================================================================
2*5c51f124SMoriah Waterland * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
3*5c51f124SMoriah Waterland *
4*5c51f124SMoriah Waterland * Redistribution and use in source and binary forms, with or without
5*5c51f124SMoriah Waterland * modification, are permitted provided that the following conditions
6*5c51f124SMoriah Waterland * are met:
7*5c51f124SMoriah Waterland *
8*5c51f124SMoriah Waterland * 1. Redistributions of source code must retain the above copyright
9*5c51f124SMoriah Waterland *    notice, this list of conditions and the following disclaimer.
10*5c51f124SMoriah Waterland *
11*5c51f124SMoriah Waterland * 2. Redistributions in binary form must reproduce the above copyright
12*5c51f124SMoriah Waterland *    notice, this list of conditions and the following disclaimer in
13*5c51f124SMoriah Waterland *    the documentation and/or other materials provided with the
14*5c51f124SMoriah Waterland *    distribution.
15*5c51f124SMoriah Waterland *
16*5c51f124SMoriah Waterland * 3. All advertising materials mentioning features or use of this
17*5c51f124SMoriah Waterland *    software must display the following acknowledgment:
18*5c51f124SMoriah Waterland *    "This product includes software developed by the OpenSSL Project
19*5c51f124SMoriah Waterland *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
20*5c51f124SMoriah Waterland *
21*5c51f124SMoriah Waterland * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
22*5c51f124SMoriah Waterland *    endorse or promote products derived from this software without
23*5c51f124SMoriah Waterland *    prior written permission. For written permission, please contact
24*5c51f124SMoriah Waterland *    licensing@OpenSSL.org.
25*5c51f124SMoriah Waterland *
26*5c51f124SMoriah Waterland * 5. Products derived from this software may not be called "OpenSSL"
27*5c51f124SMoriah Waterland *    nor may "OpenSSL" appear in their names without prior written
28*5c51f124SMoriah Waterland *    permission of the OpenSSL Project.
29*5c51f124SMoriah Waterland *
30*5c51f124SMoriah Waterland * 6. Redistributions of any form whatsoever must retain the following
31*5c51f124SMoriah Waterland *    acknowledgment:
32*5c51f124SMoriah Waterland *    "This product includes software developed by the OpenSSL Project
33*5c51f124SMoriah Waterland *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
34*5c51f124SMoriah Waterland *
35*5c51f124SMoriah Waterland * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
36*5c51f124SMoriah Waterland * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
37*5c51f124SMoriah Waterland * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
38*5c51f124SMoriah Waterland * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
39*5c51f124SMoriah Waterland * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
40*5c51f124SMoriah Waterland * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
41*5c51f124SMoriah Waterland * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
42*5c51f124SMoriah Waterland * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
43*5c51f124SMoriah Waterland * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
44*5c51f124SMoriah Waterland * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
45*5c51f124SMoriah Waterland * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
46*5c51f124SMoriah Waterland * OF THE POSSIBILITY OF SUCH DAMAGE.
47*5c51f124SMoriah Waterland * ====================================================================
48*5c51f124SMoriah Waterland *
49*5c51f124SMoriah Waterland * This product includes cryptographic software written by Eric Young
50*5c51f124SMoriah Waterland * (eay@cryptsoft.com).  This product includes software written by Tim
51*5c51f124SMoriah Waterland * Hudson (tjh@cryptsoft.com).
52