diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-09-25 08:25:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-25 08:25:24 (GMT) |
commit | ea4be278fa6123d1f78c1fd556d79b311cd59f96 (patch) | |
tree | 59062c94c269a3e9d53a2970d33df495b979507c /LICENSE | |
parent | 9704f8da333a51da32318f16106d45abb20fab76 (diff) | |
download | cpython-ea4be278fa6123d1f78c1fd556d79b311cd59f96.zip cpython-ea4be278fa6123d1f78c1fd556d79b311cd59f96.tar.gz cpython-ea4be278fa6123d1f78c1fd556d79b311cd59f96.tar.bz2 |
gh-97519: Synchronize links in other copies of HISTORY OF THE SOFTWARE (GH-97520)
HTTP links in the "HISTORY OF THE SOFTWARE" section of Doc/license.rst
were converted to HTTPS in f62ff97f31a775cc7956adeae32c14e7c85bdc15.
But there were other copies of these links, which were left HTTP links.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,12 +2,12 @@ A. HISTORY OF THE SOFTWARE ========================== Python was created in the early 1990s by Guido van Rossum at Stichting -Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands +Mathematisch Centrum (CWI, see https://www.cwi.nl) in the Netherlands as a successor of a language called ABC. Guido remains Python's principal author, although it includes many contributions from others. In 1995, Guido continued his work on Python at the Corporation for -National Research Initiatives (CNRI, see http://www.cnri.reston.va.us) +National Research Initiatives (CNRI, see https://www.cnri.reston.va.us) in Reston, Virginia where he released several versions of the software. @@ -19,7 +19,7 @@ https://www.python.org/psf/) was formed, a non-profit organization created specifically to own Python-related Intellectual Property. Zope Corporation was a sponsoring member of the PSF. -All Python releases are Open Source (see http://www.opensource.org for +All Python releases are Open Source (see https://opensource.org for the Open Source Definition). Historically, most, but not all, Python releases have also been GPL-compatible; the table below summarizes the various releases. |