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