]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump some more copyright years (as per PEP 101), since this is the first v2.6.8rc1
authorBarry Warsaw <barry@python.org>
Thu, 23 Feb 2012 15:59:38 +0000 (10:59 -0500)
committerBarry Warsaw <barry@python.org>
Thu, 23 Feb 2012 15:59:38 +0000 (10:59 -0500)
release of 2.6 for 2012.

Doc/README.txt
Doc/copyright.rst
Doc/license.rst
LICENSE
PC/python_nt.rc
Python/getcopyright.c

index ef1c1f72934cc4f955d10905eca650760b890e5b..22da427c101d30d99e8c4ca4fcabb291d0e6de1e 100644 (file)
@@ -127,7 +127,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-2011 Python Software Foundation.
+Copyright (c) 2000-2012 Python Software Foundation.
 All rights reserved.
 
 Copyright (c) 2000 BeOpen.com.
index ff6b67725237b8f5a89b2c669abf2cd8b5c642ff..9a245c8b723f8044becdb22b13bf83dbf4030c84 100644 (file)
@@ -4,7 +4,7 @@ Copyright
 
 Python and this documentation is:
 
-Copyright © 2001-2011 Python Software Foundation. All rights reserved.
+Copyright © 2001-2012 Python Software Foundation. All rights reserved.
 
 Copyright © 2000 BeOpen.com. All rights reserved.
 
index 374ee15d2151852af63d5249f9812ffac6128ed9..a38a167cdebf184a80b7134063eeb3b22dd89617 100644 (file)
@@ -108,6 +108,8 @@ been GPL-compatible; the table below summarizes the various releases.
 +----------------+--------------+-----------+------------+-----------------+
 | 2.6.7          | 2.6.6        | 2011      | PSF        | yes             |
 +----------------+--------------+-----------+------------+-----------------+
+| 2.6.8          | 2.6.7        | 2012      | PSF        | yes             |
++----------------+--------------+-----------+------------+-----------------+
 
 .. note::
 
diff --git a/LICENSE b/LICENSE
index a19aada1570cf30dbef4333394917b9e074a420c..4e7becb7e9f6e3d00841efea331b999dd966ef29 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -65,6 +65,7 @@ the various releases.
     2.6.5           2.6.4       2010        PSF         yes
     2.6.6           2.6.5       2010        PSF         yes
     2.6.7           2.6.6       2011        PSF         yes
+    2.6.8           2.6.7       2012        PSF         yes
 
 Footnotes:
 
index 8cccf2dc2ae71a8dcae7ef2fc5856eccb495c0fe..5295610ae179d150542a52294e42aeaa9ff43aba 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-2011 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0"
+            VALUE "LegalCopyright", "Copyright © 2001-2012 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
index 824c7b1c8270a0128269ab14ba21f22c1a76e18e..d91a879ae387ff243878bfe7631c8b100fd5aea4 100644 (file)
@@ -4,7 +4,7 @@
 
 static char cprt[] = 
 "\
-Copyright (c) 2001-2011 Python Software Foundation.\n\
+Copyright (c) 2001-2012 Python Software Foundation.\n\
 All Rights Reserved.\n\
 \n\
 Copyright (c) 2000 BeOpen.com.\n\