Copyright and other information correctness
This patch adds correct information about the project and project copyright.
Change-Id: I8fb7eec4e5fb96d73778bd84fd646b21f6673377
diff --git a/doc/source/conf.py b/doc/source/conf.py
index d75a939..33c2cc3 100755
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -38,7 +38,7 @@
# General information about the project.
project = u'patrole'
-copyright = u'2016, OpenStack Foundation'
+copyright = u'2017, Patrole Developers'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
@@ -68,7 +68,7 @@
('index',
'%s.tex' % project,
u'%s Documentation' % project,
- u'OpenStack Foundation', 'manual'),
+ u'Patrole Developers', 'manual'),
]
# Example configuration for intersphinx: refer to the Python standard library.