Skip to content

Commit

Permalink
Update License Book
Browse files Browse the repository at this point in the history
Approved-by: Bjorn Munch <bjorn.munch@oracle.com>
  • Loading branch information
bkandasa committed Nov 30, 2020
1 parent 37b23c8 commit b2344c7
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 44 deletions.
143 changes: 102 additions & 41 deletions LICENSE
Expand Up @@ -10,7 +10,7 @@ Introduction
third-party software which may be included in this distribution of
MySQL 8.0.

Last updated: July 2020
Last updated: September 2020

Licensing Information

Expand Down Expand Up @@ -60,8 +60,10 @@ on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the specific language
governing permissions and limitations under the License.

=====================================================================
=====================================================================

======================================================================
======================================================================


GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Expand Down Expand Up @@ -411,8 +413,8 @@ you may consider it more useful to permit linking proprietary
applications with the library. If this is what you want to do, use
the GNU Lesser General Public License instead of this License.

=====================================================================
=====================================================================
======================================================================
======================================================================

The Universal FOSS Exception, Version 1.0

Expand Down Expand Up @@ -5871,46 +5873,42 @@ remains attached.

Linux-PAM

Linux-PAM (pam-devel, Pluggable authentication modules for Linux)
Unless otherwise *explicitly* stated the following text describes the licensed
conditions under which the contents of this Linux-PAM release may be
distributed:

Copyright Theodore Ts'o, 1996. All rights reserved.
-------------------------------------------------------------------------
Redistribution and use in source and binary forms of Linux-PAM, with or without
modification, are permitted provided that the following conditions are met:

(For the avoidance of doubt, Oracle uses and distributes this
component under the terms below and elects not to do so under
the GPL even though the GPL is referenced as an option below.)
1. Redistributions of source code must retain any existing copyright notice, and
this entire permission notice in its entirety, including the disclaimer of
warranties.

Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
conditions are met:
2. Redistributions in binary form must reproduce all prior and current copyright
notices, this list of conditions, and the following disclaimer in the
documentation and/or other materials provided with the distribution.

1. Redistributions of source code must retain the above copyright
notice, and the entire permission notice in its entirety,
including the disclaimer of warranties.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. The name of the author may not be used to endorse or promote
products derived from this software without specific prior
written permission.

ALTERNATIVELY, this product may be distributed under the terms
of the GNU Public License, in which case the provisions of the
GPL are required INSTEAD OF the above restrictions. (This clause
is necessary due to a potential bad interaction between the GPL
and the restrictions contained in a BSD-style copyright.)

THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
3. The name of any author may not be used to endorse or promote products derived
from this software without their specific prior written permission.

ALTERNATIVELY, this product may be distributed under the terms of the GNU
General Public License, in which case the provisions of the GNU GPL are required
INSTEAD OF the above restrictions. (This clause is necessary due to a potential
conflict between the GNU GPL and the restrictions contained in a BSD-style
copyright.)

THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S)
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-------------------------------------------------------------------------
Oracle elects the BSD-style license

======================================================================
======================================================================
Expand Down Expand Up @@ -6553,6 +6551,33 @@ the suitability of this software for any purpose. It is provided
======================================================================
======================================================================

Robin Hood Hash

MIT License

Copyright (c) 2018-2019 Martin Ankerl

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

======================================================================
======================================================================

sajson

sajson
Expand Down Expand Up @@ -6676,6 +6701,42 @@ THE SOFTWARE.
======================================================================
======================================================================

Time Zone Information

Unless specified below, all files in the tz code and data (including this
LICENSE file) are in the public domain. If the files date.c,
newstrftime.3, and strftime.c are present, they contain material derived
from BSD and use the BSD 3-clause license. tzdata:
# This file is in the public domain, so clarified as of
# 2009-05-17 by Arthur David Olson.
/* Copyright 1985, 1987, 1988 The Regents of the University of California.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of the University nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE. */

======================================================================
======================================================================

Unicode Data Files, V9.0

Unicode Data Files, V9.0
Expand Down
8 changes: 5 additions & 3 deletions router/LICENSE.router
Expand Up @@ -10,7 +10,7 @@ Introduction
third-party software which may be included in this distribution of
MySQL Router 8.0.

Last updated: July 2020
Last updated: September 2020

Licensing Information

Expand Down Expand Up @@ -52,8 +52,10 @@ on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the specific language
governing permissions and limitations under the License.

=====================================================================
=====================================================================

======================================================================
======================================================================


GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Expand Down

0 comments on commit b2344c7

Please sign in to comment.