Skip to content

Commit 7310dea

Browse files
author
andrew-m-leonard
committed
Add openj9-openjdk-notice
Signed-off-by: andrew-m-leonard <[email protected]>
1 parent 80ee9a7 commit 7310dea

File tree

2 files changed

+137
-0
lines changed

2 files changed

+137
-0
lines changed

closed/custom/copy/Copy-java.base.gmk

+3
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ $(foreach file, \
101101
$(call openj9_copy_files,, \
102102
$(OPENJ9_TOPDIR)/longabout.html \
103103
$(LEGAL_DST_DIR)/openj9-notices.html)
104+
$(call openj9_copy_files,, \
105+
$(TOPDIR)/openj9-openjdk-notices \
106+
$(LEGAL_DST_DIR)/openj9-openjdk-notices)
104107

105108
ifeq (true,$(OPENJ9_ENABLE_DDR))
106109

openj9-openjdk-notices

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

0 commit comments

Comments
 (0)