Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7d2f00

Browse files
committed
Copyright update to 2013.
1 parent b673d99 commit a7d2f00

7 files changed

Lines changed: 12 additions & 9 deletions

File tree

Doc/README.txt

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

137137
----------------------------------------------------------------------
138-
Copyright (c) 2000-2012 Python Software Foundation.
138+
Copyright (c) 2000-2013 Python Software Foundation.
139139
All rights reserved.
140140

141141
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-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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ been GPL-compatible; the table below summarizes the various releases.
120120
+----------------+--------------+------------+------------+-----------------+
121121
| 3.2.3 | 3.2.2 | 2012 | PSF | yes |
122122
+----------------+--------------+------------+------------+-----------------+
123+
| 3.2.4 | 3.2.3 | 2013 | PSF | yes |
124+
+----------------+--------------+------------+------------+-----------------+
123125

124126
.. note::
125127

@@ -148,7 +150,7 @@ Terms and conditions for accessing or otherwise using Python
148150
analyze, test, perform and/or display publicly, prepare derivative works,
149151
distribute, and otherwise use Python |release| alone or in any derivative
150152
version, provided, however, that PSF's License Agreement and PSF's notice of
151-
copyright, i.e., "Copyright © 2001-2012 Python Software Foundation; All Rights
153+
copyright, i.e., "Copyright © 2001-2013 Python Software Foundation; All Rights
152154
Reserved" are retained in Python |release| alone or in any derivative version
153155
prepared by Licensee.
154156

LICENSE

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ the various releases.
7474
3.2.1 3.2 2011 PSF yes
7575
3.2.2 3.2.1 2011 PSF yes
7676
3.2.3 3.2.2 2012 PSF yes
77+
3.2.4 3.2.3 2013 PSF yes
7778

7879
Footnotes:
7980

@@ -109,8 +110,8 @@ analyze, test, perform and/or display publicly, prepare derivative works,
109110
distribute, and otherwise use Python alone or in any derivative version,
110111
provided, however, that PSF's License Agreement and PSF's notice of copyright,
111112
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
112-
2011, 2012 Python Software Foundation; All Rights Reserved" are retained in Python
113-
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.
114115

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

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-2012 Python Software Foundation. Copyright � 2000 BeOpen.com. Copyright � 1995-2001 CNRI. Copyright � 1991-1995 SMC.\0"
64+
VALUE "LegalCopyright", "Copyright � 2001-2013 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-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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ See PEP 392 for release details: http://www.python.org/dev/peps/pep-0392/
167167
Copyright and License Information
168168
---------------------------------
169169

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

173173
Copyright (c) 2000 BeOpen.com. All rights reserved.
174174

0 commit comments

Comments
 (0)