From 13bf0aefa0456b6405cf7f4b131e9fc9ec422632 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 26 Jan 2016 18:04:22 -0500 Subject: [PATCH] Update conf.py --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e86da8d..a56a460 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,7 @@ master_doc = 'index' # General information about the project. project = u'pythonguide' -copyright = u'2016. A Kenneth Reitz Project. Creative Commons' +copyright = u'2016. A Kenneth Reitz Project. CC BY-NC-SA 3.0' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -234,7 +234,7 @@ man_pages = [ epub_title = u'pythonguide' epub_author = u'Kenneth Reitz' epub_publisher = u'Kenneth Reitz' -epub_copyright = u'2014, Kenneth Reitz' +epub_copyright = u'2016, Kenneth Reitz' # The language of the text. It defaults to the language option # or en if the language is not set.