]> granicus.if.org Git - python/commitdiff
More copyright year updates. v2.6.5rc1
authorBarry Warsaw <barry@python.org>
Mon, 1 Mar 2010 22:16:51 +0000 (22:16 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 1 Mar 2010 22:16:51 +0000 (22:16 +0000)
Doc/license.rst
LICENSE
Lib/idlelib/NEWS.txt
PC/python_nt.rc

index 34f09ad13536c65def0c53a689e80b5337cbb70f..6ab673c0cf440fee451cdb55108ec2d8aec5b160 100644 (file)
@@ -102,6 +102,8 @@ been GPL-compatible; the table below summarizes the various releases.
 +----------------+--------------+-----------+------------+-----------------+
 | 2.6.4          | 2.6.3        | 2009      | PSF        | yes             |
 +----------------+--------------+-----------+------------+-----------------+
+| 2.6.5          | 2.6.4        | 2010      | PSF        | yes             |
++----------------+--------------+-----------+------------+-----------------+
 
 .. note::
 
diff --git a/LICENSE b/LICENSE
index 064695ea7271f984309ed19014e7b29e9bc8f2a6..1050ea9d66c8ce1c7115a359a08cc39699121c1b 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -62,6 +62,7 @@ the various releases.
     2.6.2           2.6.1       2009        PSF         yes
     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
 
 Footnotes:
 
index c07484de68952ff268f174af0c1d5fbae6dfc2a9..bb4c1431fef391fbb3767b0488b36b902a4a676b 100644 (file)
@@ -1,7 +1,7 @@
 What's New in Python 2.6.4rc1
 =============================
 
-*Release date: XX-Oct-2009*
+*Release date: 07-Oct-2009*
 
 - OutputWindow/PyShell right click menu "Go to file/line" wasn't working with
   file paths containing spaces.  Bug 5559.
index e132837583fdefee30138d7eea992e3ee7ef534f..f5fff8720a957007c92773cd414ccd8d83001907 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-2010 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