Skip to content

Commit 2020c42

Browse files
committed
Updated the LICENSE files
1 parent 321e772 commit 2020c42

File tree

1 file changed

+46
-9
lines changed

1 file changed

+46
-9
lines changed

LICENSE.txt

Lines changed: 46 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,40 @@
11
Licensing Information User Manual
22

3-
MySQL Connector/C++ 8.3.0 Community
3+
MySQL Connector/C++ 8.4.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/C++ 8.3.0 Community.
11+
MySQL Connector/C++ 8.4.0 Community.
1212

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

1515
Licensing Information
1616

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
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/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
2525
component or in the license documentation. Without limiting your rights
2626
under the GPLv2, the authors of MySQL hereby grant you an additional
2727
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.
2930

3031
Without limiting the foregoing grant of rights under the GPLv2 and
3132
additional permission as to separately licensed software, this
3233
Connector is also subject to the Universal FOSS Exception, version 1.0,
3334
a copy of which is reproduced below and can also be found along with
3435
its FAQ at http://oss.oracle.com/licenses/universal-foss-exception.
3536

36-
Copyright (c) 2008, 2023, Oracle and/or its affiliates.
37+
Copyright (c) 2008, 2024, Oracle and/or its affiliates.
3738

3839
Election of GPLv2
3940

@@ -602,6 +603,35 @@ of the input file used when generating it. This code is not
602603
standalone and requires a support library to be linked with it. This
603604
support library is itself covered by the above license.
604605

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+
605635
======================================================================
606636
======================================================================
607637

@@ -2085,6 +2115,13 @@ See Apache License v2.0, January 2004 in the
20852115

20862116
OpenTelemetry C++
20872117

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+
20882125
// Copyright The OpenTelemetry Authors
20892126
// SPDX-License-Identifier: Apache-2.0
20902127

0 commit comments

Comments
 (0)