summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 1dc84b4..6378da7 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -52,7 +52,7 @@ master_doc = 'index'
# General information about the project.
project = u'pyCADF'
-copyright = u'2014, gordon chung'
+copyright = u'2014, OpenStack Foundation'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -200,7 +200,7 @@ latex_elements = {
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'pyCADF.tex', u'pyCADF Documentation',
- u'gordon chung', 'manual'),
+ u'OpenStack Foundation', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -230,7 +230,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'pycadf', u'pyCADF Documentation',
- [u'gordon chung'], 1)
+ [u'OpenStack Foundation'], 1)
]
# If true, show URL addresses after external links.
@@ -244,7 +244,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'pyCADF', u'pyCADF Documentation',
- u'gordon chung', 'pyCADF', 'One line description of project.',
+ u'OpenStack Foundation', 'pyCADF', 'One line description of project.',
'Miscellaneous'),
]