Skip to content

Commit

Permalink
Assign copyright @ docs to project contributors (jazzband#1467)
Browse files Browse the repository at this point in the history
* Assign copyright @ docs to project contributors

* Eliminate the copyright year from the docs

Ref:
https://linuxfoundation.org/blog/copyright-notices-in-open-source-software-projects/
  • Loading branch information
webknjaz committed Aug 12, 2021
1 parent 636e7f0 commit c55d19b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# -- Project information -----------------------------------------------------

project = "pip-tools"
author = "Jazzband Contributors"
copyright = f"2021, {author}"
author = f"{project} Contributors"
copyright = f"The {author}"


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit c55d19b

Please sign in to comment.