@@ -10,7 +10,7 @@ Introduction
10
10
third-party software which may be included in this distribution of
11
11
MySQL 5.6.46 (and later).
12
12
13
- Last updated: July 2020
13
+ Last updated: September 2020
14
14
15
15
Licensing Information
16
16
@@ -60,8 +60,10 @@ on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
60
60
either express or implied. See the License for the specific language
61
61
governing permissions and limitations under the License.
62
62
63
- =====================================================================
64
- =====================================================================
63
+
64
+ ======================================================================
65
+ ======================================================================
66
+
65
67
66
68
GNU GENERAL PUBLIC LICENSE
67
69
Version 2, June 1991
@@ -411,8 +413,8 @@ you may consider it more useful to permit linking proprietary
411
413
applications with the library. If this is what you want to do, use
412
414
the GNU Lesser General Public License instead of this License.
413
415
414
- =====================================================================
415
- =====================================================================
416
+ ======================================================================
417
+ ======================================================================
416
418
417
419
The Universal FOSS Exception, Version 1.0
418
420
@@ -2542,46 +2544,42 @@ purpose. It is provided "as is" without express or implied warranty.
2542
2544
2543
2545
Linux-PAM
2544
2546
2545
- Linux-PAM (pam-devel, Pluggable authentication modules for Linux)
2547
+ Unless otherwise *explicitly* stated the following text describes the licensed
2548
+ conditions under which the contents of this Linux-PAM release may be
2549
+ distributed:
2546
2550
2547
- Copyright Theodore Ts'o, 1996. All rights reserved.
2551
+ -------------------------------------------------------------------------
2552
+ Redistribution and use in source and binary forms of Linux-PAM, with or without
2553
+ modification, are permitted provided that the following conditions are met:
2548
2554
2549
- (For the avoidance of doubt, Oracle uses and distributes this
2550
- component under the terms below and elects not to do so under
2551
- the GPL even though the GPL is referenced as an option below.)
2555
+ 1. Redistributions of source code must retain any existing copyright notice, and
2556
+ this entire permission notice in its entirety, including the disclaimer of
2557
+ warranties.
2552
2558
2553
- Redistribution and use in source and binary forms, with or
2554
- without modification, are permitted provided that the following
2555
- conditions are met:
2559
+ 2. Redistributions in binary form must reproduce all prior and current copyright
2560
+ notices, this list of conditions, and the following disclaimer in the
2561
+ documentation and/or other materials provided with the distribution.
2556
2562
2557
- 1. Redistributions of source code must retain the above copyright
2558
- notice, and the entire permission notice in its entirety,
2559
- including the disclaimer of warranties.
2560
- 2. Redistributions in binary form must reproduce the above copyright
2561
- notice, this list of conditions and the following disclaimer in
2562
- the documentation and/or other materials provided with the
2563
- distribution.
2564
- 3. The name of the author may not be used to endorse or promote
2565
- products derived from this software without specific prior
2566
- written permission.
2567
-
2568
- ALTERNATIVELY, this product may be distributed under the terms
2569
- of the GNU Public License, in which case the provisions of the
2570
- GPL are required INSTEAD OF the above restrictions. (This clause
2571
- is necessary due to a potential bad interaction between the GPL
2572
- and the restrictions contained in a BSD-style copyright.)
2573
-
2574
- THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
2575
- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2576
- OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2577
- DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
2578
- INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2579
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2580
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2581
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
2582
- STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2583
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
2584
- OF THE POSSIBILITY OF SUCH DAMAGE.
2563
+ 3. The name of any author may not be used to endorse or promote products derived
2564
+ from this software without their specific prior written permission.
2565
+
2566
+ ALTERNATIVELY, this product may be distributed under the terms of the GNU
2567
+ General Public License, in which case the provisions of the GNU GPL are required
2568
+ INSTEAD OF the above restrictions. (This clause is necessary due to a potential
2569
+ conflict between the GNU GPL and the restrictions contained in a BSD-style
2570
+ copyright.)
2571
+
2572
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
2573
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
2574
+ FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S)
2575
+ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2576
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
2577
+ GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2578
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2579
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
2580
+ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2581
+ -------------------------------------------------------------------------
2582
+ Oracle elects the BSD-style license
2585
2583
2586
2584
======================================================================
2587
2585
======================================================================
@@ -3303,6 +3301,42 @@ By Steve Reid <steve@edmweb.com>
3303
3301
======================================================================
3304
3302
======================================================================
3305
3303
3304
+ Time Zone Information
3305
+
3306
+ Unless specified below, all files in the tz code and data (including this
3307
+ LICENSE file) are in the public domain. If the files date.c,
3308
+ newstrftime.3, and strftime.c are present, they contain material derived
3309
+ from BSD and use the BSD 3-clause license. tzdata:
3310
+ # This file is in the public domain, so clarified as of
3311
+ # 2009-05-17 by Arthur David Olson.
3312
+ /* Copyright 1985, 1987, 1988 The Regents of the University of California.
3313
+ All rights reserved.
3314
+ Redistribution and use in source and binary forms, with or without
3315
+ modification, are permitted provided that the following conditions
3316
+ are met:
3317
+ 1. Redistributions of source code must retain the above copyright
3318
+ notice, this list of conditions and the following disclaimer.
3319
+ 2. Redistributions in binary form must reproduce the above copyright
3320
+ notice, this list of conditions and the following disclaimer in the
3321
+ documentation and/or other materials provided with the distribution.
3322
+ 3. Neither the name of the University nor the names of its contributors
3323
+ may be used to endorse or promote products derived from this software
3324
+ without specific prior written permission.
3325
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND
3326
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3327
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3328
+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
3329
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3330
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3331
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3332
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3333
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3334
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3335
+ SUCH DAMAGE. */
3336
+
3337
+ ======================================================================
3338
+ ======================================================================
3339
+
3306
3340
Unicode Data Files
3307
3341
3308
3342
Unicode Data Files
0 commit comments