diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-07-03 13:34:32 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-07-03 13:34:32 +0000 |
commit | af5f5b613a393be88fa7f8741f55635ccd4476e5 (patch) | |
tree | 1878eaf7880b8e7734df9dc59082330610c7f72f | |
parent | 2f8c8f47c740cadee8c16e5e07657e4657f905ec (diff) | |
download | cpython-git-af5f5b613a393be88fa7f8741f55635ccd4476e5.tar.gz |
add 2.7 to the license list
-rw-r--r-- | Doc/license.rst | 2 | ||||
-rw-r--r-- | LICENSE | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Doc/license.rst b/Doc/license.rst index 7bb32d8aed..644a322f3e 100644 --- a/Doc/license.rst +++ b/Doc/license.rst @@ -102,6 +102,8 @@ been GPL-compatible; the table below summarizes the various releases. +----------------+--------------+-----------+------------+-----------------+ | 2.6.4 | 2.6.3 | 2009 | PSF | yes | +----------------+--------------+-----------+------------+-----------------+ +| 2.7 | 2.6 | 2010 | PSF | yes | ++----------------+--------------+-----------+------------+-----------------+ .. note:: @@ -63,6 +63,7 @@ the various releases. 2.6.3 2.6.2 2009 PSF yes 2.6.4 2.6.3 2009 PSF yes 2.6.5 2.6.4 2010 PSF yes + 2.7 2.6 2010 PSF yes Footnotes: |