Use the current date for the copyright statement
Change-Id: Icef83b497f0c0bfad34054b88cf44717aefdb5fe
This commit is contained in:
parent
a7846e1b2c
commit
0c75e7fb2a
@ -11,6 +11,7 @@
|
||||
# All configuration values have a default; values that are commented out
|
||||
# serve to show the default.
|
||||
|
||||
import datetime
|
||||
import sys
|
||||
import os
|
||||
|
||||
@ -57,7 +58,7 @@ master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = u'Glance Specs'
|
||||
copyright = u'2014, OpenStack Glance Team'
|
||||
copyright = u'%s, OpenStack Glance Team' % datetime.date.today().year
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
Loading…
x
Reference in New Issue
Block a user