diff --git a/_shared_assets/themes/owncloud_com/layout.html b/_shared_assets/themes/owncloud_com/layout.html index 07d96e801..98744fde3 100755 --- a/_shared_assets/themes/owncloud_com/layout.html +++ b/_shared_assets/themes/owncloud_com/layout.html @@ -186,7 +186,7 @@ - + diff --git a/admin_manual/conf.py b/admin_manual/conf.py index 17013fbd2..71eb82231 100644 --- a/admin_manual/conf.py +++ b/admin_manual/conf.py @@ -42,7 +42,7 @@ master_doc = 'contents' # General information about the project. project = u'ownCloud Administrators Manual' -copyright = u'2012, The ownCloud developers' +copyright = u'2012-2013, 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 @@ -251,7 +251,7 @@ texinfo_documents = [ epub_title = u'ownCloud Admin Manual' epub_author = u'The ownCloud developers' epub_publisher = u'The ownCloud developers' -epub_copyright = u'2012, The ownCloud developers' +epub_copyright = u'2012-2013, 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 6a857caf1..6019b7111 100644 --- a/developer_manual/conf.py +++ b/developer_manual/conf.py @@ -41,7 +41,7 @@ master_doc = 'contents' # General information about the project. project = u'ownCloud Developer Manual' -copyright = u'2012, The ownCloud developers' +copyright = u'2012-2013, 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 @@ -250,7 +250,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, The ownCloud developers' +epub_copyright = u'2012-2013, 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/user_manual/conf.py b/user_manual/conf.py index 48096936f..1dd1893c3 100644 --- a/user_manual/conf.py +++ b/user_manual/conf.py @@ -41,7 +41,7 @@ master_doc = 'contents' # General information about the project. project = u'ownCloud User Manual' -copyright = u'2012, The ownCloud developers' +copyright = u'2012-2013, 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 @@ -250,7 +250,7 @@ texinfo_documents = [ epub_title = u'ownCloud User Manual' epub_author = u'The ownCloud developers' epub_publisher = u'The ownCloud developers' -epub_copyright = u'2012, The ownCloud developers' +epub_copyright = u'2012-2013, The ownCloud developers' # The language of the text. It defaults to the language option # or en if the language is not set.