Skip to content

Commit

Permalink
Update copyright years and add releases to release list. Also update …
Browse files Browse the repository at this point in the history
…Sphinx version number.
  • Loading branch information
birkenfeld committed Jul 31, 2010
1 parent c049fca commit fff9021
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Doc/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Without make

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

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

or by installing it from PyPI.

Expand Down Expand Up @@ -132,7 +132,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-2010 Python Software Foundation.
All rights reserved.

Copyright (c) 2000 BeOpen.com.
Expand Down
4 changes: 4 additions & 0 deletions Doc/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ been GPL-compatible; the table below summarizes the various releases.
+----------------+--------------+------------+------------+-----------------+
| 3.1.1 | 3.1 | 2009 | PSF | yes |
+----------------+--------------+------------+------------+-----------------+
| 3.1.2 | 3.1 | 2010 | PSF | yes |
+----------------+--------------+------------+------------+-----------------+
| 3.2 | 3.1 | 2010 | PSF | yes |
+----------------+--------------+------------+------------+-----------------+

.. note::

Expand Down
2 changes: 1 addition & 1 deletion Doc/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ echo.
goto end

:checkout
svn co %SVNROOT%/external/Sphinx-0.6.5/sphinx tools/sphinx
svn co %SVNROOT%/external/Sphinx-1.0.1/sphinx tools/sphinx
svn co %SVNROOT%/external/docutils-0.6/docutils tools/docutils
svn co %SVNROOT%/external/Jinja-2.3.1/jinja2 tools/jinja2
svn co %SVNROOT%/external/Pygments-1.3.1/pygments tools/pygments
Expand Down
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ the various releases.
3.1 3.0.1 2009 PSF yes
3.1.1 3.1 2009 PSF yes
3.1.2 3.1 2010 PSF yes
3.2 3.1 2010 PSF yes

Footnotes:

Expand Down
2 changes: 1 addition & 1 deletion PC/python_nt.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Python/getcopyright.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include "Python.h"

static char cprt[] =
static char cprt[] =
"\
Copyright (c) 2001-2010 Python Software Foundation.\n\
All Rights Reserved.\n\
Expand Down

0 comments on commit fff9021

Please sign in to comment.