Skip to content

Commit 9c6d7b4

Browse files
authored
Updated Python license for 2024.
1 parent e676f56 commit 9c6d7b4

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

LICENSE.python

+5-7
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ A. HISTORY OF THE SOFTWARE
1313
==========================
1414

1515
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
1717
as a successor of a language called ABC. Guido remains Python's
1818
principal author, although it includes many contributions from others.
1919

2020
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)
2222
in Reston, Virginia where he released several versions of the
2323
software.
2424

@@ -30,7 +30,7 @@ https://www.python.org/psf/) was formed, a non-profit organization
3030
created specifically to own Python-related Intellectual Property.
3131
Zope Corporation was a sponsoring member of the PSF.
3232

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
3434
the Open Source Definition). Historically, most, but not all, Python
3535
releases have also been GPL-compatible; the table below summarizes
3636
the various releases.
@@ -94,10 +94,8 @@ grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
9494
analyze, test, perform and/or display publicly, prepare derivative works,
9595
distribute, and otherwise use Python alone or in any derivative version,
9696
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.
10199

102100
3. In the event Licensee prepares a derivative work that is based on
103101
or incorporates Python or any part thereof, and wants to make

0 commit comments

Comments
 (0)