Adjust copyright date

This commit is contained in:
Lukas Reschke 2016-06-12 16:46:51 +02:00
parent 50d638b01d
commit 7050a6995f
No known key found for this signature in database
GPG Key ID: 9AB0ADB949B6898C
3 changed files with 10 additions and 10 deletions

View File

@ -50,7 +50,7 @@ release = '9.0'
# General information about the project.
project = u'ownCloud %s Server Administration Manual' % (version)
copyright = u'2012-2016, The ownCloud developers'
copyright = u'2016, The ownCloud developers'
# The language for content autogenerated by Sphinx. Refer to documentation
@ -244,7 +244,7 @@ texinfo_documents = [ ('contents', 'ownCloud Server Admin Manual', u'ownCloud Se
epub_title = u'ownCloud Server Administration Manual'
epub_author = u'The ownCloud developers'
epub_publisher = u'The ownCloud developers'
epub_copyright = u'2012-2016, The ownCloud developers'
epub_copyright = u'2016, The ownCloud developers'
# The language of the text. It defaults to the language option
# or en if the language is not set.

View File

@ -40,8 +40,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'ownCloud Developer Manual'
copyright = u'2012-2015, The ownCloud developers'
project = u'Nextcloud Developer Manual'
copyright = u'2016, The Nextcloud developers'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@ -251,10 +251,10 @@ texinfo_documents = [
# -- Options for Epub output ---------------------------------------------------
# Bibliographic Dublin Core info.
epub_title = u'ownCloud Developer Manual'
epub_author = u'The ownCloud developers'
epub_publisher = u'The ownCloud developers'
epub_copyright = u'2012-2015, The ownCloud developers'
epub_title = u'Nextcloud Developer Manual'
epub_author = u'The Nextcloud developers'
epub_publisher = u'The Nextcloud developers'
epub_copyright = u'2016, The Nextcloud developers'
# The language of the text. It defaults to the language option
# or en if the language is not set.

View File

@ -50,7 +50,7 @@ release = '9'
# General information about the project.
project = u'Nextcloud %s User Manual' % (version)
copyright = u'2012-2016, The Nextcloud developers'
copyright = u'2016, The Nextcloud developers'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -253,7 +253,7 @@ texinfo_documents = [
epub_title = u'Nextcloud User Manual'
epub_author = u'The Nextcloud developers'
epub_publisher = u'The Nextcloud developers'
epub_copyright = u'2012-2016, The Nextcloud developers'
epub_copyright = u'2016, The Nextcloud developers'
# The language of the text. It defaults to the language option
# or en if the language is not set.