@@ -10,7 +10,7 @@ Introduction
10
10
third-party software which may be included in this distribution of
11
11
MySQL 5.7.28 (and later).
12
12
13
- Last updated: March 2020
13
+ Last updated: May 2020
14
14
15
15
Licensing Information
16
16
@@ -35,8 +35,7 @@ Licensing Information
35
35
reproduced below and can also be found along with its FAQ at
36
36
http://oss.oracle.com/licenses/universal-foss-exception.
37
37
38
- Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights
39
- reserved.
38
+ Copyright (c) 1997, 2020, Oracle and/or its affiliates.
40
39
41
40
Election of GPLv2
42
41
@@ -4551,33 +4550,38 @@ zlib
4551
4550
Oracle gratefully acknowledges the contributions of Jean-loup Gailly
4552
4551
and Mark Adler in creating the zlib general purpose compression library
4553
4552
which is used in this product.
4554
- zlib.h -- interface of the 'zlib' general purpose compression library
4555
- Copyright (C) 1995-2004 Jean-loup Gailly and Mark Adler
4553
+ (C) 1995-2017 Jean-loup Gailly and Mark Adler
4556
4554
4557
- zlib.h -- interface of the 'zlib' general purpose compression library
4558
- version 1.2.3, July 18th, 2005
4559
- Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
4555
+ This software is provided 'as-is', without any express or implied
4556
+ warranty. In no event will the authors be held liable for any damages
4557
+ arising from the use of this software.
4560
4558
4561
- zlib.h -- interface of the 'zlib' general purpose compression library
4562
- version 1.2.5, April 19th, 2010
4563
- Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
4559
+ Permission is granted to anyone to use this software for any purpose,
4560
+ including commercial applications, and to alter it and redistribute it
4561
+ freely, subject to the following restrictions:
4564
4562
4565
- This software is provided 'as-is', without any express or implied warranty.
4566
- In no event will the authors be held liable for any damages arising from the
4567
- use of this software. Permission is granted to anyone to use this software
4568
- for any purpose,including commercial applications, and to alter it and
4569
- redistribute it freely, subject to the following restrictions:
4570
4563
4571
- 1. The origin of this software must not be misrepresented; you must not
4572
- claim that you wrote the original software. If you use this software
4573
- in a product, an acknowledgment in the product documentation would
4574
- be appreciated but is not required.
4575
- 2. Altered source versions must be plainly marked as such, and must not
4576
- be misrepresented as being the original software.
4577
- 3. This notice may not be removed or altered from any source distribution.
4564
+ 1. The origin of this software must not be misrepresented; you must not
4565
+ claim that you wrote the original software. If you use this software
4566
+ in a product, an acknowledgment in the product documentation would be
4567
+ appreciated but is not required.
4578
4568
4579
- Jean-loup Gailly jloup@gzip.org
4580
- Mark Adler madler@alumni.caltech.edu
4569
+ 2. Altered source versions must be plainly marked as such, and must not be
4570
+ misrepresented as being the original software.
4571
+
4572
+ 3. This notice may not be removed or altered from any source distribution.
4573
+
4574
+ Jean-loup Gailly Mark Adler
4575
+ jloup@gzip.org madler@alumni.caltech.edu
4576
+
4577
+ If you use the zlib library in a product, we would appreciate *not* receiving
4578
+ lengthy legal documents to sign. The sources are provided for free but without
4579
+ warranty of any kind. The library has been entirely written by Jean-loup
4580
+ Gailly and Mark Adler; it does not include third-party code.
4581
+
4582
+ If you redistribute modified sources, we would appreciate that you include in
4583
+ the file ChangeLog history information documenting your changes. Please read
4584
+ the FAQ for more information on the distribution of modified source versions.
4581
4585
4582
4586
Commonly Used Licenses
4583
4587
0 commit comments