From fb036d136190ef824c5281c4de2f1c688e040c59 Mon Sep 17 00:00:00 2001 From: Volkan Gezer Date: Sun, 11 Jan 2015 16:13:52 +0100 Subject: [PATCH] year up --- developer_manual/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/conf.py b/developer_manual/conf.py index 0dd7fb609..0dec3bdfb 100644 --- a/developer_manual/conf.py +++ b/developer_manual/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'ownCloud Developer Manual' -copyright = u'2012-2014, The ownCloud developers' +copyright = u'2012-2015, The ownCloud 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 @@ -254,7 +254,7 @@ texinfo_documents = [ epub_title = u'ownCloud Developer Manual' epub_author = u'The ownCloud developers' epub_publisher = u'The ownCloud developers' -epub_copyright = u'2012-2014, The ownCloud developers' +epub_copyright = u'2012-2015, The ownCloud developers' # The language of the text. It defaults to the language option # or en if the language is not set.