Fix copyright year in project documentation (#898)
As per https://stackoverflow.com/questions/2390230/do-copyright-dates-need-to-be-updated, updated it to the first commit of this repository.
This commit is contained in:
parent
5ebf62a8bf
commit
c2d31f5e8b
|
@ -18,7 +18,7 @@
|
|||
# -- Project information -----------------------------------------------------
|
||||
|
||||
project = "pytest-xdist"
|
||||
copyright = "2022, holger krekel and contributors"
|
||||
copyright = "2010, holger krekel and contributors"
|
||||
author = "holger krekel and contributors"
|
||||
|
||||
master_doc = "index"
|
||||
|
|
Loading…
Reference in New Issue