From 797f898d9307f52ea28b0d7939967df06f391471 Mon Sep 17 00:00:00 2001 From: Elizabeth Elwell Date: Thu, 21 Jan 2016 12:20:43 +0000 Subject: [PATCH] Corrected copyright details for the project Change-Id: I5803eb67d1690d552245026f863155667535083f --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index f2e356b7..26430f03 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -38,7 +38,7 @@ master_doc = 'index' # General information about the project. project = u'ironic-ui' -copyright = u'2013, OpenStack Foundation' +copyright = u'2016, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True