Skip to content

Commit e3b8dc5

Browse files
committed
update to (c) years to include 2007
1 parent de5ec2a commit e3b8dc5

7 files changed

Lines changed: 12 additions & 11 deletions

File tree

β€ŽDoc/READMEβ€Ž

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

231231
----------------------------------------------------------------------
232-
Copyright (c) 2000-2006 Python Software Foundation.
232+
Copyright (c) 2000-2007 Python Software Foundation.
233233
All rights reserved.
234234

235235
Copyright (c) 2000 BeOpen.com.

β€ŽLICENSEβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ license to reproduce, analyze, test, perform and/or display publicly,
8888
prepare derivative works, distribute, and otherwise use Python
8989
alone or in any derivative version, provided, however, that PSF's
9090
License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
91-
2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights
92-
Reserved" are retained in Python alone or in any derivative version
93-
prepared by Licensee.
91+
2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software Foundation;
92+
All Rights Reserved" are retained in Python alone or in any derivative
93+
version prepared by Licensee.
9494

9595
3. In the event Licensee prepares a derivative work that is based on
9696
or incorporates Python or any part thereof, and wants to make

β€Ž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-2006 Python Software Foundation. Copyright οΏ½ 2000 BeOpen.com. Copyright οΏ½ 1995-2001 CNRI. Copyright οΏ½ 1991-1995 SMC.\0"
64+
VALUE "LegalCopyright", "Copyright οΏ½ 2001-2007 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

β€ŽPCbuild/python20.wseβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ item: Global
2424
Dialogs Version=8
2525
Version File=2.4a1
2626
Version Description=Python Programming Language
27-
Version Copyright=οΏ½2001-2006 Python Software Foundation
28-
Version Company=PythonLabs at Zope Corporation
27+
Version Copyright=οΏ½2001-2007 Python Software Foundation
28+
Version Company=Python Software Foundation
2929
Crystal Format=10111100101100000010001001001001
3030
Step View=&All
3131
Variable Name1=_WISE_

β€ŽPCbuild8/python20.wseβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ item: Global
2424
Dialogs Version=8
2525
Version File=2.4a1
2626
Version Description=Python Programming Language
27-
Version Copyright=οΏ½2001-2006 Python Software Foundation
28-
Version Company=PythonLabs at Zope Corporation
27+
Version Copyright=οΏ½2001-2007 Python Software Foundation
28+
Version Company=Python Software Foundation
2929
Crystal Format=10111100101100000010001001001001
3030
Step View=&All
3131
Variable Name1=_WISE_

β€ŽPython/getcopyright.cβ€Ž

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

55
static char cprt[] =
66
"\
7-
Copyright (c) 2001-2006 Python Software Foundation.\n\
7+
Copyright (c) 2001-2007 Python Software Foundation.\n\
88
All Rights Reserved.\n\
99
\n\
1010
Copyright (c) 2000 BeOpen.com.\n\

β€ŽREADMEβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
This is Python version 2.6 alpha 0
22
==================================
33

4-
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation.
4+
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007
5+
Python Software Foundation.
56
All rights reserved.
67

78
Copyright (c) 2000 BeOpen.com.

0 commit comments

Comments
 (0)