Use the current date for the copyright statement

Change-Id: If0b34a55ccfdf0f429b984b6df97236f2e4fe52f
This commit is contained in:
Doug Hellmann 2014-09-10 12:06:03 -04:00
parent 4cbafd10da
commit bc2d2adb35
1 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
import datetime
import os
import sys
@ -56,7 +57,7 @@ master_doc = 'index'
# General information about the project.
project = u'Barbican Specs'
copyright = u'2014, OpenStack Barbican Team'
copyright = u'%s, OpenStack Barbican Team' % datetime.date.today().year
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.