Skip to content

Commit 5f8d606

Browse files
committed
add another year to glorious PSF IP
1 parent 117e1f0 commit 5f8d606

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

Doc/README.txt

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

129129
----------------------------------------------------------------------
130-
Copyright (c) 2000-2008 Python Software Foundation.
130+
Copyright (c) 2000-2012 Python Software Foundation.
131131
All rights reserved.
132132

133133
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-2010 Python Software Foundation. All rights reserved.
7+
Copyright © 2001-2012 Python Software Foundation. All rights reserved.
88

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

Doc/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Terms and conditions for accessing or otherwise using Python
132132
analyze, test, perform and/or display publicly, prepare derivative works,
133133
distribute, and otherwise use Python |release| alone or in any derivative
134134
version, provided, however, that PSF's License Agreement and PSF's notice of
135-
copyright, i.e., "Copyright © 2001-2010 Python Software Foundation; All Rights
135+
copyright, i.e., "Copyright © 2001-2012 Python Software Foundation; All Rights
136136
Reserved" are retained in Python |release| alone or in any derivative version
137137
prepared by Licensee.
138138

LICENSE

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

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

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
This is Python version 2.7.2
22
============================
33

4-
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
5-
Python Software Foundation. All rights reserved.
4+
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
5+
2012 Python Software Foundation. All rights reserved.
66

77
Copyright (c) 2000 BeOpen.com.
88
All rights reserved.

0 commit comments

Comments
 (0)