diff options
author | Benjamin Peterson <benjamin@python.org> | 2020-01-03 02:56:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-03 02:56:34 (GMT) |
commit | 946b29ea0b3b386ed05e87e60b8617c9dc19cd53 (patch) | |
tree | 9c69dc807f13c698847457311e95e669868d8a8d /README.rst | |
parent | 7b35bef9787cd80ed1e12124f759b4be03c849db (diff) | |
download | cpython-946b29ea0b3b386ed05e87e60b8617c9dc19cd53.zip cpython-946b29ea0b3b386ed05e87e60b8617c9dc19cd53.tar.gz cpython-946b29ea0b3b386ed05e87e60b8617c9dc19cd53.tar.bz2 |
Bring Python into the next decade. (GH-17801)
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,7 +22,7 @@ This is Python version 3.9.0 alpha 2 :target: https://python.zulipchat.com -Copyright (c) 2001-2019 Python Software Foundation. All rights reserved. +Copyright (c) 2001-2020 Python Software Foundation. All rights reserved. See the end of this file for further copyright and license information. @@ -250,7 +250,7 @@ See :pep:`596` for Python 3.9 release details. Copyright and License Information --------------------------------- -Copyright (c) 2001-2019 Python Software Foundation. All rights reserved. +Copyright (c) 2001-2020 Python Software Foundation. All rights reserved. Copyright (c) 2000 BeOpen.com. All rights reserved. |