Update the copyright date in doc

This patch modifies the doc/conf.py file to contain the proper date
for the copyright text.

Change-Id: I18071dac9b3fd8bb2a49f31b97330ddc4ae614c8
This commit is contained in:
Ildiko Vancsa 2014-05-28 18:13:10 +02:00
parent 8acf08ad3f
commit 0c0ac510d8

View File

@ -175,7 +175,7 @@ master_doc = 'index'
# General information about the project.
project = u'Ceilometer'
copyright = u'2013, OpenStack Foundation'
copyright = u'2012-2014, OpenStack Foundation'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -382,7 +382,7 @@ texinfo_documents = [
epub_title = u'Ceilometer'
epub_author = u'OpenStack'
epub_publisher = u'OpenStack'
epub_copyright = u'2012, OpenStack'
epub_copyright = u'2012-2014, OpenStack'
# The language of the text. It defaults to the language option
# or en if the language is not set.