From 976d5ecfce1d30c056db8b3606fe8c5993cde403 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 21 Aug 2015 17:57:42 +0000 Subject: [PATCH] update copyright Change-Id: I205e2bc62de88cbab5b799845261408c6c235bdc --- doc/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 0c24453878..3efd6d2625 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -25,8 +25,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'oslo.config' -copyright = u'2013, OpenStack Foundation' +project = u'releases' +copyright = u'2015, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True