Skip to content

Commit 2fc0e74

Browse files
committed
Add files via upload
1 parent 2bd9682 commit 2fc0e74

File tree

43 files changed

+2897
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2897
-0
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
Copyright � 1993, 2018, Oracle and/or its affiliates.
2+
All rights reserved.
3+
4+
This software and related documentation are provided under a
5+
license agreement containing restrictions on use and
6+
disclosure and are protected by intellectual property laws.
7+
Except as expressly permitted in your license agreement or
8+
allowed by law, you may not use, copy, reproduce, translate,
9+
broadcast, modify, license, transmit, distribute, exhibit,
10+
perform, publish, or display any part, in any form, or by
11+
any means. Reverse engineering, disassembly, or
12+
decompilation of this software, unless required by law for
13+
interoperability, is prohibited.
14+
15+
The information contained herein is subject to change
16+
without notice and is not warranted to be error-free. If you
17+
find any errors, please report them to us in writing.
18+
19+
If this is software or related documentation that is
20+
delivered to the U.S. Government or anyone licensing it on
21+
behalf of the U.S. Government, the following notice is
22+
applicable:
23+
24+
U.S. GOVERNMENT END USERS: Oracle programs, including any
25+
operating system, integrated software, any programs
26+
installed on the hardware, and/or documentation, delivered
27+
to U.S. Government end users are "commercial computer
28+
software" pursuant to the applicable Federal Acquisition
29+
Regulation and agency-specific supplemental regulations. As
30+
such, use, duplication, disclosure, modification, and
31+
adaptation of the programs, including any operating system,
32+
integrated software, any programs installed on the hardware,
33+
and/or documentation, shall be subject to license terms and
34+
license restrictions applicable to the programs. No other
35+
rights are granted to the U.S. Government.
36+
37+
This software or hardware is developed for general use in a
38+
variety of information management applications. It is not
39+
developed or intended for use in any inherently dangerous
40+
applications, including applications that may create a risk
41+
of personal injury. If you use this software or hardware in
42+
dangerous applications, then you shall be responsible to
43+
take all appropriate fail-safe, backup, redundancy, and
44+
other measures to ensure its safe use. Oracle Corporation
45+
and its affiliates disclaim any liability for any damages
46+
caused by use of this software or hardware in dangerous
47+
applications.
48+
49+
Oracle and Java are registered trademarks of Oracle and/or
50+
its affiliates. Other names may be trademarks of their
51+
respective owners.
52+
53+
Intel and Intel Xeon are trademarks or registered trademarks
54+
of Intel Corporation. All SPARC trademarks are used under
55+
license and are trademarks or registered trademarks of SPARC
56+
International, Inc. AMD, Opteron, the AMD logo, and the AMD
57+
Opteron logo are trademarks or registered trademarks of
58+
Advanced Micro Devices. UNIX is a registered trademark of
59+
The Open Group.
60+
61+
This software or hardware and documentation may provide
62+
access to or information on content, products, and services
63+
from third parties. Oracle Corporation and its affiliates
64+
are not responsible for and expressly disclaim all
65+
warranties of any kind with respect to third-party content,
66+
products, and services. Oracle Corporation and its
67+
affiliates will not be responsible for any loss, costs, or
68+
damages incurred due to your access to or use of third-party
69+
content, products, or services.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Please refer to https://java.com/otnlicense

usr/bin/JRE/legal/java.base/aes.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
## Cryptix AES v3.2.0
2+
3+
### Cryptix General License
4+
<pre>
5+
6+
Cryptix General License
7+
8+
Copyright (c) 1995-2005 The Cryptix Foundation Limited.
9+
All rights reserved.
10+
11+
Redistribution and use in source and binary forms, with or without
12+
modification, are permitted provided that the following conditions are
13+
met:
14+
15+
1. Redistributions of source code must retain the copyright notice,
16+
this list of conditions and the following disclaimer.
17+
18+
2. Redistributions in binary form must reproduce the above copyright
19+
notice, this list of conditions and the following disclaimer in
20+
the documentation and/or other materials provided with the
21+
distribution.
22+
23+
THIS SOFTWARE IS PROVIDED BY THE CRYPTIX FOUNDATION LIMITED AND
24+
CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
25+
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
26+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
27+
IN NO EVENT SHALL THE CRYPTIX FOUNDATION LIMITED OR CONTRIBUTORS BE
28+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
29+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
30+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
31+
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
32+
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
33+
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
34+
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35+
36+
</pre>

usr/bin/JRE/legal/java.base/asm.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
## ASM Bytecode Manipulation Framework v7.0
2+
3+
### ASM License
4+
<pre>
5+
6+
Copyright (c) 2000-2011 France Télécom
7+
All rights reserved.
8+
9+
Redistribution and use in source and binary forms, with or without
10+
modification, are permitted provided that the following conditions
11+
are met:
12+
13+
1. Redistributions of source code must retain the above copyright
14+
notice, this list of conditions and the following disclaimer.
15+
16+
2. Redistributions in binary form must reproduce the above copyright
17+
notice, this list of conditions and the following disclaimer in the
18+
documentation and/or other materials provided with the distribution.
19+
20+
3. Neither the name of the copyright holders nor the names of its
21+
contributors may be used to endorse or promote products derived from
22+
this software without specific prior written permission.
23+
24+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
25+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
26+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
27+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
28+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
29+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
30+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
32+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
33+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
34+
THE POSSIBILITY OF SUCH DAMAGE.
35+
36+
</pre>
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## c-libutl 20160225
2+
3+
### c-libutl License
4+
```
5+
6+
This software is distributed under the terms of the BSD license.
7+
8+
== BSD LICENSE ===============================================================
9+
10+
(C) 2009 by Remo Dentato (rdentato@gmail.com)
11+
12+
13+
Redistribution and use in source and binary forms, with or without modification,
14+
are permitted provided that the following conditions are met:
15+
16+
* Redistributions of source code must retain the above copyright notice,
17+
this list of conditions and the following disclaimer.
18+
* Redistributions in binary form must reproduce the above copyright notice,
19+
this list of conditions and the following disclaimer in the documentation
20+
and/or other materials provided with the distribution.
21+
22+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
23+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
24+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
25+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
26+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
27+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
28+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
29+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
31+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32+
33+
http://opensource.org/licenses/bsd-license.php
34+
35+
```
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
## Unicode Common Local Data Repository (CLDR) v35.1
2+
3+
### CLDR License
4+
5+
```
6+
7+
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
8+
9+
See Terms of Use for definitions of Unicode Inc.'s
10+
Data Files and Software.
11+
12+
NOTICE TO USER: Carefully read the following legal agreement.
13+
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
14+
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
15+
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
16+
TERMS AND CONDITIONS OF THIS AGREEMENT.
17+
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
18+
THE DATA FILES OR SOFTWARE.
19+
20+
COPYRIGHT AND PERMISSION NOTICE
21+
22+
Copyright © 1991-2019 Unicode, Inc. All rights reserved.
23+
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
24+
25+
Permission is hereby granted, free of charge, to any person obtaining
26+
a copy of the Unicode data files and any associated documentation
27+
(the "Data Files") or Unicode software and any associated documentation
28+
(the "Software") to deal in the Data Files or Software
29+
without restriction, including without limitation the rights to use,
30+
copy, modify, merge, publish, distribute, and/or sell copies of
31+
the Data Files or Software, and to permit persons to whom the Data Files
32+
or Software are furnished to do so, provided that either
33+
(a) this copyright and permission notice appear with all copies
34+
of the Data Files or Software, or
35+
(b) this copyright and permission notice appear in associated
36+
Documentation.
37+
38+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
39+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
40+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
41+
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
42+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
43+
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
44+
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
45+
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
46+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
47+
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
48+
49+
Except as contained in this notice, the name of a copyright holder
50+
shall not be used in advertising or otherwise to promote the sale,
51+
use or other dealings in these Data Files or Software without prior
52+
written authorization of the copyright holder.
53+
54+
```

0 commit comments

Comments
 (0)