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:
@@ -18,7 +18,7 @@
|
|||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
project = "pytest-xdist"
|
project = "pytest-xdist"
|
||||||
copyright = "2022, holger krekel and contributors"
|
copyright = "2010, holger krekel and contributors"
|
||||||
author = "holger krekel and contributors"
|
author = "holger krekel and contributors"
|
||||||
|
|
||||||
master_doc = "index"
|
master_doc = "index"
|
||||||
|
|||||||
Reference in New Issue
Block a user