From f24e0612d38fd0e18fb6f597433f1d499bd53278 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Jan 2012 03:33:14 -0500 Subject: [PATCH] CC BY-SA 3.0 Closes #87 --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 8e375c6..7aa0223 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'pythonguide' -copyright = u'2012. A Kenneth Reitz Project' +copyright = u'2012. A Kenneth Reitz Project. Creative Commons Share-Alike 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 @@ -259,4 +259,4 @@ epub_copyright = u'2010, Kenneth Reitz' # Allow duplicate toc entries. #epub_tocdup = True -todo_include_todos = True \ No newline at end of file +todo_include_todos = True