diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2022-02-15 15:22:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 15:22:00 (GMT) |
commit | 9a40a2d99f703402c81c0444aa6d369eef60847c (patch) | |
tree | d67dcdd25226cb392209ccd502e5b88a547e4d57 | |
parent | 13c10bfb777483c7b02877aab029345a056b809c (diff) | |
download | cpython-9a40a2d99f703402c81c0444aa6d369eef60847c.zip cpython-9a40a2d99f703402c81c0444aa6d369eef60847c.tar.gz cpython-9a40a2d99f703402c81c0444aa6d369eef60847c.tar.bz2 |
Fix copyright years in `README.rst` (#31347)
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ This is Python version 3.11.0 alpha 5 :target: https://discuss.python.org/ -Copyright © 2001-2021 Python Software Foundation. All rights reserved. +Copyright © 2001-2022 Python Software Foundation. All rights reserved. See the end of this file for further copyright and license information. @@ -244,7 +244,7 @@ Copyright and License Information --------------------------------- -Copyright © 2001-2021 Python Software Foundation. All rights reserved. +Copyright © 2001-2022 Python Software Foundation. All rights reserved. Copyright © 2000 BeOpen.com. All rights reserved. |