@@ -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: September 2019
13
+ Last updated: November 2019
14
14
15
15
Licensing Information
16
16
@@ -550,7 +550,6 @@ PSF LICENSE AGREEMENT FOR PYTHON 2.7.11
550
550
8. By copying, installing or otherwise using Python 2.7.11, Licensee agrees
551
551
to be bound by the terms and conditions of this License Agreement.
552
552
553
-
554
553
Boost Library
555
554
556
555
The following software may be included in this product:
@@ -819,71 +818,6 @@ OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
819
818
ARISING OUT OF OR IN CONNECTION WITH THE USE OR
820
819
PERFORMANCE OF THIS SOFTWARE.
821
820
822
- Some files are:
823
- Copyright (c) 1998 The NetBSD Foundation, Inc.
824
- All rights reserved.
825
-
826
- This code is derived from software contributed to The NetBSD
827
- Foundation by Christos Zoulas.
828
-
829
- Redistribution and use in source and binary forms, with or
830
- without modification, are permitted provided that the following
831
- conditions
832
- are met:
833
- 1. Redistributions of source code must retain the above copyright
834
- notice, this list of conditions and the following disclaimer.
835
- 2. Redistributions in binary form must reproduce the above
836
- copyright notice, this list of conditions and the following
837
- disclaimer in the documentation and/or other materials provided
838
- with the distribution.
839
-
840
- THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
841
- CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
842
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
843
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
844
- DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
845
- BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
846
- OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
847
- OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
848
- OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
849
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
850
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
851
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
852
-
853
- Some files are:
854
- Copyright (c) 2009 The NetBSD Foundation, Inc.
855
- All rights reserved.
856
-
857
- Redistribution and use in source and binary forms, with or without
858
- modification, are permitted provided that the following conditions
859
- are met:
860
- 1. Redistributions of source code must retain the above copyright
861
- notice, this list of conditions and the following disclaimer.
862
- 2. Redistributions in binary form must reproduce the above copyright
863
- notice, this list of conditions and the following disclaimer in the
864
- documentation and/or other materials provided with the
865
- distribution.
866
- 3. All advertising materials mentioning features or use of this
867
- software must display the following acknowledgement:
868
- This product includes software developed by the NetBSD
869
- Foundation, Inc. and its contributors.
870
- 4. Neither the name of The NetBSD Foundation nor the names of its
871
- contributors may be used to endorse or promote products derived
872
- from this software without specific prior written permission.
873
-
874
- THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
875
- CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
876
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
877
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
878
- DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
879
- BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
880
- OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
881
- OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
882
- OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
883
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
884
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
885
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
886
-
887
821
Facebook Fast Checksum Patch
888
822
889
823
The following software may be included in this product:
@@ -1773,7 +1707,6 @@ SUCH DAMAGE.
1773
1707
libevent
1774
1708
1775
1709
The following software may be included in this product:
1776
-
1777
1710
Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
1778
1711
Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
1779
1712
@@ -1841,7 +1774,6 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1841
1774
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1842
1775
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1843
1776
1844
-
1845
1777
libgcc & libstdc++ Libraries
1846
1778
1847
1779
The following software may be included in this product:
@@ -3709,32 +3641,30 @@ LZ4
3709
3641
3710
3642
The following software may be included in this product:
3711
3643
LZ4 Library
3712
- Copyright (c) 2011-2014 , Yann Collet
3644
+ Copyright (c) 2011-2016 , Yann Collet
3713
3645
All rights reserved.
3714
3646
3715
3647
Redistribution and use in source and binary forms, with or without
3716
- modification, are permitted provided that the following conditions
3717
- are met:
3648
+ modification, are permitted provided that the following conditions are met:
3718
3649
3719
- * Redistributions of source code must retain the above copyright
3720
- notice, this list of conditions and the following disclaimer.
3650
+ * Redistributions of source code must retain the above copyright notice,
3651
+ this list of conditions and the following disclaimer.
3721
3652
3722
- * Redistributions in binary form must reproduce the above copyright
3723
- notice, this list of conditions and the following disclaimer in the
3724
- documentation and/or other materials provided with the distribution.
3653
+ * Redistributions in binary form must reproduce the above copyright notice,
3654
+ this list of conditions and the following disclaimer in the documentation
3655
+ and/or other materials provided with the distribution.
3725
3656
3726
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3727
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3728
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
3729
- FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
3730
- COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
3731
- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
3732
- BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3733
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
3734
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3735
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
3736
- ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3737
- POSSIBILITY OF SUCH DAMAGE.
3657
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
3658
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3659
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3660
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
3661
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAG
3662
+ ES
3663
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3664
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
3665
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3666
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3667
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3738
3668
3739
3669
md5 (Message-Digest Algorithm 5)
3740
3670
@@ -4033,16 +3963,14 @@ OpenSSL License
4033
3963
4034
3964
The OpenSSL toolkit stays under a double license, i.e. both the conditions of
4035
3965
the OpenSSL License and the original SSLeay license apply to the toolkit.
4036
- See below for the actual license texts. Actually both licenses are BSD-style
4037
- Open Source licenses. In case of any license issues related to OpenSSL
4038
- please contact openssl-core@openssl.org.
3966
+ See below for the actual license texts.
4039
3967
4040
3968
OpenSSL License
4041
3969
---------------
4042
3970
4043
3971
/* ====================================================================
4044
3972
4045
- * Copyright (c) 1998-2017 The OpenSSL Project. All rights reserved.
3973
+ * Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
4046
3974
*
4047
3975
4048
3976
* Redistribution and use in source and binary forms, with or without
0 commit comments