From d2d62488f7b2e0908f35806e57a34284a697360d Mon Sep 17 00:00:00 2001 From: Anael Mobilia Date: Mon, 15 May 2023 00:07:35 +0200 Subject: [PATCH] Add contributors on copyright (#414) Co-authored-by: Anael Mobilia --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index feed5a2..8a3acd3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,8 +19,8 @@ from parsedmarc import __version__ # -- Project information ----------------------------------------------------- project = 'parsedmarc' -copyright = '2018, Sean Whalen' -author = 'Sean Whalen' +copyright = '2018 - 2023, Sean Whalen and contributors' +author = 'Sean Whalen and contributors' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the