From 0694df4b555393b876e55c87b6696463405fcb52 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 25 Mar 2015 21:24:30 +0000 Subject: [PATCH] Mention license in document footer Change-Id: Ia656717aafee209e9c57bf9bcbbfe8b2bf413686 --- doc/source/conf.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 73481bc..ef65130 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -51,10 +51,12 @@ master_doc = 'index' # General information about the project. project = u'OpenStack Project Infrastructure Manual' -copyright = Markup(u'%s, OpenStack Contributors ' - u'- use the infra-manual git repo ' - u'to propose changes' % datetime.date.today().year) +copyright = Markup(u'%s, OpenStack Contributors. Freely licensed under CC BY 3.0. Propose changes to the infra-manual git repo' + % datetime.date.today().year) # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.