@@ -10,7 +10,7 @@ Introduction
10
10
third-party software which may be included in this distribution of
11
11
MySQL Connector/Python 8.0.
12
12
13
- Last updated: January 2020
13
+ Last updated: February 2020
14
14
15
15
Licensing Information
16
16
@@ -549,6 +549,45 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
549
549
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
550
550
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
551
551
552
+ Google Protocol Buffers
553
+
554
+ The following software may be included in this product:
555
+ Copyright 2008 Google Inc. All rights reserved.
556
+
557
+ Redistribution and use in source and binary forms, with or without
558
+ modification, are permitted provided that the following conditions are
559
+ met:
560
+
561
+
562
+ * Redistributions of source code must retain the above copyright
563
+ notice, this list of conditions and the following disclaimer.
564
+
565
+ * Redistributions in binary form must reproduce the above
566
+ copyright notice, this list of conditions and the following disclaimer
567
+ in the documentation and/or other materials provided with the
568
+ distribution.
569
+
570
+ * Neither the name of Google Inc. nor the names of its
571
+ contributors may be used to endorse or promote products derived from
572
+ this software without specific prior written permission.
573
+
574
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
575
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
576
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
577
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
578
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
579
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
580
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
581
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
582
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
583
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
584
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
585
+
586
+ Code generated by the Protocol Buffer compiler is owned by the owner
587
+ of the input file used when generating it. This code is not
588
+ standalone and requires a support library to be linked with it. This
589
+ support library is itself covered by the above license.
590
+
552
591
OpenSSL License
553
592
554
593
You are receiving a copy of OpenSSL as part of this product in object
@@ -902,6 +941,40 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
902
941
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
903
942
THE SOFTWARE.
904
943
944
+ python-zstandard
945
+
946
+ The following software may be included in this product:
947
+
948
+ python-zstandard
949
+ Copyright (c) 2016, Gregory Szorc
950
+ All rights reserved.
951
+
952
+ Redistribution and use in source and binary forms, with or without
953
+ modification, are permitted provided that the following conditions are met:
954
+
955
+ 1. Redistributions of source code must retain the above copyright notice,
956
+ this list of conditions and the following disclaimer.
957
+
958
+ 2. Redistributions in binary form must reproduce the above copyright notice,
959
+ this list of conditions and the following disclaimer in the documentation
960
+ and/or other materials provided with the distribution.
961
+
962
+ 3. Neither the name of the copyright holder nor the names of its contributors
963
+ may be used to endorse or promote products derived from this software without
964
+ specific prior written permission.
965
+
966
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
967
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
968
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
969
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
970
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
971
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVI
972
+ CES;
973
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
974
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
975
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
976
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
977
+
905
978
Commonly Used Licenses
906
979
907
980
Artistic License (Perl) 1.0
0 commit comments