summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZhiQiang Fan <aji.zqfan@gmail.com>2013-09-20 04:21:21 +0800
committerZhiQiang Fan <aji.zqfan@gmail.com>2013-09-20 04:21:21 +0800
commit455b1cb4e88cff87787d69ecf196c64be0467ed4 (patch)
treebd6247e575b2addc5ad53bfb5ae863e3f89614c0 /doc
parent978e3f45423acc86b7836a4c07a42bbf878f31d4 (diff)
downloadpython-heatclient-455b1cb4e88cff87787d69ecf196c64be0467ed4.tar.gz
Replace OpenStack LLC with OpenStack Foundation
Change-Id: I8f2697ca99192078d5db2adb4db98287520d9895 Fixes-Bug: #1214176
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 3dd7959..e184b61 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -26,7 +26,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-copyright = u'OpenStack LLC'
+copyright = u'OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
@@ -56,7 +56,7 @@ latex_documents = [
'index',
'%s.tex' % project,
u'%s Documentation' % project,
- u'OpenStack LLC',
+ u'OpenStack Foundation',
'manual'
),
]