aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kleuker <davidak@users.noreply.github.com>2018-11-10 04:45:40 +0100
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-11-09 19:45:40 -0800
commit9d43fa1bb228e6ebd2f1ebd0274f8f7d7e3635d4 (patch)
tree9607b44d27dc07984dcaff9a52e5e3843ccab5d7 /README.rst
parentCorrect a typo in the Unittest documentation (GH-10397) (diff)
downloadcpython-9d43fa1bb228e6ebd2f1ebd0274f8f7d7e3635d4.tar.gz
cpython-9d43fa1bb228e6ebd2f1ebd0274f8f7d7e3635d4.tar.bz2
cpython-9d43fa1bb228e6ebd2f1ebd0274f8f7d7e3635d4.zip
Doc: Simplify Copyright line in README (GH-10287)
This also makes it consistent with other places like: - https://docs.python.org/dev/copyright.html - https://www.python.org/ footer - https://github.com/python/cpython/blob/e42b705188271da108de42b55d9344642170aa2b/Python/getcopyright.c#L7
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 970f62e6938..61281042e3b 100644
--- a/README.rst
+++ b/README.rst
@@ -22,9 +22,7 @@ This is Python version 3.8.0 alpha 0
:target: https://python.zulipchat.com
-Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
-2012, 2013, 2014, 2015, 2016, 2017, 2018 Python Software Foundation. All rights
-reserved.
+Copyright (c) 2001-2018 Python Software Foundation. All rights reserved.
See the end of this file for further copyright and license information.
@@ -251,9 +249,7 @@ See :pep:`569` for Python 3.8 release details.
Copyright and License Information
---------------------------------
-Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
-2012, 2013, 2014, 2015, 2016, 2017, 2018 Python Software Foundation. All rights
-reserved.
+Copyright (c) 2001-2018 Python Software Foundation. All rights reserved.
Copyright (c) 2000 BeOpen.com. All rights reserved.