Skip to content

Commit 638320c

Browse files
committed
Update License Book
Approved-by: Erlend Dahl <[email protected]>
1 parent 089e335 commit 638320c

File tree

2 files changed

+127
-151
lines changed

2 files changed

+127
-151
lines changed

LICENSE

Lines changed: 120 additions & 144 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
Licensing Information User Manual
22

3-
MySQL 8.1 (and later)
3+
MySQL 8.2.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.1 (and later).
11+
MySQL 8.2.0 Community.
1212

13-
Last updated: June 2023
13+
Last updated: August 2023
1414

1515
Licensing Information
1616

17-
This is a release of MySQL 8.1 (and later), brought to you by the MySQL
17+
This release of MySQL 8.2.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.1 (and later) is distributed with certain
22+
This distribution of MySQL 8.2.0 Community is distributed with certain
2323
software (including but not limited to OpenSSL) that is licensed under
2424
separate terms, as designated in a particular file or component or in
2525
the license documentation. Without limiting your rights under the
@@ -661,138 +661,122 @@ PURPOSE.
661661

662662
Editline Library (libedit)
663663

664-
Some files are:
665-
----------------------------------------------------------------
666-
667664
Copyright (c) 1992, 1993
668-
The Regents of the University of California. All rights reserved.
669-
670-
This code is derived from software contributed to
671-
Berkeley by Christos Zoulas of Cornell University.
672-
673-
Redistribution and use in source and binary forms,
674-
with or without modification, are permitted provided
675-
that the following conditions are met:
676-
677-
1. Redistributions of source code must retain the
678-
above copyright notice, this list of conditions
679-
and the following disclaimer.
680-
2. Redistributions in binary form must reproduce the
681-
above copyright notice, this list of conditions and
682-
the following disclaimer in the documentation and/or
683-
other materials provided with the distribution.
684-
3. Neither the name of the University nor the names of
685-
its contributors may be used to endorse or promote
686-
products derived from this software without specific
687-
prior written permission.
688-
689-
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS
690-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
691-
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
692-
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
693-
EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
694-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
695-
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
696-
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
697-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
698-
AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
699-
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
700-
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
701-
OF THE POSSIBILITY OF SUCH DAMAGE.
702-
703-
Some files are:
704-
----------------------------------------------------------------
705-
Copyright (c) 2001 The NetBSD Foundation, Inc.
706-
All rights reserved.
665+
The Regents of the University of California. All rights reserved.
707666

708-
This code is derived from software contributed to The NetBSD Foundation
709-
710-
by Anthony Mallet.
711-
712-
Redistribution and use in source and binary forms,
713-
with or without modification, are permitted provided
714-
that the following conditions are met:
715-
716-
1. Redistributions of source code must retain the
717-
above copyright notice, this list of conditions
718-
and the following disclaimer.
719-
2. Redistributions in binary form must reproduce the
720-
above copyright notice, this list of conditions and the
721-
following disclaimer in the documentation and/or
722-
other materials provided with the distribution.
723-
724-
THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC.
725-
AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
726-
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
727-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
728-
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
729-
THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
730-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
731-
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
732-
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
733-
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
734-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
735-
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
736-
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
737-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
738-
DAMAGE.
739-
740-
Some files are:
741-
----------------------------------------------------------------
742-
Copyright (c) 1997 The NetBSD Foundation, Inc.
743-
All rights reserved.
667+
This code is derived from software contributed to Berkeley by
668+
Christos Zoulas of Cornell University.
669+
670+
Redistribution and use in source and binary forms, with or without
671+
modification, are permitted provided that the following conditions
672+
are met:
673+
1. Redistributions of source code must retain the above copyright
674+
notice, this list of conditions and the following disclaimer.
675+
2. Redistributions in binary form must reproduce the above copyright
676+
notice, this list of conditions and the following disclaimer in the
677+
documentation and/or other materials provided with the distribution.
678+
3. Neither the name of the University nor the names of its contributors
679+
may be used to endorse or promote products derived from this software
680+
without specific prior written permission.
744681

745-
This code is derived from software contributed to The NetBSD Foundation
746-
747-
by Jaromir Dolecek.
748-
749-
Redistribution and use in source and binary forms,
750-
with or without modification, are permitted provided
751-
that the following conditions are met:
752-
753-
1. Redistributions of source code must retain the
754-
above copyright notice, this list of conditions
755-
and the following disclaimer.
756-
2. Redistributions in binary form must reproduce
757-
the above copyright notice, this list of conditions
758-
and the following disclaimer in the documentation
759-
and/or other materials provided with the distribution.
760-
761-
THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC.
762-
AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
763-
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
764-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
765-
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
766-
THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
767-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
768-
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
769-
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
770-
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
771-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
772-
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
773-
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
774-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
775-
DAMAGE.
776-
777-
Some files are:
778-
----------------------------------------------------------------
779-
Copyright (c) 1998 Todd C. Miller <[email protected]>
780-
781-
Permission to use, copy, modify, and distribute this
782-
software for any purpose with or without fee is hereby
783-
granted, provided that the above copyright notice and
784-
this permission notice appear in all copies.
785-
786-
THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER
787-
DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE
788-
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
789-
AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE
790-
FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
791-
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
792-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
793-
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
794-
ARISING OUT OF OR IN CONNECTION WITH THE USE OR
795-
PERFORMANCE OF THIS SOFTWARE.
682+
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
683+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
684+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
685+
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
686+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
687+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
688+
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
689+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
690+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
691+
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
692+
SUCH DAMAGE.
693+
694+
Files with different/specific license header
695+
======================
696+
src/readline.c
697+
src/literal.h
698+
src/literal.c
699+
src/getline.c
700+
src/filecomplete.h
701+
src/filecomplete.c
702+
src/eln.c
703+
src/chartype.h
704+
src/chartype.c
705+
src/read.h
706+
-----------------------
707+
/*-
708+
* Copyright (c) 1997 The NetBSD Foundation, Inc.
709+
* Copyright (c) 2001 The NetBSD Foundation, Inc.
710+
* All rights reserved.
711+
*
712+
* This code is derived from software contributed to The NetBSD Foundation
713+
* by Jaromir Dolecek.
714+
*
715+
* Redistribution and use in source and binary forms, with or without
716+
* modification, are permitted provided that the following conditions
717+
* are met:
718+
* 1. Redistributions of source code must retain the above copyright
719+
* notice, this list of conditions and the following disclaimer.
720+
* 2. Redistributions in binary form must reproduce the above copyright
721+
* notice, this list of conditions and the following disclaimer in the
722+
* documentation and/or other materials provided with the distribution.
723+
*
724+
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
725+
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
726+
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
727+
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
728+
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
729+
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
730+
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
731+
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
732+
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
733+
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
734+
* POSSIBILITY OF SUCH DAMAGE.
735+
*/
736+
737+
src/wcsdup.c
738+
-------------
739+
*
740+
* Copyright (C) 2006 Aleksey Cheusov
741+
*
742+
* This material is provided "as is", with absolutely no warranty expressed
743+
* or implied. Any use is at your own risk.
744+
*
745+
* Permission to use or copy this software for any purpose is hereby granted
746+
* without fee. Permission to modify the code and to distribute modified
747+
* code is also granted without any restrictions.
748+
*/
749+
750+
src/reallocarr.c
751+
----------------
752+
/*-
753+
* Copyright (c) 2015 Joerg Sonnenberger <[email protected]>.
754+
* All rights reserved.
755+
*
756+
* Redistribution and use in source and binary forms, with or without
757+
* modification, are permitted provided that the following conditions
758+
* are met:
759+
*
760+
* 1. Redistributions of source code must retain the above copyright
761+
* notice, this list of conditions and the following disclaimer.
762+
* 2. Redistributions in binary form must reproduce the above copyright
763+
* notice, this list of conditions and the following disclaimer in
764+
* the documentation and/or other materials provided with the
765+
* distribution.
766+
*
767+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
768+
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
769+
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
770+
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
771+
* COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
772+
* INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING,
773+
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
774+
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
775+
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
776+
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
777+
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
778+
* SUCH DAMAGE.
779+
*/
796780

797781
======================================================================
798782
======================================================================
@@ -848,11 +832,7 @@ Foundation; either version 1, or (at your option) any later version, or
848832

849833
b) the "Artistic License" which comes with the Expect/pr code.
850834

851-
Oracle elects to use the GPLv2 for version of MySQL that are licensed under
852-
the GPL.
853-
854-
Oracle elects to use the Artistic license for all other (commercial) versions
855-
of MySQL.
835+
Oracle elects to use the Artistic license for all versions of MySQL
856836

857837
A copy of the GPLv2 and the Artistic License (Perl) 1.0 must be included with
858838
any distribution:
@@ -3860,11 +3840,7 @@ Foundation; either version 1, or (at your option) any later version, or
38603840

38613841
b) the "Artistic License" which comes with the Expect/pr code.
38623842

3863-
Oracle elects to use the GPLv2 for version of MySQL that are licensed under
3864-
the GPL.
3865-
3866-
Oracle elects to use the Artistic license for all other (commercial) versions
3867-
of MySQL.
3843+
Oracle elects to use the Artistic license for all versions of MySQL
38683844

38693845
A copy of the GPLv2 and the Artistic License (Perl) 1.0 must be included with
38703846
any distribution.

router/LICENSE.router

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

3-
MySQL Router 8.1 (and later)
3+
MySQL Router 8.2.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.1 (and later).
11+
MySQL Router 8.2.0 Community.
1212

13-
Last updated: June 2023
13+
Last updated: August 2023
1414

1515
Licensing Information
1616

17-
This is a release of MySQL Router 8.1 (and later), brought to you by
18-
the MySQL team at Oracle. This software is released under version 2 of
19-
the GNU General Public License (GPLv2), as set forth below, with the
17+
This release of MySQL Router 8.2.0 Community is brought to you by the
18+
MySQL team at Oracle. This software is released under version 2 of the
19+
GNU General Public License (GPLv2), as set forth below, with the
2020
following additional permissions:
2121

22-
This distribution of MySQL Router 8.1 (and later) is distributed with
22+
This distribution of MySQL Router 8.2.0 Community is distributed with
2323
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

0 commit comments

Comments
 (0)