Fix macOS build warning.
[libdcp.git] / LICENSE.OpenSSL
1 Certain source files in this program permit linking with the OpenSSL
2 library (http://www.openssl.org), which otherwise wouldn't be allowed
3 under the GPL.  For purposes of identifying OpenSSL, most source files
4 giving this permission limit it to versions of OpenSSL having a license
5 identical to that listed in this file (LICENSE.OpenSSL).  It is not
6 necessary for the copyright years to match between this file and the
7 OpenSSL version in question.  However, note that because this file is
8 an extension of the license statements of these source files, this file
9 may not be changed except with permission from all copyright holders
10 of source files in this program which reference this file.
11
12
13   LICENSE ISSUES
14   ==============
15
16   The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
17   the OpenSSL License and the original SSLeay license apply to the toolkit.
18   See below for the actual license texts. Actually both licenses are BSD-style
19   Open Source licenses. In case of any license issues related to OpenSSL
20   please contact openssl-core@openssl.org.
21
22   OpenSSL License
23   ---------------
24
25 /* ====================================================================
26  * Copyright (c) 1998-2001 The OpenSSL Project.  All rights reserved.
27  *
28  * Redistribution and use in source and binary forms, with or without
29  * modification, are permitted provided that the following conditions
30  * are met:
31  *
32  * 1. Redistributions of source code must retain the above copyright
33  *    notice, this list of conditions and the following disclaimer.
34  *
35  * 2. Redistributions in binary form must reproduce the above copyright
36  *    notice, this list of conditions and the following disclaimer in
37  *    the documentation and/or other materials provided with the
38  *    distribution.
39  *
40  * 3. All advertising materials mentioning features or use of this
41  *    software must display the following acknowledgment:
42  *    "This product includes software developed by the OpenSSL Project
43  *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
44  *
45  * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
46  *    endorse or promote products derived from this software without
47  *    prior written permission. For written permission, please contact
48  *    openssl-core@openssl.org.
49  *
50  * 5. Products derived from this software may not be called "OpenSSL"
51  *    nor may "OpenSSL" appear in their names without prior written
52  *    permission of the OpenSSL Project.
53  *
54  * 6. Redistributions of any form whatsoever must retain the following
55  *    acknowledgment:
56  *    "This product includes software developed by the OpenSSL Project
57  *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
58  *
59  * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
60  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
61  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
62  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
63  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
64  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
65  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
66  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
67  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
68  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
69  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
70  * OF THE POSSIBILITY OF SUCH DAMAGE.
71  * ====================================================================
72  *
73  * This product includes cryptographic software written by Eric Young
74  * (eay@cryptsoft.com).  This product includes software written by Tim
75  * Hudson (tjh@cryptsoft.com).
76  *
77  */
78
79  Original SSLeay License
80  -----------------------
81
82 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
83  * All rights reserved.
84  *
85  * This package is an SSL implementation written
86  * by Eric Young (eay@cryptsoft.com).
87  * The implementation was written so as to conform with Netscapes SSL.
88  *
89  * This library is free for commercial and non-commercial use as long as
90  * the following conditions are aheared to.  The following conditions
91  * apply to all code found in this distribution, be it the RC4, RSA,
92  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
93  * included with this distribution is covered by the same copyright terms
94  * except that the holder is Tim Hudson (tjh@cryptsoft.com).
95  *
96  * Copyright remains Eric Young's, and as such any Copyright notices in
97  * the code are not to be removed.
98  * If this package is used in a product, Eric Young should be given attribution
99  * as the author of the parts of the library used.
100  * This can be in the form of a textual message at program startup or
101  * in documentation (online or textual) provided with the package.
102  *
103  * Redistribution and use in source and binary forms, with or without
104  * modification, are permitted provided that the following conditions
105  * are met:
106  * 1. Redistributions of source code must retain the copyright
107  *    notice, this list of conditions and the following disclaimer.
108  * 2. Redistributions in binary form must reproduce the above copyright
109  *    notice, this list of conditions and the following disclaimer in the
110  *    documentation and/or other materials provided with the distribution.
111  * 3. All advertising materials mentioning features or use of this software
112  *    must display the following acknowledgement:
113  *    "This product includes cryptographic software written by
114  *     Eric Young (eay@cryptsoft.com)"
115  *    The word 'cryptographic' can be left out if the rouines from the library
116  *    being used are not cryptographic related :-).
117  * 4. If you include any Windows specific code (or a derivative thereof) from
118  *    the apps directory (application code) you must include an acknowledgement:
119  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
120  *
121  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
122  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
123  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
124  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
125  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
126  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
127  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
128  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
129  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
130  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
131  * SUCH DAMAGE.
132  *
133  * The licence and distribution terms for any publically available version or
134  * derivative of this code cannot be changed.  i.e. this code cannot simply be
135  * copied and put under another distribution licence
136  * [including the GNU Public Licence.]
137  */