From c2d31f5e8b65e0e34f57da121889bc9921ac9935 Mon Sep 17 00:00:00 2001 From: Dmitry Volkov Date: Wed, 31 Jan 2024 21:44:46 +0300 Subject: [PATCH] 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. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ec93d43..4afd1eb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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"