diff options
author | Benjamin Peterson <benjamin@python.org> | 2022-01-02 14:08:48 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-02 12:08:48 -0800 |
commit | ba00f0d93a4aea85ae8089f139856a7c450584d7 (patch) | |
tree | 81b97dbcef577f12598743fce6fb27164c6e5839 /README.rst | |
parent | 863729e9c6f599286f98ec37c8716e982c4ca9dd (diff) | |
download | cpython-git-ba00f0d93a4aea85ae8089f139856a7c450584d7.tar.gz |
Update copyright year to 2022. (GH-30335)
Automerge-Triggered-By: GH:benjaminp
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst index d4b6621a80..ff9d7858fd 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ This is Python version 3.11.0 alpha 3 :target: https://discuss.python.org/ -Copyright (c) 2001-2021 Python Software Foundation. All rights reserved. +Copyright (c) 2001-2022 Python Software Foundation. All rights reserved. See the end of this file for further copyright and license information. @@ -243,7 +243,7 @@ See :pep:`664` for Python 3.11 release details. Copyright and License Information --------------------------------- -Copyright (c) 2001-2021 Python Software Foundation. All rights reserved. +Copyright (c) 2001-2022 Python Software Foundation. All rights reserved. Copyright (c) 2000 BeOpen.com. All rights reserved. |