diff options
author | Ned Deily <nad@python.org> | 2023-01-09 03:08:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-09 03:08:08 (GMT) |
commit | 30a6cc418a60fccb91ba574b552203425e594c47 (patch) | |
tree | 1312bdf5c352cbec714d234c01d87aaa5fb98f03 | |
parent | 3e9543e4071edbe85ab70c5dca001067f800b988 (diff) | |
download | cpython-30a6cc418a60fccb91ba574b552203425e594c47.zip cpython-30a6cc418a60fccb91ba574b552203425e594c47.tar.gz cpython-30a6cc418a60fccb91ba574b552203425e594c47.tar.bz2 |
[3.10] Update copyright year in README (GH-100863) (GH-100865)
Co-authored-by: HARSHA VARDHAN <75431678+Thunder-007@users.noreply.github.com>
-rw-r--r-- | README.rst | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -247,14 +247,14 @@ See :pep:`619` for Python 3.10 release details. Copyright and License Information --------------------------------- -Copyright (c) 2001-2022 Python Software Foundation. All rights reserved. +Copyright © 2001-2023 Python Software Foundation. All rights reserved. -Copyright (c) 2000 BeOpen.com. All rights reserved. +Copyright © 2000 BeOpen.com. All rights reserved. -Copyright (c) 1995-2001 Corporation for National Research Initiatives. All +Copyright © 1995-2001 Corporation for National Research Initiatives. All rights reserved. -Copyright (c) 1991-1995 Stichting Mathematisch Centrum. All rights reserved. +Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved. See the `LICENSE <https://github.com/python/cpython/blob/master/LICENSE>`_ for information on the history of this software, terms & conditions for usage, and a |