1
1
Licensing Information User Manual
2
2
3
- MySQL Connector/Python 9.2 .0 Community
3
+ MySQL Connector/Python 9.3 .0 Community
4
4
__________________________________________________________________
5
5
6
6
Introduction
7
7
8
8
This License Information User Manual contains Oracle's product license
9
9
and other licensing information, including licensing information for
10
10
third-party software which may be included in this distribution of
11
- MySQL Connector/Python 9.2 .0 Community.
11
+ MySQL Connector/Python 9.3 .0 Community.
12
12
13
- Last updated: November 2024
13
+ Last updated: March 2025
14
14
15
15
Licensing Information
16
16
17
- This release of MySQL Connector/Python 9.2 .0 Community is brought to
17
+ This release of MySQL Connector/Python 9.3 .0 Community is brought to
18
18
you by the MySQL team at Oracle. This software is released under
19
19
version 2 of the GNU General Public License (GPLv2), as set forth
20
20
below, with the following additional permissions:
21
21
22
- This distribution of MySQL Connector/Python 9.2 .0 Community is designed
22
+ This distribution of MySQL Connector/Python 9.3 .0 Community is designed
23
23
to work with certain software (including but not limited to OpenSSL)
24
24
that is licensed under separate terms, as designated in a particular
25
25
file or component or in the license documentation. Without limiting
@@ -34,7 +34,7 @@ Licensing Information
34
34
a copy of which is reproduced below and can also be found along with
35
35
its FAQ at http://oss.oracle.com/licenses/universal-foss-exception.
36
36
37
- Copyright (c) 2012, 2024 , Oracle and/or its affiliates.
37
+ Copyright (c) 2012, 2025 , Oracle and/or its affiliates.
38
38
39
39
Election of GPLv2
40
40
@@ -2170,49 +2170,20 @@ but the Oracle program might not operate properly or at all without it.
2170
2170
// SPDX-License-Identifier: Apache-2.0
2171
2171
2172
2172
LICENSE:
2173
- Apache License
2174
- Version 2.0, January 2004
2175
- http://www.apache.org/licenses/
2176
- A copy of the Apache License v2.0, January 2004 license can be found
2177
- in the 'Standard Licenses' section.
2178
-
2179
-
2180
- 4th party code included
2181
- =======================
2182
- exporters/etw
2183
- -------------
2184
- TraceLogging Dynamic for Windows
2185
-
2186
- Copyright (c) Microsoft Corporation. All rights reserved.
2187
-
2188
- MIT License
2189
-
2190
- Permission is hereby granted, free of charge, to any person obtaining a copy
2191
- of this software and associated documentation files (the "Software"), to deal
2192
- in the Software without restriction, including without limitation the rights
2193
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2194
- copies of the Software, and to permit persons to whom the Software is
2195
- furnished to do so, subject to the following conditions:
2196
-
2197
- The above copyright notice and this permission notice shall be included in all
2198
- copies or substantial portions of the Software.
2199
2173
2200
- THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2201
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2202
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2203
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2204
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2205
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2206
- SOFTWARE.
2174
+ Apache License
2175
+ Version 2.0, January 2004
2176
+ http://www.apache.org/licenses/
2207
2177
2178
+ A copy of the Apache License v2.0, January 2004 license can be found
2179
+ in the 'Standard Licenses' section.
2208
2180
2209
2181
2210
- 4th Party Libraries
2211
- ===================
2182
+ 4th Party Dependencies
2183
+ ======================
2212
2184
opentelemetry-proto
2213
2185
-------------------
2214
2186
// Copyright 2019, OpenTelemetry Authors
2215
- // Copyright 2020, OpenTelemetry Authors
2216
2187
//
2217
2188
// Licensed under the Apache License, Version 2.0 (the "License");
2218
2189
// you may not use this file except in compliance with the License.
@@ -2226,48 +2197,75 @@ opentelemetry-proto
2226
2197
// See the License for the specific language governing permissions and
2227
2198
// limitations under the License.
2228
2199
2229
- Apache License Text as listed above
2200
+ Some files include
2201
+ // Copyright 2020, OpenTelemetry Authors
2202
+ (same license header)
2203
+
2204
+ A copy of the Apache License v2.0, January 2004 license can be found
2205
+ in the 'Standard Licenses' section.
2206
+
2207
+ ================================================================================
2208
+ ==
2230
2209
2231
- ------------------------------------------------------------------------------
2232
2210
protobuf
2233
2211
--------
2212
+ COPYRIGHT AND PERMISSION NOTICE
2234
2213
2235
- Copyright 2008 Google Inc. All rights reserved.
2214
+ Copyright (c) 1996 - 2024, Daniel Stenberg, <daniel@haxx.se>, and many
2215
+ contributors, see the THANKS file.
2236
2216
2237
- Redistribution and use in source and binary forms, with or without
2238
- modification, are permitted provided that the following conditions are
2239
- met:
2217
+ All rights reserved.
2240
2218
2241
- * Redistributions of source code must retain the above copyright
2242
- notice, this list of conditions and the following disclaimer.
2243
- * Redistributions in binary form must reproduce the above
2244
- copyright notice, this list of conditions and the following disclaimer
2245
- in the documentation and/or other materials provided with the
2246
- distribution.
2247
- * Neither the name of Google Inc. nor the names of its
2248
- contributors may be used to endorse or promote products derived from
2249
- this software without specific prior written permission.
2219
+ Permission to use, copy, modify, and distribute this software for any purpose
2220
+ with or without fee is hereby granted, provided that the above copyright
2221
+ notice and this permission notice appear in all copies.
2250
2222
2251
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2252
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2253
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2254
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2255
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2256
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2257
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2258
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2259
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2260
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2261
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2223
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2224
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2225
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
2226
+ NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
2227
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
2228
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
2229
+ OR OTHER DEALINGS IN THE SOFTWARE.
2262
2230
2263
- Code generated by the Protocol Buffer compiler is owned by the owner
2264
- of the input file used when generating it. This code is not
2265
- standalone and requires a support library to be linked with it. This
2266
- support library is itself covered by the above license.
2231
+ Except as contained in this notice, the name of a copyright holder shall not
2232
+ be used in advertising or otherwise to promote the sale, use or other dealings
2233
+ in this Software without prior written authorization of the copyright holder.
2234
+
2235
+ Protobuf dependency - abseil-cpp
2236
+ --------------------------------
2237
+ === Header in source files:
2238
+ // Copyright 2017 The Abseil Authors.
2239
+ //
2240
+ // Licensed under the Apache License, Version 2.0 (the "License");
2241
+ // you may not use this file except in compliance with the License.
2242
+ // You may obtain a copy of the License at
2243
+ //
2244
+ // https://www.apache.org/licenses/LICENSE-2.0
2245
+ //
2246
+ // Unless required by applicable law or agreed to in writing, software
2247
+ // distributed under the License is distributed on an "AS IS" BASIS,
2248
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2249
+ // See the License for the specific language governing permissions and
2250
+ // limitations under the License.
2251
+ //
2252
+ // This header file contains C++11 versions of standard <utility> header
2253
+ // abstractions available within C++14 and C++17, and are designed to be drop-in
2254
+ // replacement for code compliant with C++14 and C++17.
2255
+
2256
+ === License File
2257
+ Apache License
2258
+ Version 2.0, January 2004
2259
+ https://www.apache.org/licenses/
2260
+
2261
+ A copy of the Apache License v2.0, January 2004 license can be found
2262
+ in the 'Standard Licenses' section.
2263
+ ================================================================================
2264
+ ==
2267
2265
2268
- ------------------------------------------------------------------------------
2269
2266
json (nlohmann)
2270
2267
----
2268
+
2271
2269
MIT License
2272
2270
2273
2271
Copyright (c) 2013-2022 Niels Lohmann
@@ -2290,14 +2288,14 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2290
2288
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2291
2289
SOFTWARE.
2292
2290
2293
- ------------------------------------------------------------------------------
2294
-
2291
+ ================================================================================
2292
+ ==
2295
2293
2296
2294
curl
2297
2295
----
2298
2296
COPYRIGHT AND PERMISSION NOTICE
2299
2297
2300
- Copyright (c) 1996 - 2023 , Daniel Stenberg, <daniel@haxx.se>, and many
2298
+ Copyright (c) 1996 - 2024 , Daniel Stenberg, <daniel@haxx.se>, and many
2301
2299
contributors, see the THANKS file.
2302
2300
2303
2301
All rights reserved.
0 commit comments