Skip to content

Commit b69406d

Browse files
committed
Update general copyright years to 2006.
1 parent f84d1b9 commit b69406d

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

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-2004 Python Software Foundation.
232+
Copyright (c) 2000-2006 Python Software Foundation.
233233
All rights reserved.
234234

235235
Copyright (c) 2000 BeOpen.com.

Doc/commontex/license.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ \section{History of the software}
4848
\linev{2.3.5}{2.3.4}{2005}{PSF}{yes}
4949
\linev{2.4}{2.3}{2004}{PSF}{yes}
5050
\linev{2.4.1}{2.4}{2005}{PSF}{yes}
51+
\linev{2.4.2}{2.4.1}{2005}{PSF}{yes}
5152
\end{tablev}
5253

5354
\note{GPL-compatible doesn't mean that we're distributing
@@ -78,7 +79,7 @@ \section{Terms and conditions for accessing or otherwise using Python}
7879
prepare derivative works, distribute, and otherwise use Python
7980
\version{} alone or in any derivative version, provided, however, that
8081
PSF's License Agreement and PSF's notice of copyright, i.e.,
81-
``Copyright \copyright{} 2001-2004 Python Software Foundation; All
82+
``Copyright \copyright{} 2001-2006 Python Software Foundation; All
8283
Rights Reserved'' are retained in Python \version{} alone or in any
8384
derivative version prepared by Licensee.
8485

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ license to reproduce, analyze, test, perform and/or display publicly,
8686
prepare derivative works, distribute, and otherwise use Python
8787
alone or in any derivative version, provided, however, that PSF's
8888
License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
89-
2001, 2002, 2003, 2004, 2005 Python Software Foundation; All Rights
89+
2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights
9090
Reserved" are retained in Python alone or in any derivative version
9191
prepared by Licensee.
9292

Misc/developers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Permissions History
2727
are expected to work primarily in nondist/sandbox and have their work
2828
reviewed before making updates to active code.
2929

30-
- Reinhold Birkenfeld was given SF tracker permissions on 28 May 2005
30+
- Georg Brandl was given SF tracker permissions on 28 May 2005
3131
by RDH. Since the beginning of 2005, he has been active in discussions
3232
on python-dev and has submitted a dozen patch reviews. The permissions
3333
add the ability to change tracker status and to attach patches. On

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-2005 Python Software Foundation. Copyright � 2000 BeOpen.com. Copyright � 1995-2001 CNRI. Copyright � 1991-1995 SMC.\0"
64+
VALUE "LegalCopyright", "Copyright � 2001-2006 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
@@ -4,7 +4,7 @@
44

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

README

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

4-
Copyright (c) 2001, 2002, 2003, 2004, 2005 Python Software Foundation.
4+
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation.
55
All rights reserved.
66

77
Copyright (c) 2000 BeOpen.com.

0 commit comments

Comments
 (0)