From 13a3c62678c9c20bc35398ae7f1e8129cf8a2edf Mon Sep 17 00:00:00 2001 From: Georg Krause <mail@georg-krause.net> Date: Fri, 1 Apr 2022 16:10:13 +0200 Subject: [PATCH] Update documentation copyright info --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 15e7f44..5f419e6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,8 +51,8 @@ master_doc = "index" # General information about the project. project = "requests-http-message-signatures" -copyright = "2017, Andrey Kislyuk" -author = "Andrey Kislyuk" +copyright = "2021 - Funkwhale Collective" +author = "Andrey Kislyuk, Funkwhale Collective" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the -- GitLab