[Python-checkins] [3.10] Update copyright year in README (GH-100863) (GH-100865)

ned-deily webhook-mailer at python.org
Sun Jan 8 22:08:13 EST 2023


https://github.com/python/cpython/commit/30a6cc418a60fccb91ba574b552203425e594c47
commit: 30a6cc418a60fccb91ba574b552203425e594c47
branch: 3.10
author: Ned Deily <nad at python.org>
committer: ned-deily <nad at python.org>
date: 2023-01-08T22:08:08-05:00
summary:

[3.10] Update copyright year in README (GH-100863) (GH-100865)

Co-authored-by: HARSHA VARDHAN <75431678+Thunder-007 at users.noreply.github.com>

files:
M README.rst

diff --git a/README.rst b/README.rst
index 7f2acfa179b3..f8b9c88e9282 100644
--- a/README.rst
+++ b/README.rst
@@ -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



More information about the Python-checkins mailing list