Skip to content

Commit 3ad63d6

Browse files
committed
Update License Book
Approved by: Erlend Dahl <erlend.dahl@oracle.com>
1 parent ccd51ba commit 3ad63d6

File tree

2 files changed

+137
-47
lines changed

2 files changed

+137
-47
lines changed

Diff for: LICENSE

+101-40
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
Licensing Information User Manual
22

3-
MySQL 8.3.0 Community
3+
MySQL 9.0.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 8.3.0 Community.
11+
MySQL 9.0.0 Community.
1212

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

1515
Licensing Information
1616

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

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

3131
This distribution includes the MySQL C API client library
3232
(libmysqlclient) otherwise known as MySQL Connector/C. Without limiting
@@ -36,7 +36,7 @@ Licensing Information
3636
reproduced below and can also be found along with its FAQ at
3737
http://oss.oracle.com/licenses/universal-foss-exception.
3838

39-
Copyright (c) 1997, 2023, Oracle and/or its affiliates.
39+
Copyright (c) 1997, 2024, Oracle and/or its affiliates.
4040

4141
Election of GPLv2
4242

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

1555+
4th party - abseil-cpp
1556+
----------------------
1557+
1558+
=== Header in source files:
1559+
// Copyright 2017 The Abseil Authors.
1560+
//
1561+
// Licensed under the Apache License, Version 2.0 (the "License");
1562+
// you may not use this file except in compliance with the License.
1563+
// You may obtain a copy of the License at
1564+
//
1565+
// https://www.apache.org/licenses/LICENSE-2.0
1566+
//
1567+
// Unless required by applicable law or agreed to in writing, software
1568+
// distributed under the License is distributed on an "AS IS" BASIS,
1569+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1570+
// See the License for the specific language governing permissions and
1571+
// limitations under the License.
1572+
//
1573+
// This header file contains C++11 versions of standard <utility> header
1574+
// abstractions available within C++14 and C++17, and are designed to be
1575+
// drop-in replacement for code compliant with C++14 and C++17.
1576+
1577+
Apache License
1578+
Version 2.0, January 2004
1579+
https://www.apache.org/licenses/
1580+
1581+
A copy of the Apache License v2.0, January 2004 license can be found
1582+
in the 'Standard Licenses' section.
1583+
15551584
======================================================================
15561585
======================================================================
15571586

@@ -1627,6 +1656,40 @@ POSSIBILITY OF SUCH DAMAGE.
16271656
======================================================================
16281657
======================================================================
16291658

1659+
gperftools
1660+
1661+
Copyright (c) 2005, Google Inc.
1662+
All rights reserved.
1663+
1664+
Redistribution and use in source and binary forms, with or without
1665+
modification, are permitted provided that the following conditions are
1666+
met:
1667+
1668+
* Redistributions of source code must retain the above copyright
1669+
notice, this list of conditions and the following disclaimer.
1670+
* Redistributions in binary form must reproduce the above
1671+
copyright notice, this list of conditions and the following disclaimer
1672+
in the documentation and/or other materials provided with the
1673+
distribution.
1674+
* Neither the name of Google Inc. nor the names of its
1675+
contributors may be used to endorse or promote products derived from
1676+
this software without specific prior written permission.
1677+
1678+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1679+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1680+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1681+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1682+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1683+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1684+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1685+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1686+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1687+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1688+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1689+
1690+
======================================================================
1691+
======================================================================
1692+
16301693
ICU4C Unicode Libraries
16311694

16321695
COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)
@@ -4061,33 +4124,6 @@ the suitability of this software for any purpose. It is provided
40614124
======================================================================
40624125
======================================================================
40634126

4064-
Robin Hood Hash
4065-
4066-
MIT License
4067-
4068-
Copyright (c) 2018-2021 Martin Ankerl
4069-
4070-
Permission is hereby granted, free of charge, to any person obtaining a
4071-
copy of this software and associated documentation files (the "Software"),
4072-
to deal in the Software without restriction, including without limitation
4073-
the rights to use, copy, modify, merge, publish, distribute, sublicense,
4074-
and/or sell copies of the Software, and to permit persons to whom the
4075-
Software is furnished to do so, subject to the following conditions:
4076-
4077-
The above copyright notice and this permission notice shall be included in
4078-
all copies or substantial portions of the Software.
4079-
4080-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4081-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4082-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
4083-
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4084-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4085-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4086-
DEALINGS IN THE SOFTWARE.
4087-
4088-
======================================================================
4089-
======================================================================
4090-
40914127
Time Zone Information
40924128

40934129
Unless specified below, all files in the tz code and data (including this
@@ -4374,6 +4410,31 @@ their respective owners.
43744410
======================================================================
43754411
======================================================================
43764412

4413+
unordered_dense
4414+
4415+
Copyright (c) 2022 Martin Leitner-Ankerl
4416+
4417+
Permission is hereby granted, free of charge, to any person obtaining a copy
4418+
of this software and associated documentation files (the "Software"), to deal
4419+
in the Software without restriction, including without limitation the rights
4420+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4421+
copies of the Software, and to permit persons to whom the Software is
4422+
furnished to do so, subject to the following conditions:
4423+
4424+
The above copyright notice and this permission notice shall be included in all
4425+
copies or substantial portions of the Software.
4426+
4427+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4428+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4429+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4430+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4431+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4432+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4433+
SOFTWARE.
4434+
4435+
======================================================================
4436+
======================================================================
4437+
43774438
zlib
43784439

43794440
Oracle gratefully acknowledges the contributions of Jean-loup Gailly

Diff for: router/LICENSE.router

+36-7
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
Licensing Information User Manual
22

3-
MySQL Router 8.3.0 Community
3+
MySQL Router 9.0.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 Router 8.3.0 Community.
11+
MySQL Router 9.0.0 Community.
1212

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

1515
Licensing Information
1616

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

22-
This distribution of MySQL Router 8.3.0 Community is designed to work with
23-
certain software (including but not limited to OpenSSL) that is
22+
This distribution of MySQL Router 9.0.0 Community is designed to work
23+
with certain software (including but not limited to OpenSSL) that is
2424
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
2828
separately licensed software that they have either included with the
2929
program or referenced in the documentation.
3030

31-
Copyright (c) 2015, 2023, Oracle and/or its affiliates.
31+
Copyright (c) 2015, 2024, Oracle and/or its affiliates.
3232

3333
Election of GPLv2
3434

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

546+
4th party - abseil-cpp
547+
----------------------
548+
549+
=== Header in source files:
550+
// Copyright 2017 The Abseil Authors.
551+
//
552+
// Licensed under the Apache License, Version 2.0 (the "License");
553+
// you may not use this file except in compliance with the License.
554+
// You may obtain a copy of the License at
555+
//
556+
// https://www.apache.org/licenses/LICENSE-2.0
557+
//
558+
// Unless required by applicable law or agreed to in writing, software
559+
// distributed under the License is distributed on an "AS IS" BASIS,
560+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
561+
// See the License for the specific language governing permissions and
562+
// limitations under the License.
563+
//
564+
// This header file contains C++11 versions of standard <utility> header
565+
// abstractions available within C++14 and C++17, and are designed to be
566+
// drop-in replacement for code compliant with C++14 and C++17.
567+
568+
Apache License
569+
Version 2.0, January 2004
570+
https://www.apache.org/licenses/
571+
572+
A copy of the Apache License v2.0, January 2004 license can be found
573+
in the 'Standard Licenses' section.
574+
546575
======================================================================
547576
======================================================================
548577

0 commit comments

Comments
 (0)