Skip to content

Commit 2740fcc

Browse files
committed
Bump version and copyright year for 3.5.5rc1.
1 parent 604fb62 commit 2740fcc

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
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-2017 Python Software Foundation. All rights reserved.
7+
Copyright © 2001-2018 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
@@ -87,7 +87,7 @@ PSF LICENSE AGREEMENT FOR PYTHON |release|
8787
analyze, test, perform and/or display publicly, prepare derivative works,
8888
distribute, and otherwise use Python |release| alone or in any derivative
8989
version, provided, however, that PSF's License Agreement and PSF's notice of
90-
copyright, i.e., "Copyright © 2001-2017 Python Software Foundation; All Rights
90+
copyright, i.e., "Copyright © 2001-2018 Python Software Foundation; All Rights
9191
Reserved" are retained in Python |release| alone or in any derivative version
9292
prepared by Licensee.
9393

LICENSE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
7272
analyze, test, perform and/or display publicly, prepare derivative works,
7373
distribute, and otherwise use Python alone or in any derivative version,
7474
provided, however, that PSF's License Agreement and PSF's notice of copyright,
75-
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
76-
2011, 2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation; All Rights
77-
Reserved" are retained in Python alone or in any derivative version prepared by
78-
Licensee.
75+
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
76+
2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Python Software
77+
Foundation; All Rights Reserved" are retained in Python alone or in any
78+
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_ver_rc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "winver.h"
55

66
#define PYTHON_COMPANY "Python Software Foundation"
7-
#define PYTHON_COPYRIGHT "Copyright \xA9 2001-2016 Python Software Foundation. Copyright \xA9 2000 BeOpen.com. Copyright \xA9 1995-2001 CNRI. Copyright \xA9 1991-1995 SMC."
7+
#define PYTHON_COPYRIGHT "Copyright \xA9 2001-2018 Python Software Foundation. Copyright \xA9 2000 BeOpen.com. Copyright \xA9 1995-2001 CNRI. Copyright \xA9 1991-1995 SMC."
88

99
#define MS_WINDOWS
1010
#include "modsupport.h"

Python/getcopyright.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
static const char cprt[] =
66
"\
7-
Copyright (c) 2001-2017 Python Software Foundation.\n\
7+
Copyright (c) 2001-2018 Python Software Foundation.\n\
88
All Rights Reserved.\n\
99
\n\
1010
Copyright (c) 2000 BeOpen.com.\n\

README

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
This is Python version 3.5.4
2-
============================
1+
This is Python version 3.5.5rc1
2+
===============================
33

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

88
Python 3.x is a new version of the language, which is incompatible with the
99
2.x line of releases. The language is mostly the same, but many details,
@@ -223,8 +223,8 @@ Copyright and License Information
223223
---------------------------------
224224

225225
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
226-
2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation. All rights
227-
reserved.
226+
2012, 2013, 2014, 2015, 2016, 2017, 2018 Python Software Foundation. All
227+
rights reserved.
228228

229229
Copyright (c) 2000 BeOpen.com. All rights reserved.
230230

0 commit comments

Comments
 (0)