Doc: Simplify Copyright line in README#10287
Conversation
This also makes it consistent with other places like: - https://docs.python.org/dev/copyright.html - https://www.python.org/ footer - https://github.com/python/cpython/blob/e42b705188271da108de42b55d9344642170aa2b/Python/getcopyright.c#L7 This is my first contribution to python, completely done using GitHubs webinterface. I will sign the CLA later today.
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. You can check yourself to see if the CLA has been received. Thanks again for your contribution, we look forward to reviewing it! |
Sorry, something went wrong.
|
For me, it's ok, we have some references where the copyright by the PSF is from 2001-2018. We could merge it after the review of @VanL . |
Sorry, something went wrong.
|
This is fine with me. |
Sorry, something went wrong.
|
I beleieve there is an issue in bpo about the copyright. I'll have to look it up and link it here. |
Sorry, something went wrong.
|
@Mariatta, Are you thinking of https://bugs.python.org/issue29555 ? That also covers copyright dates in a number of modules. |
Sorry, something went wrong.
|
Ah yeah that's the issue I was thinking. |
Sorry, something went wrong.
gvanrossum
left a comment
There was a problem hiding this comment.
LGTM.
Sorry, something went wrong.
|
Thanks @davidak and congrats on your first contribution to CPython 🌮 |
Sorry, something went wrong.
Uses a range of years for the copyright in LICENSE file. Follows up on python#10287 and makes it consistent with other copyright notices).
This also makes it consistent with other places like:
cpython/Python/getcopyright.c
Line 7 in e42b705