@@ -13,12 +13,12 @@ A. HISTORY OF THE SOFTWARE
13
13
==========================
14
14
15
15
Python was created in the early 1990s by Guido van Rossum at Stichting
16
- Mathematisch Centrum (CWI, see http ://www.cwi.nl) in the Netherlands
16
+ Mathematisch Centrum (CWI, see https ://www.cwi.nl) in the Netherlands
17
17
as a successor of a language called ABC. Guido remains Python's
18
18
principal author, although it includes many contributions from others.
19
19
20
20
In 1995, Guido continued his work on Python at the Corporation for
21
- National Research Initiatives (CNRI, see http ://www.cnri.reston.va.us)
21
+ National Research Initiatives (CNRI, see https ://www.cnri.reston.va.us)
22
22
in Reston, Virginia where he released several versions of the
23
23
software.
24
24
@@ -30,7 +30,7 @@ https://www.python.org/psf/) was formed, a non-profit organization
30
30
created specifically to own Python-related Intellectual Property.
31
31
Zope Corporation was a sponsoring member of the PSF.
32
32
33
- All Python releases are Open Source (see http ://www. opensource.org for
33
+ All Python releases are Open Source (see https ://opensource.org for
34
34
the Open Source Definition). Historically, most, but not all, Python
35
35
releases have also been GPL-compatible; the table below summarizes
36
36
the various releases.
@@ -94,10 +94,8 @@ grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
94
94
analyze, test, perform and/or display publicly, prepare derivative works,
95
95
distribute, and otherwise use Python alone or in any derivative version,
96
96
provided, however, that PSF's License Agreement and PSF's notice of copyright,
97
- i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
98
- 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Python Software Foundation;
99
- All Rights Reserved" are retained in Python alone or in any derivative version
100
- prepared by Licensee.
97
+ i.e., "Copyright (c) 2001-2024 Python Software Foundation; All Rights Reserved"
98
+ are retained in Python alone or in any derivative version prepared by Licensee.
101
99
102
100
3. In the event Licensee prepares a derivative work that is based on
103
101
or incorporates Python or any part thereof, and wants to make
0 commit comments