]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Simplify Copyright line in README (GH-10287)
authorDavid Kleuker <davidak@users.noreply.github.com>
Sat, 10 Nov 2018 03:45:40 +0000 (04:45 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 10 Nov 2018 03:45:40 +0000 (19:45 -0800)
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

README.rst

index 970f62e6938908a9caaaa0a07fe425bd3976c101..61281042e3bde6e17e21a8399bdedc423263a61e 100644 (file)
@@ -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.