@@ -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: September 2019
13
+ Last updated: November 2019
14
14
15
15
Licensing Information
16
16
@@ -606,16 +606,14 @@ OpenSSL License
606
606
607
607
The OpenSSL toolkit stays under a double license, i.e. both the conditions of
608
608
the OpenSSL License and the original SSLeay license apply to the toolkit.
609
- See below for the actual license texts. Actually both licenses are BSD-style
610
- Open Source licenses. In case of any license issues related to OpenSSL
611
- please contact openssl-core@openssl.org.
609
+ See below for the actual license texts.
612
610
613
611
OpenSSL License
614
612
---------------
615
613
616
614
/* ====================================================================
617
615
618
- * Copyright (c) 1998-2017 The OpenSSL Project. All rights reserved.
616
+ * Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
619
617
*
620
618
621
619
* Redistribution and use in source and binary forms, with or without
@@ -948,6 +946,40 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
948
946
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
949
947
THE SOFTWARE.
950
948
949
+ python-zstandard
950
+
951
+ The following software may be included in this product:
952
+
953
+ python-zstandard
954
+ Copyright (c) 2016, Gregory Szorc
955
+ All rights reserved.
956
+
957
+ Redistribution and use in source and binary forms, with or without
958
+ modification, are permitted provided that the following conditions are met:
959
+
960
+ 1. Redistributions of source code must retain the above copyright notice,
961
+ this list of conditions and the following disclaimer.
962
+
963
+ 2. Redistributions in binary form must reproduce the above copyright notice,
964
+ this list of conditions and the following disclaimer in the documentation
965
+ and/or other materials provided with the distribution.
966
+
967
+ 3. Neither the name of the copyright holder nor the names of its contributors
968
+ may be used to endorse or promote products derived from this software without
969
+ specific prior written permission.
970
+
971
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
972
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
973
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
974
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
975
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
976
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVI
977
+ CES;
978
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
979
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
980
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
981
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
982
+
951
983
Commonly Used Licenses
952
984
953
985
Artistic License (Perl) 1.0
@@ -2122,4 +2154,4 @@ Written Offer for Source Code
2122
2154
a. within three (3) years of the date you received the Oracle product
2123
2155
that included the binary that is the subject of your request, or
2124
2156
b. in the case of code licensed under the GPL v3 for as long as Oracle
2125
- offers spare parts or customer support for that product model.
2157
+ offers spare parts or customer support for that product model.
0 commit comments