Skip to content

Commit f8a970c

Browse files
committed
Merged revisions 77203 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77203 | benjamin.peterson | 2009-12-31 22:00:55 -0600 (Thu, 31 Dec 2009) | 1 line update copyright year ........
1 parent 9ddcc6e commit f8a970c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
100100
analyze, test, perform and/or display publicly, prepare derivative works,
101101
distribute, and otherwise use Python alone or in any derivative version,
102102
provided, however, that PSF's License Agreement and PSF's notice of copyright,
103-
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Python
104-
Software Foundation; All Rights Reserved" are retained in Python alone or in any
105-
derivative version prepared by Licensee.
103+
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
104+
Python Software Foundation; All Rights Reserved" are retained in Python alone or
105+
in any derivative version prepared by Licensee.
106106

107107
3. In the event Licensee prepares a derivative work that is based on
108108
or incorporates Python 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-2009 Python Software Foundation.\n\
7+
Copyright (c) 2001-2010 Python Software Foundation.\n\
88
All Rights Reserved.\n\
99
\n\
1010
Copyright (c) 2000 BeOpen.com.\n\

0 commit comments

Comments
 (0)