Skip to content

Commit c2d31f5

Browse files
authored
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.
1 parent 5ebf62a commit c2d31f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = "pytest-xdist"
21-
copyright = "2022, holger krekel and contributors"
21+
copyright = "2010, holger krekel and contributors"
2222
author = "holger krekel and contributors"
2323

2424
master_doc = "index"

0 commit comments

Comments
 (0)