Skip to content

Commit 9bf51fe

Browse files
committed
Bump copyright years.
1 parent be1950d commit 9bf51fe

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

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-2012 Python Software Foundation.
130+
Copyright (c) 2000-2013 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-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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ been GPL-compatible; the table below summarizes the various releases.
110110
+----------------+--------------+-----------+------------+-----------------+
111111
| 2.6.8 | 2.6.7 | 2012 | PSF | yes |
112112
+----------------+--------------+-----------+------------+-----------------+
113+
| 2.6.9 | 2.6.8 | 2013 | PSF | yes |
114+
+----------------+--------------+-----------+------------+-----------------+
113115

114116
.. note::
115117

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ the various releases.
6666
2.6.6 2.6.5 2010 PSF yes
6767
2.6.7 2.6.6 2011 PSF yes
6868
2.6.8 2.6.7 2012 PSF yes
69+
2.6.9 2.6.8 2013 PSF yes
6970

7071
Footnotes:
7172

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
@@ -1,5 +1,5 @@
1-
This is Python version 2.6.9
2-
============================
1+
This is Python version 2.6.9rc1
2+
===============================
33

44
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
55
2011, 2012, 2013

0 commit comments

Comments
 (0)