[Python-checkins] cpython (3.2): Update versions in LICENSE files.
georg.brandl
python-checkins at python.org
Sun Sep 4 08:41:55 CEST 2011
http://hg.python.org/cpython/rev/c860feaa348d
changeset: 72223:c860feaa348d
branch: 3.2
tag: v3.2.2rc1
user: Georg Brandl <georg at python.org>
date: Sat Aug 13 11:59:12 2011 +0200
summary:
Update versions in LICENSE files.
files:
Doc/license.rst | 10 +++++++++-
LICENSE | 6 +++++-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/Doc/license.rst b/Doc/license.rst
--- a/Doc/license.rst
+++ b/Doc/license.rst
@@ -106,10 +106,18 @@
+----------------+--------------+------------+------------+-----------------+
| 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::
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -67,8 +67,12 @@
3.0.1 3.0 2009 PSF yes
3.1 3.0.1 2009 PSF yes
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
Footnotes:
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list