Skip to content

Commit 030dc88

Browse files
Merge pull request #13586 from nextcloud/jtr/fix-copyright
fix(docs): update copyright shown in footer
2 parents 9191d1b + 9b2d148 commit 030dc88

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)