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 #2941

Merged
merged 1 commit into from
Mar 14, 2023

Commits on Mar 13, 2023

  1. docs: remove (dynamic) years from copyright

    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>
    paravoid committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    2756346 View commit details
    Browse the repository at this point in the history