summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2009-02-12 23:46:00 (GMT)
committerBarry Warsaw <barry@python.org>2009-02-12 23:46:00 (GMT)
commit4ca04b67f00edabe86072446f059adcb70eafcdd (patch)
treecc830a293d12f2d63aa3e47933ee53e9e4a61037 /Doc
parentde9ec24af0dad19fd72ee63364110c4ebb23bf64 (diff)
downloadcpython-3.0.1.zip
cpython-3.0.1.tar.gz
cpython-3.0.1.tar.bz2
More copyright and version number updates.v3.0.1
Diffstat (limited to 'Doc')
-rw-r--r--Doc/README.txt2
-rw-r--r--Doc/copyright.rst2
-rw-r--r--Doc/license.rst2
3 files changed, 4 insertions, 2 deletions
diff --git a/Doc/README.txt b/Doc/README.txt
index 968986e..9fb9774 100644
--- a/Doc/README.txt
+++ b/Doc/README.txt
@@ -125,7 +125,7 @@ The Python source is copyrighted, but you can freely use and copy it
as long as you don't change or remove the copyright notice:
----------------------------------------------------------------------
-Copyright (c) 2000-2008 Python Software Foundation.
+Copyright (c) 2000-2009 Python Software Foundation.
All rights reserved.
Copyright (c) 2000 BeOpen.com.
diff --git a/Doc/copyright.rst b/Doc/copyright.rst
index 376b1c4..ec78a38 100644
--- a/Doc/copyright.rst
+++ b/Doc/copyright.rst
@@ -4,7 +4,7 @@ Copyright
Python and this documentation is:
-Copyright © 2001-2008 Python Software Foundation. All rights reserved.
+Copyright © 2001-2009 Python Software Foundation. All rights reserved.
Copyright © 2000 BeOpen.com. All rights reserved.
diff --git a/Doc/license.rst b/Doc/license.rst
index faceab6..267999a 100644
--- a/Doc/license.rst
+++ b/Doc/license.rst
@@ -95,6 +95,8 @@ been GPL-compatible; the table below summarizes the various releases.
+----------------+--------------+------------+------------+-----------------+
| 3.0 | 2.6 | 2008 | PSF | yes |
+----------------+--------------+------------+------------+-----------------+
+| 3.0.1 | 3.0 | 2009 | PSF | yes |
++----------------+--------------+------------+------------+-----------------+
.. note::