diff options
author | Georg Brandl <georg@python.org> | 2011-08-13 09:59:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-08-13 09:59:12 (GMT) |
commit | 96d237c40a97f2db2f347f657669ff08c96a005e (patch) | |
tree | e26ea04adcbb73ed1f7b640e2febaf87f787972c /Doc | |
parent | d88e5af061c4c3206699fe7b86e736c42fdeba1c (diff) | |
download | cpython-96d237c40a97f2db2f347f657669ff08c96a005e.zip cpython-96d237c40a97f2db2f347f657669ff08c96a005e.tar.gz cpython-96d237c40a97f2db2f347f657669ff08c96a005e.tar.bz2 |
Update versions in LICENSE files.v3.2.2rc1
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/license.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Doc/license.rst b/Doc/license.rst index 41d1605..d029f0f 100644 --- a/Doc/license.rst +++ b/Doc/license.rst @@ -106,10 +106,18 @@ been GPL-compatible; the table below summarizes the various releases. +----------------+--------------+------------+------------+-----------------+ | 3.1.1 | 3.1 | 2009 | PSF | yes | +----------------+--------------+------------+------------+-----------------+ -| 3.1.2 | 3.1 | 2010 | PSF | yes | +| 3.1.2 | 3.1.1 | 2010 | PSF | yes | ++----------------+--------------+------------+------------+-----------------+ +| 3.1.3 | 3.1.2 | 2010 | PSF | yes | ++----------------+--------------+------------+------------+-----------------+ +| 3.1.4 | 3.1.3 | 2011 | PSF | yes | +----------------+--------------+------------+------------+-----------------+ | 3.2 | 3.1 | 2011 | PSF | yes | +----------------+--------------+------------+------------+-----------------+ +| 3.2.1 | 3.2 | 2011 | PSF | yes | ++----------------+--------------+------------+------------+-----------------+ +| 3.2.2 | 3.2.1 | 2011 | PSF | yes | ++----------------+--------------+------------+------------+-----------------+ .. note:: |