Skip to content

Commit fff9021

Browse files
committed
Update copyright years and add releases to release list. Also update Sphinx version number.
1 parent c049fca commit fff9021

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

Doc/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Without make
7878

7979
You'll need to install the Sphinx package, either by checking it out via ::
8080

81-
svn co http://svn.python.org/projects/external/Sphinx-0.6.5/sphinx tools/sphinx
81+
svn co http://svn.python.org/projects/external/Sphinx-1.0.1/sphinx tools/sphinx
8282

8383
or by installing it from PyPI.
8484

@@ -132,7 +132,7 @@ The Python source is copyrighted, but you can freely use and copy it
132132
as long as you don't change or remove the copyright notice:
133133

134134
----------------------------------------------------------------------
135-
Copyright (c) 2000-2008 Python Software Foundation.
135+
Copyright (c) 2000-2010 Python Software Foundation.
136136
All rights reserved.
137137

138138
Copyright (c) 2000 BeOpen.com.

Doc/license.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ been GPL-compatible; the table below summarizes the various releases.
106106
+----------------+--------------+------------+------------+-----------------+
107107
| 3.1.1 | 3.1 | 2009 | PSF | yes |
108108
+----------------+--------------+------------+------------+-----------------+
109+
| 3.1.2 | 3.1 | 2010 | PSF | yes |
110+
+----------------+--------------+------------+------------+-----------------+
111+
| 3.2 | 3.1 | 2010 | PSF | yes |
112+
+----------------+--------------+------------+------------+-----------------+
109113

110114
.. note::
111115

Doc/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ echo.
3434
goto end
3535

3636
:checkout
37-
svn co %SVNROOT%/external/Sphinx-0.6.5/sphinx tools/sphinx
37+
svn co %SVNROOT%/external/Sphinx-1.0.1/sphinx tools/sphinx
3838
svn co %SVNROOT%/external/docutils-0.6/docutils tools/docutils
3939
svn co %SVNROOT%/external/Jinja-2.3.1/jinja2 tools/jinja2
4040
svn co %SVNROOT%/external/Pygments-1.3.1/pygments tools/pygments

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ the various releases.
6868
3.1 3.0.1 2009 PSF yes
6969
3.1.1 3.1 2009 PSF yes
7070
3.1.2 3.1 2010 PSF yes
71+
3.2 3.1 2010 PSF yes
7172

7273
Footnotes:
7374

PC/python_nt.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ BEGIN
6161
VALUE "FileDescription", "Python Core\0"
6262
VALUE "FileVersion", PYTHON_VERSION
6363
VALUE "InternalName", "Python DLL\0"
64-
VALUE "LegalCopyright", "Copyright � 2001-2008 Python Software Foundation. Copyright � 2000 BeOpen.com. Copyright � 1995-2001 CNRI. Copyright � 1991-1995 SMC.\0"
64+
VALUE "LegalCopyright", "Copyright � 2001-2010 Python Software Foundation. Copyright � 2000 BeOpen.com. Copyright � 1995-2001 CNRI. Copyright � 1991-1995 SMC.\0"
6565
VALUE "OriginalFilename", PYTHON_DLL_NAME "\0"
6666
VALUE "ProductName", "Python\0"
6767
VALUE "ProductVersion", PYTHON_VERSION

Python/getcopyright.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#include "Python.h"
44

5-
static char cprt[] =
5+
static char cprt[] =
66
"\
77
Copyright (c) 2001-2010 Python Software Foundation.\n\
88
All Rights Reserved.\n\

0 commit comments

Comments
 (0)