|
1 | 1 | Licensing Information User Manual
|
2 | 2 |
|
3 |
| -MySQL Connector/C++ 8.3.0 Community |
| 3 | +MySQL Connector/C++ 8.4.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++ 8.3.0 Community. |
| 11 | + MySQL Connector/C++ 8.4.0 Community. |
12 | 12 |
|
13 |
| - Last updated: November 2023 |
| 13 | + Last updated: March 2024 |
14 | 14 |
|
15 | 15 | Licensing Information
|
16 | 16 |
|
17 |
| - This release of MySQL Connector/C++ 8.3.0 Community is brought to you |
| 17 | + This release of MySQL Connector/C++ 8.4.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++ 8.3.0 Community is distributed |
23 |
| - with certain software (including but not limited to OpenSSL) that is |
24 |
| - licensed under separate terms, as designated in a particular file or |
| 22 | + This distribution of MySQL Connector/C++ 8.4.0 Community is designed to |
| 23 | + work with certain software (including but not limited to OpenSSL) that |
| 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
|
26 | 26 | under the GPLv2, the authors of MySQL hereby grant you an additional
|
27 | 27 | permission to link the program and your derivative works with the
|
28 |
| - separately licensed software that they have included with the program. |
| 28 | + separately licensed software that they have either included with the |
| 29 | + program or referenced in the documentation. |
29 | 30 |
|
30 | 31 | Without limiting the foregoing grant of rights under the GPLv2 and
|
31 | 32 | additional permission as to separately licensed software, this
|
32 | 33 | Connector is also subject to the Universal FOSS Exception, version 1.0,
|
33 | 34 | a copy of which is reproduced below and can also be found along with
|
34 | 35 | its FAQ at http://oss.oracle.com/licenses/universal-foss-exception.
|
35 | 36 |
|
36 |
| - Copyright (c) 2008, 2023, Oracle and/or its affiliates. |
| 37 | + Copyright (c) 2008, 2024, Oracle and/or its affiliates. |
37 | 38 |
|
38 | 39 | Election of GPLv2
|
39 | 40 |
|
@@ -602,6 +603,35 @@ of the input file used when generating it. This code is not
|
602 | 603 | standalone and requires a support library to be linked with it. This
|
603 | 604 | support library is itself covered by the above license.
|
604 | 605 |
|
| 606 | +4th party - abseil-cpp |
| 607 | +---------------------- |
| 608 | + |
| 609 | +=== Header in source files: |
| 610 | +// Copyright 2017 The Abseil Authors. |
| 611 | +// |
| 612 | +// Licensed under the Apache License, Version 2.0 (the "License"); |
| 613 | +// you may not use this file except in compliance with the License. |
| 614 | +// You may obtain a copy of the License at |
| 615 | +// |
| 616 | +// https://www.apache.org/licenses/LICENSE-2.0 |
| 617 | +// |
| 618 | +// Unless required by applicable law or agreed to in writing, software |
| 619 | +// distributed under the License is distributed on an "AS IS" BASIS, |
| 620 | +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 621 | +// See the License for the specific language governing permissions and |
| 622 | +// limitations under the License. |
| 623 | +// |
| 624 | +// This header file contains C++11 versions of standard <utility> header |
| 625 | +// abstractions available within C++14 and C++17, and are designed to be |
| 626 | +// drop-in replacement for code compliant with C++14 and C++17. |
| 627 | + |
| 628 | + Apache License |
| 629 | + Version 2.0, January 2004 |
| 630 | + https://www.apache.org/licenses/ |
| 631 | + |
| 632 | +A copy of the Apache License v2.0, January 2004 license can be found |
| 633 | +in the 'Standard Licenses' section. |
| 634 | + |
605 | 635 | ======================================================================
|
606 | 636 | ======================================================================
|
607 | 637 |
|
@@ -2085,6 +2115,13 @@ See Apache License v2.0, January 2004 in the
|
2085 | 2115 |
|
2086 | 2116 | OpenTelemetry C++
|
2087 | 2117 |
|
| 2118 | +You may be receiving a copy of the opentelemetry-cpp library with |
| 2119 | +this MySQL product. The terms of the Oracle license do NOT apply |
| 2120 | +to the opentelemetry-cpp library; it is licensed under the following |
| 2121 | +license, separately from the Oracle programs you receive. |
| 2122 | +If you do not wish to install this program, you may delete its files |
| 2123 | +but the Oracle program might not operate properly or at all without it. |
| 2124 | + |
2088 | 2125 | // Copyright The OpenTelemetry Authors
|
2089 | 2126 | // SPDX-License-Identifier: Apache-2.0
|
2090 | 2127 |
|
|
0 commit comments