|
1 | 1 | Licensing Information User Manual
|
2 | 2 |
|
3 |
| -MySQL Connector/Python 8.3.0 Community |
| 3 | +MySQL Connector/Python 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/Python 8.3.0 Community. |
| 11 | + MySQL Connector/Python 8.4.0 Community. |
12 | 12 |
|
13 |
| - Last updated: November 2023 |
| 13 | + Last updated: February 2024 |
14 | 14 |
|
15 | 15 | Licensing Information
|
16 | 16 |
|
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 |
18 | 18 | you by the MySQL team at Oracle. This software is released under
|
19 | 19 | version 2 of the GNU General Public License (GPLv2), as set forth
|
20 | 20 | below, with the following additional permissions:
|
21 | 21 |
|
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. |
30 | 30 |
|
31 | 31 | Without limiting the foregoing grant of rights under the GPLv2 and
|
32 | 32 | additional permission as to separately licensed software, this
|
33 | 33 | Connector is also subject to the Universal FOSS Exception, version 1.0,
|
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) 2012, 2023, Oracle and/or its affiliates. |
| 37 | + Copyright (c) 2012, 2024, Oracle and/or its affiliates. |
38 | 38 |
|
39 | 39 | Election of GPLv2
|
40 | 40 |
|
@@ -642,6 +642,35 @@ of the input file used when generating it. This code is not
|
642 | 642 | standalone and requires a support library to be linked with it. This
|
643 | 643 | support library is itself covered by the above license.
|
644 | 644 |
|
| 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 | + |
645 | 674 | ======================================================================
|
646 | 675 | ======================================================================
|
647 | 676 |
|
|
0 commit comments