From 9b2d148b80f790c83d72faf3b1a022c57a610269 Mon Sep 17 00:00:00 2001 From: Josh Richards Date: Mon, 1 Sep 2025 09:50:16 -0400 Subject: [PATCH] fix(docs): update copyright shown in footer Signed-off-by: Josh Richards --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 08b572e8b..33139f613 100644 --- a/conf.py +++ b/conf.py @@ -13,7 +13,7 @@ os.environ["READTHEDOCS"] = "True" extensions = ['sphinx_rtd_theme', 'sphinx_rtd_dark_mode', 'sphinx_copybutton', 'sphinxcontrib.mermaid'] # General information about the project. -copyright = str(now.year) + ' Nextcloud GmbH' +copyright = '2016-' + str(now.year) + ' Nextcloud GmbH and Nextcloud contibutors' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the