Skip to content

Commit 9906099

Browse files
committed
Update LICENSE.txt
1 parent b3a03cd commit 9906099

File tree

2 files changed

+75
-2
lines changed

2 files changed

+75
-2
lines changed

LICENSE.txt

Lines changed: 74 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Introduction
1010
third-party software which may be included in this distribution of
1111
MySQL Connector/Python 8.0.
1212

13-
Last updated: January 2020
13+
Last updated: February 2020
1414

1515
Licensing Information
1616

@@ -549,6 +549,45 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
549549
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
550550
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
551551

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+
552591
OpenSSL License
553592

554593
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,
902941
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
903942
THE SOFTWARE.
904943

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+
905978
Commonly Used Licenses
906979

907980
Artistic License (Perl) 1.0

cpyint

0 commit comments

Comments
 (0)