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.