Skip to content

Commit e9e6ea5

Browse files
author
Andrew
authored
Merge pull request #9 from anmenaga/notice
Added NOTICE
2 parents 8f9248f + 3aa992a commit e9e6ea5

File tree

1 file changed

+141
-0
lines changed

1 file changed

+141
-0
lines changed

NOTICE

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

0 commit comments

Comments
 (0)