1
1
Licensing Information User Manual
2
2
3
- MySQL 8.3 .0 Community
3
+ MySQL 9.0 .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 8.3 .0 Community.
11
+ MySQL 9.0 .0 Community.
12
12
13
- Last updated: November 2023
13
+ Last updated: May 2024
14
14
15
15
Licensing Information
16
16
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
18
18
team at Oracle. This software is released under version 2 of the GNU
19
19
General Public License (GPLv2), as set forth below, with the following
20
20
additional permissions:
21
21
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.
30
30
31
31
This distribution includes the MySQL C API client library
32
32
(libmysqlclient) otherwise known as MySQL Connector/C. Without limiting
@@ -36,7 +36,7 @@ Licensing Information
36
36
reproduced below and can also be found along with its FAQ at
37
37
http://oss.oracle.com/licenses/universal-foss-exception.
38
38
39
- Copyright (c) 1997, 2023 , Oracle and/or its affiliates.
39
+ Copyright (c) 1997, 2024 , Oracle and/or its affiliates.
40
40
41
41
Election of GPLv2
42
42
@@ -1552,6 +1552,35 @@ of the input file used when generating it. This code is not
1552
1552
standalone and requires a support library to be linked with it. This
1553
1553
support library is itself covered by the above license.
1554
1554
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
+
1555
1584
======================================================================
1556
1585
======================================================================
1557
1586
@@ -1627,6 +1656,40 @@ POSSIBILITY OF SUCH DAMAGE.
1627
1656
======================================================================
1628
1657
======================================================================
1629
1658
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
+
1630
1693
ICU4C Unicode Libraries
1631
1694
1632
1695
COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)
@@ -4061,33 +4124,6 @@ the suitability of this software for any purpose. It is provided
4061
4124
======================================================================
4062
4125
======================================================================
4063
4126
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
-
4091
4127
Time Zone Information
4092
4128
4093
4129
Unless specified below, all files in the tz code and data (including this
@@ -4374,6 +4410,31 @@ their respective owners.
4374
4410
======================================================================
4375
4411
======================================================================
4376
4412
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
+
4377
4438
zlib
4378
4439
4379
4440
Oracle gratefully acknowledges the contributions of Jean-loup Gailly
0 commit comments