Skip to content

Commit 9b2d148

Browse files
committed
fix(docs): update copyright shown in footer
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
1 parent 4c0dfa1 commit 9b2d148

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
extensions = ['sphinx_rtd_theme', 'sphinx_rtd_dark_mode', 'sphinx_copybutton', 'sphinxcontrib.mermaid']
1414

1515
# General information about the project.
16-
copyright = str(now.year) + ' Nextcloud GmbH'
16+
copyright = '2016-' + str(now.year) + ' Nextcloud GmbH and Nextcloud contibutors'
1717

1818
# The version info for the project you're documenting, acts as replacement for
1919
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)