From 0694df4b555393b876e55c87b6696463405fcb52 Mon Sep 17 00:00:00 2001
From: Jeremy Stanley <fungi@yuggoth.org>
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 <a href="https://git.openstack.org/cgit/'
-                   u'openstack-infra/infra-manual">infra-manual git repo</a> '
-                   u'to propose changes' % datetime.date.today().year)
+copyright = Markup(u'%s, OpenStack Contributors. Freely licensed under <a '
+                   u'href="http://creativecommons.org/licenses/by/3.0/'
+                   u'legalcode">CC BY 3.0</a>. Propose changes to the <a '
+                   u'href="https://git.openstack.org/cgit/openstack-infra/'
+                   u'infra-manual">infra-manual git repo</a>'
+                   % datetime.date.today().year)
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.