@@ -10,7 +10,7 @@ Introduction
10
10
third-party software which may be included in this distribution of
11
11
MySQL Connector/J 8.0.
12
12
13
- Last updated: July 2021
13
+ Last updated: September 2021
14
14
15
15
Licensing Information
16
16
@@ -428,6 +428,7 @@ The Universal FOSS Exception, Version 1.0
428
428
Software with Other FOSS, and the constants, function signatures, data
429
429
structures and other invocation methods used to run or interact with
430
430
each of them (as to each, such software's "Interfaces"):
431
+
431
432
i. The Software's Interfaces may, to the extent permitted by the
432
433
license of the Other FOSS, be copied into, used and distributed in
433
434
the Other FOSS in order to enable interoperability, without
@@ -437,13 +438,15 @@ The Universal FOSS Exception, Version 1.0
437
438
including without limitation as used in the Other FOSS (which upon
438
439
any such use also then contains a portion of the Software under the
439
440
Software License).
441
+
440
442
ii. The Other FOSS's Interfaces may, to the extent permitted by the
441
443
license of the Other FOSS, be copied into, used and distributed in
442
444
the Software in order to enable interoperability, without requiring
443
445
that such Interfaces be licensed under the terms of the Software
444
446
License or otherwise altering their original terms, if this does
445
447
not require any portion of the Software other than such Interfaces
446
448
to be licensed under the terms other than the Software License.
449
+
447
450
iii. If only Interfaces and no other code is copied between the
448
451
Software and the Other FOSS in either direction, the use and/or
449
452
distribution of the Software with the Other FOSS shall not be
@@ -479,6 +482,7 @@ c3p0 JDBC Library
479
482
480
483
The MySQL Connector/J implements interfaces that are included in c3p0,
481
484
although no part of c3p0 is included or distributed with MySQL.
485
+
482
486
Copyright (C) 2019 Machinery For Change, Inc.
483
487
484
488
* This library is free software; you can redistribute it and/or modify
@@ -1121,6 +1125,65 @@ Apache License Version 2.0, January 2004
1121
1125
1122
1126
1123
1127
1128
+ ======================================================================
1129
+ ======================================================================
1130
+
1131
+ Oracle OCI SDK for Java
1132
+
1133
+ Oracle OCI SDK for Java
1134
+
1135
+ Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
1136
+ This software is dual-licensed to you under the Universal Permissive License
1137
+ (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl
1138
+ or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0.
1139
+ You may choose either license.
1140
+ ____________________________
1141
+ The Universal Permissive License (UPL), Version 1.0
1142
+ Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
1143
+ Subject to the condition set forth below, permission is hereby granted to any
1144
+ person obtaining a copy of this software, associated documentation and/or
1145
+ data (collectively the "Software"), free of charge and under any and all
1146
+ copyright rights in the Software, and any and all patent rights owned or
1147
+ freely licensable by each licensor hereunder covering either (i) the
1148
+ unmodified Software as contributed to or provided by such licensor, or (ii)
1149
+ the Larger Works (as defined below), to deal in both
1150
+ (a) the Software, and
1151
+ (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
1152
+ one is included with the Software (each a "Larger Work" to which the Software
1153
+ is contributed by such licensors),
1154
+ without restriction, including without limitation the rights to copy, create
1155
+ derivative works of, display, perform, and distribute the Software and make,
1156
+ use, sell, offer for sale, import, export, have made, and have sold the
1157
+ Software and the Larger Work(s), and to sublicense the foregoing rights on
1158
+ either these or other terms.
1159
+ This license is subject to the following condition:
1160
+ The above copyright notice and either this complete permission notice or at a
1161
+ minimum a reference to the UPL must be included in all copies or substantial
1162
+ portions of the Software.
1163
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1164
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1165
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1166
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1167
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1168
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1169
+ SOFTWARE.
1170
+
1171
+ The Apache Software License, Version 2.0
1172
+ Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
1173
+ Licensed under the Apache License, Version 2.0 (the "License"); You may not
1174
+ use this product except in compliance with the License. You may obtain a
1175
+ copy of the License at http://www.apache.org/licenses/LICENSE-2.0. A copy of
1176
+ the license is also reproduced below. Unless required by applicable law or
1177
+ agreed to in writing, software distributed under the License is distributed
1178
+ on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
1179
+ express or implied. See the License for the specific language governing
1180
+ permissions and limitations under the License.
1181
+
1182
+ Apache License Version 2.0, January 2004
1183
+
1184
+ Oracle's use of OCI SDK for Java in MySQL Community Edition is solely under
1185
+ the UPL
1186
+
1124
1187
======================================================================
1125
1188
======================================================================
1126
1189
@@ -1161,6 +1224,7 @@ OR OTHER DEALINGS IN THE SOFTWARE.
1161
1224
Unicode Data Files
1162
1225
1163
1226
Unicode Data Files
1227
+
1164
1228
COPYRIGHT AND PERMISSION NOTICE
1165
1229
1166
1230
Copyright (c) 1991-2014 Unicode, Inc. All rights reserved. Distributed under
@@ -1950,27 +2014,38 @@ Written Offer for Source Code
1950
2014
request to the address listed below or by sending an email to Oracle
1951
2015
using the following link:
1952
2016
http://www.oracle.com/goto/opensourcecode/request.
2017
+
1953
2018
Oracle America, Inc.
1954
2019
Attn: Senior Vice President
1955
2020
Development and Engineering Legal
1956
2021
500 Oracle Parkway, 10th Floor
1957
2022
Redwood Shores, CA 94065
1958
2023
1959
2024
Your request should include:
2025
+
1960
2026
* The name of the binary for which you are requesting the source code
2027
+
1961
2028
* The name and version number of the Oracle product containing the
1962
2029
binary
2030
+
1963
2031
* The date you received the Oracle product
2032
+
1964
2033
* Your name
2034
+
1965
2035
* Your company name (if applicable)
2036
+
1966
2037
* Your return mailing address and email, and
2038
+
1967
2039
* A telephone number in the event we need to reach you.
1968
2040
2041
+
1969
2042
We may charge you a fee to cover the cost of physical media and
1970
2043
processing.
1971
2044
1972
2045
Your request must be sent
2046
+
1973
2047
a. within three (3) years of the date you received the Oracle product
1974
2048
that included the binary that is the subject of your request, or
2049
+
1975
2050
b. in the case of code licensed under the GPL v3 for as long as Oracle
1976
2051
offers spare parts or customer support for that product model.
0 commit comments