From cdbc264bb62ddcc1d4810584919f21ef714ad13e Mon Sep 17 00:00:00 2001 From: Chris Swan <478926+cpswan@users.noreply.github.com> Date: Mon, 25 Oct 2021 20:20:57 +0100 Subject: [PATCH] Fix copyright date s/2015-2015/2015/ (#9070) --- acme/docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme/docs/conf.py b/acme/docs/conf.py index d419326df..facb88a0a 100644 --- a/acme/docs/conf.py +++ b/acme/docs/conf.py @@ -58,7 +58,7 @@ master_doc = 'index' # General information about the project. project = u'acme-python' -copyright = u'2015-2015, Let\'s Encrypt Project' +copyright = u'2015, Let\'s Encrypt Project' author = u'Let\'s Encrypt Project' # The version info for the project you're documenting, acts as replacement for