We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9191d1b + 9b2d148 commit 030dc88Copy full SHA for 030dc88
1 file changed
conf.py
@@ -13,7 +13,7 @@
13
extensions = ['sphinx_rtd_theme', 'sphinx_rtd_dark_mode', 'sphinx_copybutton', 'sphinxcontrib.mermaid']
14
15
# General information about the project.
16
-copyright = str(now.year) + ' Nextcloud GmbH'
+copyright = '2016-' + str(now.year) + ' Nextcloud GmbH and Nextcloud contibutors'
17
18
# The version info for the project you're documenting, acts as replacement for
19
# |version| and |release|, also used in various other places throughout the
0 commit comments