Skip to content

Commit 965be0e

Browse files
Update the copyright symbols in README.rst (GH-25514)
Updated a couple copyright symbols from (c) to © The rest of the doc are already using © Co-authored-by: Mariatta Wijaya <[email protected]>
1 parent ad4e8d2 commit 965be0e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.rst

+6-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is Python version 3.11.0 alpha 5
1414
:target: https://discuss.python.org/
1515

1616

17-
Copyright (c) 2001-2022 Python Software Foundation. All rights reserved.
17+
Copyright © 2001-2021 Python Software Foundation. All rights reserved.
1818

1919
See the end of this file for further copyright and license information.
2020

@@ -243,14 +243,15 @@ See :pep:`664` for Python 3.11 release details.
243243
Copyright and License Information
244244
---------------------------------
245245

246-
Copyright (c) 2001-2022 Python Software Foundation. All rights reserved.
247246

248-
Copyright (c) 2000 BeOpen.com. All rights reserved.
247+
Copyright © 2001-2021 Python Software Foundation. All rights reserved.
249248

250-
Copyright (c) 1995-2001 Corporation for National Research Initiatives. All
249+
Copyright © 2000 BeOpen.com. All rights reserved.
250+
251+
Copyright © 1995-2001 Corporation for National Research Initiatives. All
251252
rights reserved.
252253

253-
Copyright (c) 1991-1995 Stichting Mathematisch Centrum. All rights reserved.
254+
Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.
254255

255256
See the `LICENSE <https://github.com/python/cpython/blob/main/LICENSE>`_ for
256257
information on the history of this software, terms & conditions for usage, and a

0 commit comments

Comments
 (0)