Skip to content

Commit 4ca04b6

Browse files
committed
More copyright and version number updates.
1 parent de9ec24 commit 4ca04b6

5 files changed

Lines changed: 6 additions & 3 deletions

File tree

Doc/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The Python source is copyrighted, but you can freely use and copy it
125125
as long as you don't change or remove the copyright notice:
126126

127127
----------------------------------------------------------------------
128-
Copyright (c) 2000-2008 Python Software Foundation.
128+
Copyright (c) 2000-2009 Python Software Foundation.
129129
All rights reserved.
130130

131131
Copyright (c) 2000 BeOpen.com.

Doc/copyright.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright
44

55
Python and this documentation is:
66

7-
Copyright © 2001-2008 Python Software Foundation. All rights reserved.
7+
Copyright © 2001-2009 Python Software Foundation. All rights reserved.
88

99
Copyright © 2000 BeOpen.com. All rights reserved.
1010

Doc/license.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ been GPL-compatible; the table below summarizes the various releases.
9595
+----------------+--------------+------------+------------+-----------------+
9696
| 3.0 | 2.6 | 2008 | PSF | yes |
9797
+----------------+--------------+------------+------------+-----------------+
98+
| 3.0.1 | 3.0 | 2009 | PSF | yes |
99+
+----------------+--------------+------------+------------+-----------------+
98100

99101

100102
.. note::

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ the various releases.
6060
2.6 2.5 2008 PSF yes
6161
2.6.1 2.6 2008 PSF yes
6262
3.0 2.6 2008 PSF yes
63+
3.0.1 3.0 2009 PSF yes
6364

6465
Footnotes:
6566

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-2009 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

0 commit comments

Comments
 (0)