From 7050a6995f921df0499172cc36ea9ffe85f4d026 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Sun, 12 Jun 2016 16:46:51 +0200 Subject: [PATCH] Adjust copyright date --- admin_manual/conf.py | 4 ++-- developer_manual/conf.py | 12 ++++++------ user_manual/conf.py | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/admin_manual/conf.py b/admin_manual/conf.py index b66e462b8..8bcbad6db 100644 --- a/admin_manual/conf.py +++ b/admin_manual/conf.py @@ -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. diff --git a/developer_manual/conf.py b/developer_manual/conf.py index 25f6467fa..564bcf127 100644 --- a/developer_manual/conf.py +++ b/developer_manual/conf.py @@ -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. diff --git a/user_manual/conf.py b/user_manual/conf.py index 6eee8da74..71ea27567 100644 --- a/user_manual/conf.py +++ b/user_manual/conf.py @@ -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.