Skip to content

Commit 198399d

Browse files
committed
bring Python into 2013
1 parent 03ab4d3 commit 198399d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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-2012 Python Software Foundation. All rights reserved.
7+
Copyright © 2001-2013 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
@@ -150,7 +150,7 @@ Terms and conditions for accessing or otherwise using Python
150150
analyze, test, perform and/or display publicly, prepare derivative works,
151151
distribute, and otherwise use Python |release| alone or in any derivative
152152
version, provided, however, that PSF's License Agreement and PSF's notice of
153-
copyright, i.e., "Copyright © 2001-2012 Python Software Foundation; All Rights
153+
copyright, i.e., "Copyright © 2001-2013 Python Software Foundation; All Rights
154154
Reserved" are retained in Python |release| alone or in any derivative version
155155
prepared by Licensee.
156156

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ analyze, test, perform and/or display publicly, prepare derivative works,
110110
distribute, and otherwise use Python alone or in any derivative version,
111111
provided, however, that PSF's License Agreement and PSF's notice of copyright,
112112
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
113-
2011, 2012 Python Software Foundation; All Rights Reserved" are retained in Python
114-
alone or in any derivative version prepared by Licensee.
113+
2011, 2012, 2013 Python Software Foundation; All Rights Reserved" are retained
114+
in Python alone or in any derivative version prepared by Licensee.
115115

116116
3. In the event Licensee prepares a derivative work that is based on
117117
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-2012 Python Software Foundation.\n\
7+
Copyright (c) 2001-2013 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
@@ -2,7 +2,7 @@ This is Python version 3.3.0
22
============================
33

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

77
Python 3.x is a new version of the language, which is incompatible with the 2.x
88
line of releases. The language is mostly the same, but many details, especially

0 commit comments

Comments
 (0)