Skip to content

Commit ef906e3

Browse files
committed
Updated LICENSE
1 parent a73512b commit ef906e3

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/ODBC 9.2.0 Community
3+
MySQL Connector/ODBC 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/ODBC 9.2.0 Community.
11+
MySQL Connector/ODBC 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/ODBC 9.2.0 Community is brought to you
17+
This release of MySQL Connector/ODBC 9.3.0 Community is brought to you
1818
by the MySQL team at Oracle. This software is released under version 2
1919
of the GNU General Public License (GPLv2), as set forth below, with the
2020
following additional permissions:
2121

22-
This distribution of MySQL Connector/ODBC 9.2.0 Community is designed
22+
This distribution of MySQL Connector/ODBC 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) 2005, 2024, Oracle and/or its affiliates.
37+
Copyright (c) 2005, 2025, Oracle and/or its affiliates.
3838

3939
Election of GPLv2
4040

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

21142114
LICENSE:
2115-
Apache License
2116-
Version 2.0, January 2004
2117-
http://www.apache.org/licenses/
2118-
A copy of the Apache License v2.0, January 2004 license can be found
2119-
in the 'Standard Licenses' section.
2120-
2121-
2122-
4th party code included
2123-
=======================
2124-
exporters/etw
2125-
-------------
2126-
TraceLogging Dynamic for Windows
2127-
2128-
Copyright (c) Microsoft Corporation. All rights reserved.
2129-
2130-
MIT License
2131-
2132-
Permission is hereby granted, free of charge, to any person obtaining a copy
2133-
of this software and associated documentation files (the "Software"), to deal
2134-
in the Software without restriction, including without limitation the rights
2135-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2136-
copies of the Software, and to permit persons to whom the Software is
2137-
furnished to do so, subject to the following conditions:
21382115

2139-
The above copyright notice and this permission notice shall be included in all
2140-
copies or substantial portions of the Software.
2141-
2142-
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2143-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2144-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2145-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2146-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2147-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2148-
SOFTWARE.
2116+
Apache License
2117+
Version 2.0, January 2004
2118+
http://www.apache.org/licenses/
21492119

2120+
A copy of the Apache License v2.0, January 2004 license can be found
2121+
in the 'Standard Licenses' section.
21502122

21512123

2152-
4th Party Libraries
2153-
===================
2124+
4th Party Dependencies
2125+
======================
21542126
opentelemetry-proto
21552127
-------------------
21562128
// Copyright 2019, OpenTelemetry Authors
2157-
// Copyright 2020, OpenTelemetry Authors
21582129
//
21592130
// Licensed under the Apache License, Version 2.0 (the "License");
21602131
// you may not use this file except in compliance with the License.
@@ -2168,48 +2139,75 @@ opentelemetry-proto
21682139
// See the License for the specific language governing permissions and
21692140
// limitations under the License.
21702141

2171-
Apache License Text as listed above
2142+
Some files include
2143+
// Copyright 2020, OpenTelemetry Authors
2144+
(same license header)
2145+
2146+
A copy of the Apache License v2.0, January 2004 license can be found
2147+
in the 'Standard Licenses' section.
2148+
2149+
================================================================================
2150+
==
21722151

2173-
------------------------------------------------------------------------------
21742152
protobuf
21752153
--------
2154+
COPYRIGHT AND PERMISSION NOTICE
21762155

2177-
Copyright 2008 Google Inc. All rights reserved.
2156+
Copyright (c) 1996 - 2024, Daniel Stenberg, <daniel@haxx.se>, and many
2157+
contributors, see the THANKS file.
21782158

2179-
Redistribution and use in source and binary forms, with or without
2180-
modification, are permitted provided that the following conditions are
2181-
met:
2159+
All rights reserved.
21822160

2183-
* Redistributions of source code must retain the above copyright
2184-
notice, this list of conditions and the following disclaimer.
2185-
* Redistributions in binary form must reproduce the above
2186-
copyright notice, this list of conditions and the following disclaimer
2187-
in the documentation and/or other materials provided with the
2188-
distribution.
2189-
* Neither the name of Google Inc. nor the names of its
2190-
contributors may be used to endorse or promote products derived from
2191-
this software without specific prior written permission.
2161+
Permission to use, copy, modify, and distribute this software for any purpose
2162+
with or without fee is hereby granted, provided that the above copyright
2163+
notice and this permission notice appear in all copies.
21922164

2193-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2194-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2195-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2196-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2197-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2198-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2199-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2200-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2201-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2202-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2203-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2165+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2166+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2167+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
2168+
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
2169+
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
2170+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
2171+
OR OTHER DEALINGS IN THE SOFTWARE.
22042172

2205-
Code generated by the Protocol Buffer compiler is owned by the owner
2206-
of the input file used when generating it. This code is not
2207-
standalone and requires a support library to be linked with it. This
2208-
support library is itself covered by the above license.
2173+
Except as contained in this notice, the name of a copyright holder shall not
2174+
be used in advertising or otherwise to promote the sale, use or other dealings
2175+
in this Software without prior written authorization of the copyright holder.
2176+
2177+
Protobuf dependency - abseil-cpp
2178+
--------------------------------
2179+
=== Header in source files:
2180+
// Copyright 2017 The Abseil Authors.
2181+
//
2182+
// Licensed under the Apache License, Version 2.0 (the "License");
2183+
// you may not use this file except in compliance with the License.
2184+
// You may obtain a copy of the License at
2185+
//
2186+
// https://www.apache.org/licenses/LICENSE-2.0
2187+
//
2188+
// Unless required by applicable law or agreed to in writing, software
2189+
// distributed under the License is distributed on an "AS IS" BASIS,
2190+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2191+
// See the License for the specific language governing permissions and
2192+
// limitations under the License.
2193+
//
2194+
// This header file contains C++11 versions of standard <utility> header
2195+
// abstractions available within C++14 and C++17, and are designed to be drop-in
2196+
// replacement for code compliant with C++14 and C++17.
2197+
2198+
=== License File
2199+
Apache License
2200+
Version 2.0, January 2004
2201+
https://www.apache.org/licenses/
2202+
2203+
A copy of the Apache License v2.0, January 2004 license can be found
2204+
in the 'Standard Licenses' section.
2205+
================================================================================
2206+
==
22092207

2210-
------------------------------------------------------------------------------
22112208
json (nlohmann)
22122209
----
2210+
22132211
MIT License
22142212

22152213
Copyright (c) 2013-2022 Niels Lohmann
@@ -2232,14 +2230,14 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22322230
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22332231
SOFTWARE.
22342232

2235-
------------------------------------------------------------------------------
2236-
2233+
================================================================================
2234+
==
22372235

22382236
curl
22392237
----
22402238
COPYRIGHT AND PERMISSION NOTICE
22412239

2242-
Copyright (c) 1996 - 2023, Daniel Stenberg, <daniel@haxx.se>, and many
2240+
Copyright (c) 1996 - 2024, Daniel Stenberg, <daniel@haxx.se>, and many
22432241
contributors, see the THANKS file.
22442242

22452243
All rights reserved.

0 commit comments

Comments
 (0)