diff options
author | Will Binns <hello@willbinns.org> | 2020-08-24 15:00:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-24 15:00:12 (GMT) |
commit | 3112aab31426f19a939f10cf114ff4137ce96624 (patch) | |
tree | fbd0969fc5b2453625c0913b16defef433ad31ba /README.rst | |
parent | 802726acf6048338394a6a4750835c2cdd6a947b (diff) | |
download | cpython-3112aab31426f19a939f10cf114ff4137ce96624.zip cpython-3112aab31426f19a939f10cf114ff4137ce96624.tar.gz cpython-3112aab31426f19a939f10cf114ff4137ce96624.tar.bz2 |
README: Add link to LICENSE (GH-21565)
Thanks @wbnns for your contribution.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -259,8 +259,9 @@ rights reserved. Copyright (c) 1991-1995 Stichting Mathematisch Centrum. All rights reserved. -See the file "LICENSE" for information on the history of this software, terms & -conditions for usage, and a DISCLAIMER OF ALL WARRANTIES. +See the `LICENSE <https://github.com/python/cpython/blob/master/LICENSE>`_ for +information on the history of this software, terms & conditions for usage, and a +DISCLAIMER OF ALL WARRANTIES. This Python distribution contains *no* GNU General Public License (GPL) code, so it may be used in proprietary projects. There are interfaces to some GNU |