Skip to content

Commit dd87637

Browse files
committed
update for copyright for 2015
1 parent 35452b3 commit dd87637

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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-2014 Python Software Foundation. All rights reserved.
7+
Copyright © 2001-2015 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
@@ -84,7 +84,7 @@ Terms and conditions for accessing or otherwise using Python
8484
analyze, test, perform and/or display publicly, prepare derivative works,
8585
distribute, and otherwise use Python |release| alone or in any derivative
8686
version, provided, however, that PSF's License Agreement and PSF's notice of
87-
copyright, i.e., "Copyright © 2001-2014 Python Software Foundation; All Rights
87+
copyright, i.e., "Copyright © 2001-2015 Python Software Foundation; All Rights
8888
Reserved" are retained in Python |release| alone or in any derivative version
8989
prepared by Licensee.
9090

LICENSE

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

8080
3. In the event Licensee prepares a derivative work that is based on
8181
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-2014 Python Software Foundation. Copyright � 2000 BeOpen.com. Copyright � 1995-2001 CNRI. Copyright � 1991-1995 SMC.\0"
64+
VALUE "LegalCopyright", "Copyright � 2001-2015 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-2014 Python Software Foundation.\n\
7+
Copyright (c) 2001-2015 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 2.7.9
22
============================
33

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

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

0 commit comments

Comments
 (0)