Skip to content

Commit 1e080f7

Browse files
suhgoeloscpache
authored andcommitted
Updated the GPL LICENSE file for 8.4.0
1 parent 22c9530 commit 1e080f7

File tree

1 file changed

+42
-13
lines changed

1 file changed

+42
-13
lines changed

LICENSE.txt

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

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

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

1515
Licensing Information
1616

17-
This release of MySQL Connector/Python 8.3.0 Community is brought to
17+
This release of MySQL Connector/Python 8.4.0 Community is brought to
1818
you by the MySQL team at Oracle. This software is released under
1919
version 2 of the GNU General Public License (GPLv2), as set forth
2020
below, with the following additional permissions:
2121

22-
This distribution of MySQL Connector/Python 8.3.0 Community is
23-
distributed with certain software (including but not limited to
24-
OpenSSL) that is licensed under separate terms, as designated in a
25-
particular file or component or in the license documentation. Without
26-
limiting your rights under the GPLv2, the authors of MySQL hereby grant
27-
you an additional permission to link the program and your derivative
28-
works with the separately licensed software that they have included
29-
with the program.
22+
This distribution of MySQL Connector/Python 8.4.0 Community is designed
23+
to work with certain software (including but not limited to OpenSSL)
24+
that is licensed under separate terms, as designated in a particular
25+
file or component or in the license documentation. Without limiting
26+
your rights under the GPLv2, the authors of MySQL hereby grant you an
27+
additional permission to link the program and your derivative works
28+
with the separately licensed software that they have either included
29+
with the program or referenced in the documentation.
3030

3131
Without limiting the foregoing grant of rights under the GPLv2 and
3232
additional permission as to separately licensed software, this
3333
Connector is also subject to the Universal FOSS Exception, version 1.0,
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) 2012, 2023, Oracle and/or its affiliates.
37+
Copyright (c) 2012, 2024, Oracle and/or its affiliates.
3838

3939
Election of GPLv2
4040

@@ -642,6 +642,35 @@ of the input file used when generating it. This code is not
642642
standalone and requires a support library to be linked with it. This
643643
support library is itself covered by the above license.
644644

645+
4th party - abseil-cpp
646+
----------------------
647+
648+
=== Header in source files:
649+
// Copyright 2017 The Abseil Authors.
650+
//
651+
// Licensed under the Apache License, Version 2.0 (the "License");
652+
// you may not use this file except in compliance with the License.
653+
// You may obtain a copy of the License at
654+
//
655+
// https://www.apache.org/licenses/LICENSE-2.0
656+
//
657+
// Unless required by applicable law or agreed to in writing, software
658+
// distributed under the License is distributed on an "AS IS" BASIS,
659+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
660+
// See the License for the specific language governing permissions and
661+
// limitations under the License.
662+
//
663+
// This header file contains C++11 versions of standard <utility> header
664+
// abstractions available within C++14 and C++17, and are designed to be
665+
// drop-in replacement for code compliant with C++14 and C++17.
666+
667+
Apache License
668+
Version 2.0, January 2004
669+
https://www.apache.org/licenses/
670+
671+
A copy of the Apache License v2.0, January 2004 license can be found
672+
in the 'Standard Licenses' section.
673+
645674
======================================================================
646675
======================================================================
647676

0 commit comments

Comments
 (0)