Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove (dynamic) years from copyright #58

Merged
merged 1 commit into from
Mar 14, 2023

Conversation

paravoid
Copy link
Contributor

Setting copyright programatically to a range up to datetime.today() is legally dubious. It effectively signals that the copyright changes/extends whenever a downstream (perhaps even not holding no copyright of their own) builds the documentation, rather than when the code was authored. I do not believe this to be the case in any jurisdiction.

Rather than replace it with a static year (2023 currently) and then keep updating it on a yearly basis, remove the years altogether, as they serve little purpose: the dates are readily available through git, changelogs, PyPI etc. This follows what other projects have done or are in the process of doing as well; for example, see:
https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
https://hynek.me/til/copyright-years/

As a side-effect and primary motivation for this commit, this resolves a rather small build reproducibility (FTBR) issue, where builds in different years would yield different outputs.

Setting copyright programatically to a range up to datetime.today() is
legally dubious. It effectively signals that the copyright
changes/extends whenever a downstream (perhaps even not holding no
copyright of their own) builds the documentation, rather than when the
code was authored. I do not believe this to be the case in any
jurisdiction.

Rather than replace it with a static year (2023 currently) and then keep
updating it on a yearly basis, remove the years altogether, as they
serve little purpose: the dates are readily available through git,
changelogs, PyPI etc. This follows what other projects have done or are
in the process of doing as well; for example, see:
  https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
  https://hynek.me/til/copyright-years/

As a side-effect and primary motivation for this commit, this resolves a
rather small build reproducibility (FTBR) issue, where builds in
different years would yield different outputs.

Signed-off-by: Faidon Liambotis <paravoid@debian.org>
@gaborbernat gaborbernat merged commit 266e3b5 into tox-dev:main Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants