summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-03-12 15:44:27 +0000
committerGerrit Code Review <review@openstack.org>2013-03-12 15:44:27 +0000
commit55b35226cf027100248ddcb11d8a7186c1635ddf (patch)
tree25e12e341fb13e15d4a382dac2ac1feea26129d8 /doc/source
parentef884cd520da319939bc57ad2032cfb0c6e8b4e5 (diff)
parent547ab34a40f0463a42c7d137e8dcb038a29ba6b5 (diff)
downloadoslo-55b35226cf027100248ddcb11d8a7186c1635ddf.tar.gz
oslo-55b35226cf027100248ddcb11d8a7186c1635ddf.tar.xz
oslo-55b35226cf027100248ddcb11d8a7186c1635ddf.zip
Merge "Fix Copyright Headers - Rename LLC to Foundation"
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index b265dc4..2b43cb0 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -58,7 +58,7 @@ latex_documents = [
('index',
'%s.tex' % project,
u'%s Documentation' % project,
- u'OpenStack LLC', 'manual'),
+ u'OpenStack Foundation', 'manual'),
]
# Example configuration for intersphinx: refer to the Python standard library.