@@ -70,6 +70,17 @@ direction to make these releases possible.
7070B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
7171===============================================================
7272
73+ Python software and documentation are licensed under the
74+ Python Software Foundation License Version 2.
75+
76+ Starting with Python 3.8.6, examples, recipes, and other code in
77+ the documentation are dual licensed under the PSF License Version 2
78+ and the Zero-Clause BSD license.
79+
80+ Some software incorporated into Python is under different licenses.
81+ The licenses are listed with code falling under that license.
82+
83+
7384PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
7485--------------------------------------------
7586
@@ -84,7 +95,7 @@ analyze, test, perform and/or display publicly, prepare derivative works,
8495distribute, and otherwise use Python alone or in any derivative version,
8596provided, however, that PSF's License Agreement and PSF's notice of copyright,
8697i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
87- 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Python Software Foundation;
98+ 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Python Software Foundation;
8899All Rights Reserved" are retained in Python alone or in any derivative version
89100prepared by Licensee.
90101
@@ -191,9 +202,9 @@ version prepared by Licensee. Alternately, in lieu of CNRI's License
191202Agreement, Licensee may substitute the following text (omitting the
192203quotes): "Python 1.6.1 is made available subject to the terms and
193204conditions in CNRI's License Agreement. This Agreement together with
194- Python 1.6.1 may be located on the Internet using the following
205+ Python 1.6.1 may be located on the internet using the following
195206unique, persistent identifier (known as a handle): 1895.22/1013. This
196- Agreement may also be obtained from a proxy server on the Internet
207+ Agreement may also be obtained from a proxy server on the internet
197208using the following URL: http://hdl.handle.net/1895.22/1013".
198209
1992103. In the event Licensee prepares a derivative work that is based on
@@ -263,3 +274,17 @@ FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
263274WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
264275ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
265276OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
277+
278+ ZERO-CLAUSE BSD LICENSE FOR CODE IN THE PYTHON DOCUMENTATION
279+ ----------------------------------------------------------------------
280+
281+ Permission to use, copy, modify, and/or distribute this software for any
282+ purpose with or without fee is hereby granted.
283+
284+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
285+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
286+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
287+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
288+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
289+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
290+ PERFORMANCE OF THIS SOFTWARE.
0 commit comments