Skip to content

Commit 521cef7

Browse files
committed
Updated the LICENSE files
1 parent ac3a5bf commit 521cef7

File tree

1 file changed

+74
-76
lines changed

1 file changed

+74
-76
lines changed

LICENSE.txt

Lines changed: 74 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
Licensing Information User Manual
22

3-
MySQL Connector/Python 9.2.0 Community
3+
MySQL Connector/Python 9.3.0 Community
44
__________________________________________________________________
55

66
Introduction
77

88
This License Information User Manual contains Oracle's product license
99
and other licensing information, including licensing information for
1010
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.
1212

13-
Last updated: November 2024
13+
Last updated: March 2025
1414

1515
Licensing Information
1616

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
1818
you by the MySQL team at Oracle. This software is released under
1919
version 2 of the GNU General Public License (GPLv2), as set forth
2020
below, with the following additional permissions:
2121

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
2323
to work with certain software (including but not limited to OpenSSL)
2424
that is licensed under separate terms, as designated in a particular
2525
file or component or in the license documentation. Without limiting
@@ -34,7 +34,7 @@ Licensing Information
3434
a copy of which is reproduced below and can also be found along with
3535
its FAQ at http://oss.oracle.com/licenses/universal-foss-exception.
3636

37-
Copyright (c) 2012, 2024, Oracle and/or its affiliates.
37+
Copyright (c) 2012, 2025, Oracle and/or its affiliates.
3838

3939
Election of GPLv2
4040

@@ -2170,49 +2170,20 @@ but the Oracle program might not operate properly or at all without it.
21702170
// SPDX-License-Identifier: Apache-2.0
21712171

21722172
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.
21992173

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/
22072177

2178+
A copy of the Apache License v2.0, January 2004 license can be found
2179+
in the 'Standard Licenses' section.
22082180

22092181

2210-
4th Party Libraries
2211-
===================
2182+
4th Party Dependencies
2183+
======================
22122184
opentelemetry-proto
22132185
-------------------
22142186
// Copyright 2019, OpenTelemetry Authors
2215-
// Copyright 2020, OpenTelemetry Authors
22162187
//
22172188
// Licensed under the Apache License, Version 2.0 (the "License");
22182189
// you may not use this file except in compliance with the License.
@@ -2226,48 +2197,75 @@ opentelemetry-proto
22262197
// See the License for the specific language governing permissions and
22272198
// limitations under the License.
22282199

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+
==
22302209

2231-
------------------------------------------------------------------------------
22322210
protobuf
22332211
--------
2212+
COPYRIGHT AND PERMISSION NOTICE
22342213

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.
22362216

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.
22402218

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.
22502222

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.
22622230

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+
==
22672265

2268-
------------------------------------------------------------------------------
22692266
json (nlohmann)
22702267
----
2268+
22712269
MIT License
22722270

22732271
Copyright (c) 2013-2022 Niels Lohmann
@@ -2290,14 +2288,14 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22902288
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22912289
SOFTWARE.
22922290

2293-
------------------------------------------------------------------------------
2294-
2291+
================================================================================
2292+
==
22952293

22962294
curl
22972295
----
22982296
COPYRIGHT AND PERMISSION NOTICE
22992297

2300-
Copyright (c) 1996 - 2023, Daniel Stenberg, <daniel@haxx.se>, and many
2298+
Copyright (c) 1996 - 2024, Daniel Stenberg, <daniel@haxx.se>, and many
23012299
contributors, see the THANKS file.
23022300

23032301
All rights reserved.

0 commit comments

Comments
 (0)