Skip to content

Commit 6f1ef60

Browse files
committed
Updated the LICENSE files
1 parent 7d5e479 commit 6f1ef60

File tree

1 file changed

+1
-299
lines changed

1 file changed

+1
-299
lines changed

LICENSE.txt

Lines changed: 1 addition & 299 deletions
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: April 2022
13+
Last updated: May 2022
1414

1515
Licensing Information
1616

@@ -523,304 +523,6 @@ Cyrus SASL
523523
======================================================================
524524
======================================================================
525525

526-
Django 2.12 and 3.0
527-
528-
Copyright (c) Django Software Foundation and individual contributors.
529-
All rights reserved.
530-
531-
Redistribution and use in source and binary forms, with or without
532-
modification,
533-
are permitted provided that the following conditions are met:
534-
535-
1. Redistributions of source code must retain the above copyright notice,
536-
this list of conditions and the following disclaimer.
537-
538-
2. Redistributions in binary form must reproduce the above copyright
539-
notice, this list of conditions and the following disclaimer in the
540-
documentation and/or other materials provided with the distribution.
541-
542-
3. Neither the name of Django nor the names of its contributors may be
543-
used to endorse or promote products derived from this software without
544-
specific prior written permission.
545-
546-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
547-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
548-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
549-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
550-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
551-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
552-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
553-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
554-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
555-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
556-
557-
***************
558-
Django is licensed under the three-clause BSD license; see the file
559-
LICENSE for details.
560-
561-
Django includes code from the Python standard library, which is licensed
562-
under the Python license, a permissive open source license. The copyright and
563-
license is included below for compliance with Python's terms.
564-
565-
----------------------------------------------------------------------
566-
567-
Copyright (c) 2001-present Python Software Foundation; All Rights Reserved
568-
569-
A. HISTORY OF THE SOFTWARE
570-
==========================
571-
572-
Python was created in the early 1990s by Guido van Rossum at Stichting
573-
Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
574-
as a successor of a language called ABC. Guido remains Python's
575-
principal author, although it includes many contributions from others.
576-
577-
In 1995, Guido continued his work on Python at the Corporation for
578-
National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
579-
in Reston, Virginia where he released several versions of the
580-
software.
581-
582-
In May 2000, Guido and the Python core development team moved to
583-
BeOpen.com to form the BeOpen PythonLabs team. In October of the same
584-
year, the PythonLabs team moved to Digital Creations (now Zope
585-
Corporation, see http://www.zope.com). In 2001, the Python Software
586-
Foundation (PSF, see http://www.python.org/psf/) was formed, a
587-
non-profit organization created specifically to own Python-related
588-
Intellectual Property. Zope Corporation is a sponsoring member of
589-
the PSF.
590-
591-
All Python releases are Open Source (see http://www.opensource.org for
592-
the Open Source Definition). Historically, most, but not all, Python
593-
releases have also been GPL-compatible; the table below summarizes
594-
the various releases.
595-
596-
Release Derived Year Owner GPL-
597-
from compatible? (1)
598-
599-
0.9.0 thru 1.2 1991-1995 CWI yes
600-
1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
601-
1.6 1.5.2 2000 CNRI no
602-
2.0 1.6 2000 BeOpen.com no
603-
1.6.1 1.6 2001 CNRI yes (2)
604-
2.1 2.0+1.6.1 2001 PSF no
605-
2.0.1 2.0+1.6.1 2001 PSF yes
606-
2.1.1 2.1+2.0.1 2001 PSF yes
607-
2.1.2 2.1.1 2002 PSF yes
608-
2.1.3 2.1.2 2002 PSF yes
609-
2.2 and above 2.1.1 2001-now PSF yes
610-
611-
Footnotes:
612-
613-
(1) GPL-compatible doesn't mean that we're distributing Python under
614-
the GPL. All Python licenses, unlike the GPL, let you distribute
615-
a modified version without making your changes open source. The
616-
GPL-compatible licenses make it possible to combine Python with
617-
other software that is released under the GPL; the others don't.
618-
619-
(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
620-
because its license has a choice of law clause. According to
621-
CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
622-
is "not incompatible" with the GPL.
623-
624-
Thanks to the many outside volunteers who have worked under Guido's
625-
direction to make these releases possible.
626-
627-
B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
628-
===============================================================
629-
630-
PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
631-
--------------------------------------------
632-
633-
1. This LICENSE AGREEMENT is between the Python Software Foundation
634-
("PSF"), and the Individual or Organization ("Licensee") accessing and
635-
otherwise using this software ("Python") in source or binary form and
636-
its associated documentation.
637-
638-
2. Subject to the terms and conditions of this License Agreement, PSF hereby
639-
grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
640-
analyze, test, perform and/or display publicly, prepare derivative works,
641-
distribute, and otherwise use Python alone or in any derivative version,
642-
provided, however, that PSF's License Agreement and PSF's notice of copyright,
643-
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
644-
2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Python Software Foundation;
645-
All Rights Reserved" are retained in Python alone or in any derivative version
646-
prepared by Licensee.
647-
648-
3. In the event Licensee prepares a derivative work that is based on
649-
or incorporates Python or any part thereof, and wants to make
650-
the derivative work available to others as provided herein, then
651-
Licensee hereby agrees to include in any such work a brief summary of
652-
the changes made to Python.
653-
654-
4. PSF is making Python available to Licensee on an "AS IS"
655-
basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
656-
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
657-
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
658-
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
659-
INFRINGE ANY THIRD PARTY RIGHTS.
660-
661-
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
662-
FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
663-
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
664-
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
665-
666-
6. This License Agreement will automatically terminate upon a material
667-
breach of its terms and conditions.
668-
669-
7. Nothing in this License Agreement shall be deemed to create any
670-
relationship of agency, partnership, or joint venture between PSF and
671-
Licensee. This License Agreement does not grant permission to use PSF
672-
trademarks or trade name in a trademark sense to endorse or promote
673-
products or services of Licensee, or any third party.
674-
675-
8. By copying, installing or otherwise using Python, Licensee
676-
agrees to be bound by the terms and conditions of this License
677-
Agreement.
678-
679-
BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
680-
-------------------------------------------
681-
682-
BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
683-
684-
1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
685-
office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
686-
Individual or Organization ("Licensee") accessing and otherwise using
687-
this software in source or binary form and its associated
688-
documentation ("the Software").
689-
690-
2. Subject to the terms and conditions of this BeOpen Python License
691-
Agreement, BeOpen hereby grants Licensee a non-exclusive,
692-
royalty-free, world-wide license to reproduce, analyze, test, perform
693-
and/or display publicly, prepare derivative works, distribute, and
694-
otherwise use the Software alone or in any derivative version,
695-
provided, however, that the BeOpen Python License is retained in the
696-
Software, alone or in any derivative version prepared by Licensee.
697-
698-
3. BeOpen is making the Software available to Licensee on an "AS IS"
699-
basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
700-
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
701-
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
702-
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
703-
INFRINGE ANY THIRD PARTY RIGHTS.
704-
705-
4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
706-
SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
707-
AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
708-
DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
709-
710-
5. This License Agreement will automatically terminate upon a material
711-
breach of its terms and conditions.
712-
713-
6. This License Agreement shall be governed by and interpreted in all
714-
respects by the law of the State of California, excluding conflict of
715-
law provisions. Nothing in this License Agreement shall be deemed to
716-
create any relationship of agency, partnership, or joint venture
717-
between BeOpen and Licensee. This License Agreement does not grant
718-
permission to use BeOpen trademarks or trade names in a trademark
719-
sense to endorse or promote products or services of Licensee, or any
720-
third party. As an exception, the "BeOpen Python" logos available at
721-
http://www.pythonlabs.com/logos.html may be used according to the
722-
permissions granted on that web page.
723-
724-
7. By copying, installing or otherwise using the software, Licensee
725-
agrees to be bound by the terms and conditions of this License
726-
Agreement.
727-
728-
CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
729-
---------------------------------------
730-
731-
1. This LICENSE AGREEMENT is between the Corporation for National
732-
Research Initiatives, having an office at 1895 Preston White Drive,
733-
Reston, VA 20191 ("CNRI"), and the Individual or Organization
734-
("Licensee") accessing and otherwise using Python 1.6.1 software in
735-
source or binary form and its associated documentation.
736-
737-
2. Subject to the terms and conditions of this License Agreement, CNRI
738-
hereby grants Licensee a nonexclusive, royalty-free, world-wide
739-
license to reproduce, analyze, test, perform and/or display publicly,
740-
prepare derivative works, distribute, and otherwise use Python 1.6.1
741-
alone or in any derivative version, provided, however, that CNRI's
742-
License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
743-
1995-2001 Corporation for National Research Initiatives; All Rights
744-
Reserved" are retained in Python 1.6.1 alone or in any derivative
745-
version prepared by Licensee. Alternately, in lieu of CNRI's License
746-
Agreement, Licensee may substitute the following text (omitting the
747-
quotes): "Python 1.6.1 is made available subject to the terms and
748-
conditions in CNRI's License Agreement. This Agreement together with
749-
Python 1.6.1 may be located on the Internet using the following
750-
unique, persistent identifier (known as a handle): 1895.22/1013. This
751-
Agreement may also be obtained from a proxy server on the Internet
752-
using the following URL: http://hdl.handle.net/1895.22/1013".
753-
754-
3. In the event Licensee prepares a derivative work that is based on
755-
or incorporates Python 1.6.1 or any part thereof, and wants to make
756-
the derivative work available to others as provided herein, then
757-
Licensee hereby agrees to include in any such work a brief summary of
758-
the changes made to Python 1.6.1.
759-
760-
4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
761-
basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
762-
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
763-
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
764-
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
765-
INFRINGE ANY THIRD PARTY RIGHTS.
766-
767-
5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
768-
1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
769-
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
770-
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
771-
772-
6. This License Agreement will automatically terminate upon a material
773-
breach of its terms and conditions.
774-
775-
7. This License Agreement shall be governed by the federal
776-
intellectual property law of the United States, including without
777-
limitation the federal copyright law, and, to the extent such
778-
U.S. federal law does not apply, by the law of the Commonwealth of
779-
Virginia, excluding Virginia's conflict of law provisions.
780-
Notwithstanding the foregoing, with regard to derivative works based
781-
on Python 1.6.1 that incorporate non-separable material that was
782-
previously distributed under the GNU General Public License (GPL), the
783-
law of the Commonwealth of Virginia shall govern this License
784-
Agreement only as to issues arising under or with respect to
785-
Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
786-
License Agreement shall be deemed to create any relationship of
787-
agency, partnership, or joint venture between CNRI and Licensee. This
788-
License Agreement does not grant permission to use CNRI trademarks or
789-
trade name in a trademark sense to endorse or promote products or
790-
services of Licensee, or any third party.
791-
792-
8. By clicking on the "ACCEPT" button where indicated, or by copying,
793-
installing or otherwise using Python 1.6.1, Licensee agrees to be
794-
bound by the terms and conditions of this License Agreement.
795-
796-
ACCEPT
797-
798-
CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
799-
--------------------------------------------------
800-
801-
Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
802-
The Netherlands. All rights reserved.
803-
804-
Permission to use, copy, modify, and distribute this software and its
805-
documentation for any purpose and without fee is hereby granted,
806-
provided that the above copyright notice appear in all copies and that
807-
both that copyright notice and this permission notice appear in
808-
supporting documentation, and that the name of Stichting Mathematisch
809-
Centrum or CWI not be used in advertising or publicity pertaining to
810-
distribution of the software without specific, written prior
811-
permission.
812-
813-
STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
814-
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
815-
FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
816-
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
817-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
818-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
819-
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
820-
821-
======================================================================
822-
======================================================================
823-
824526
Google Protocol Buffers
825527

826528
Copyright 2008 Google Inc. All rights reserved.

0 commit comments

Comments
 (0)