diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-09-25 09:02:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-25 09:02:09 (GMT) |
commit | 54bb8f9af4f0198aa5f1f6b6710f8a109ae8f261 (patch) | |
tree | eb9669d2d2c584c48123b2773b528d9e130217f6 /LICENSE | |
parent | 6daff06fc26e6a9978a72cc6649783a8270058e2 (diff) | |
download | cpython-54bb8f9af4f0198aa5f1f6b6710f8a109ae8f261.zip cpython-54bb8f9af4f0198aa5f1f6b6710f8a109ae8f261.tar.gz cpython-54bb8f9af4f0198aa5f1f6b6710f8a109ae8f261.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.
(cherry picked from commit ea4be278fa6123d1f78c1fd556d79b311cd59f96)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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. |