diff options
author | Barry Warsaw <barry@python.org> | 2012-02-23 15:59:38 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2012-02-23 15:59:38 (GMT) |
commit | 74f4bd53e03ded8408bcc2de67cf0f5a4ac5b1a1 (patch) | |
tree | 1bb11240118a8b1c2644d5823d580301777aae7a /Doc | |
parent | 1fbc16d0503419161cb7bb5224ff7b9aab68828b (diff) | |
download | cpython-74f4bd53e03ded8408bcc2de67cf0f5a4ac5b1a1.zip cpython-74f4bd53e03ded8408bcc2de67cf0f5a4ac5b1a1.tar.gz cpython-74f4bd53e03ded8408bcc2de67cf0f5a4ac5b1a1.tar.bz2 |
Bump some more copyright years (as per PEP 101), since this is the firstv2.6.8rc1
release of 2.6 for 2012.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/README.txt | 2 | ||||
-rw-r--r-- | Doc/copyright.rst | 2 | ||||
-rw-r--r-- | Doc/license.rst | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/Doc/README.txt b/Doc/README.txt index ef1c1f7..22da427 100644 --- a/Doc/README.txt +++ b/Doc/README.txt @@ -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. diff --git a/Doc/copyright.rst b/Doc/copyright.rst index ff6b677..9a245c8 100644 --- a/Doc/copyright.rst +++ b/Doc/copyright.rst @@ -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. diff --git a/Doc/license.rst b/Doc/license.rst index 374ee15..a38a167 100644 --- a/Doc/license.rst +++ b/Doc/license.rst @@ -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:: |