1
1
Licensing Information User Manual
2
2
3
- MySQL Connector/ODBC 9.2 .0 Community
3
+ MySQL Connector/ODBC 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/ODBC 9.2 .0 Community.
11
+ MySQL Connector/ODBC 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/ODBC 9.2 .0 Community is brought to you
17
+ This release of MySQL Connector/ODBC 9.3 .0 Community is brought to you
18
18
by the MySQL team at Oracle. This software is released under version 2
19
19
of the GNU General Public License (GPLv2), as set forth below, with the
20
20
following additional permissions:
21
21
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
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) 2005, 2024 , Oracle and/or its affiliates.
37
+ Copyright (c) 2005, 2025 , Oracle and/or its affiliates.
38
38
39
39
Election of GPLv2
40
40
@@ -2112,49 +2112,20 @@ but the Oracle program might not operate properly or at all without it.
2112
2112
// SPDX-License-Identifier: Apache-2.0
2113
2113
2114
2114
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:
2138
2115
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/
2149
2119
2120
+ A copy of the Apache License v2.0, January 2004 license can be found
2121
+ in the 'Standard Licenses' section.
2150
2122
2151
2123
2152
- 4th Party Libraries
2153
- ===================
2124
+ 4th Party Dependencies
2125
+ ======================
2154
2126
opentelemetry-proto
2155
2127
-------------------
2156
2128
// Copyright 2019, OpenTelemetry Authors
2157
- // Copyright 2020, OpenTelemetry Authors
2158
2129
//
2159
2130
// Licensed under the Apache License, Version 2.0 (the "License");
2160
2131
// you may not use this file except in compliance with the License.
@@ -2168,48 +2139,75 @@ opentelemetry-proto
2168
2139
// See the License for the specific language governing permissions and
2169
2140
// limitations under the License.
2170
2141
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
+ ==
2172
2151
2173
- ------------------------------------------------------------------------------
2174
2152
protobuf
2175
2153
--------
2154
+ COPYRIGHT AND PERMISSION NOTICE
2176
2155
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.
2178
2158
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.
2182
2160
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.
2192
2164
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.
2204
2172
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
+ ==
2209
2207
2210
- ------------------------------------------------------------------------------
2211
2208
json (nlohmann)
2212
2209
----
2210
+
2213
2211
MIT License
2214
2212
2215
2213
Copyright (c) 2013-2022 Niels Lohmann
@@ -2232,14 +2230,14 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2232
2230
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2233
2231
SOFTWARE.
2234
2232
2235
- ------------------------------------------------------------------------------
2236
-
2233
+ ================================================================================
2234
+ ==
2237
2235
2238
2236
curl
2239
2237
----
2240
2238
COPYRIGHT AND PERMISSION NOTICE
2241
2239
2242
- Copyright (c) 1996 - 2023 , Daniel Stenberg, <daniel@haxx.se>, and many
2240
+ Copyright (c) 1996 - 2024 , Daniel Stenberg, <daniel@haxx.se>, and many
2243
2241
contributors, see the THANKS file.
2244
2242
2245
2243
All rights reserved.
0 commit comments