]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
More copyright and version number updates. v3.0.1
authorBarry Warsaw <barry@python.org>
Thu, 12 Feb 2009 23:46:00 +0000 (23:46 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 12 Feb 2009 23:46:00 +0000 (23:46 +0000)
Doc/README.txt
Doc/copyright.rst
Doc/license.rst
LICENSE
PC/python_nt.rc

index 968986e8b2460953594a1654ba81f7871b11ab71..9fb97741ed245f921761a93f44334e34d95722f6 100644 (file)
@@ -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.
index 376b1c4d63d2ba32e99a24877e5a4da2dd422625..ec78a38c38c2dbc38d22ff1332a82420f18e098a 100644 (file)
@@ -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.
 
index faceab68037984fb52ae641c82e649a83e2f3f4a..267999a156e892ee98b26937ad65434750852e6c 100644 (file)
@@ -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::
diff --git a/LICENSE b/LICENSE
index d5974784135748aa5a8e6d00fd4f909d57da3e98..ffa9388e2ed43ef16e2a90359395039951871658 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -60,6 +60,7 @@ the various releases.
     2.6             2.5         2008        PSF         yes
     2.6.1           2.6         2008        PSF         yes
     3.0             2.6         2008        PSF         yes
+    3.0.1           3.0         2009        PSF         yes
 
 Footnotes:
 
index e132837583fdefee30138d7eea992e3ee7ef534f..5e8efd09c914f6f07fd07303cd07a9319b76b6f6 100644 (file)
@@ -61,7 +61,7 @@ BEGIN
             VALUE "FileDescription", "Python Core\0"
             VALUE "FileVersion", PYTHON_VERSION
             VALUE "InternalName", "Python DLL\0"
-            VALUE "LegalCopyright", "Copyright © 2001-2008 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0"
+            VALUE "LegalCopyright", "Copyright © 2001-2009 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0"
             VALUE "OriginalFilename", PYTHON_DLL_NAME "\0"
             VALUE "ProductName", "Python\0"
             VALUE "ProductVersion", PYTHON_VERSION