Skip to content

Commit 494cdb6

Browse files
author
Michael W. Hudson
committed
Add 2002 to PSF copyrights.
Doc/README is odd; it assigns some copyright to the PSF in 2000, when I didn't think it existed...
1 parent 06ee253 commit 494cdb6

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

Doc/README

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

215215
----------------------------------------------------------------------
216-
Copyright (c) 2000, 2001 Python Software Foundation.
216+
Copyright (c) 2000-2002 Python Software Foundation.
217217
All rights reserved.
218218

219219
Copyright (c) 2000 BeOpen.com.

Doc/texinputs/license.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ \section{Terms and conditions for accessing or otherwise using Python}
6464
prepare derivative works, distribute, and otherwise use Python
6565
\version{} alone or in any derivative version, provided, however, that
6666
PSF's License Agreement and PSF's notice of copyright, i.e.,
67-
``Copyright \copyright{} 2001 Python Software Foundation; All Rights
68-
Reserved'' are retained in Python \version{} alone or in any
67+
``Copyright \copyright{} 2001, 2002 Python Software Foundation; All
68+
Rights Reserved'' are retained in Python \version{} alone or in any
6969
derivative version prepared by Licensee.
7070

7171
\item

LICENSE

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ license to reproduce, analyze, test, perform and/or display publicly,
6666
prepare derivative works, distribute, and otherwise use Python 2.2
6767
alone or in any derivative version, provided, however, that PSF's
6868
License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
69-
2001 Python Software Foundation; All Rights Reserved" are retained in
70-
Python 2.2 alone or in any derivative version prepared by Licensee.
69+
2001, 2002 Python Software Foundation; All Rights Reserved" are
70+
retained in Python 2.2 alone or in any derivative version prepared by
71+
Licensee.
7172

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

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 Python Software Foundation.\n\
7+
Copyright (c) 2001, 2002 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.2
22
==========================
33

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

77
Copyright (c) 2000 BeOpen.com.

0 commit comments

Comments
 (0)