From 0758c7e2f0b55fffc4bd65c16e4d02cca3e918e1 Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Fri, 20 Sep 2013 01:45:22 +0800 Subject: [PATCH] Replace OpenStack LLC with OpenStack Foundation NOTE: openstack/common files are not touched, they should be updated via sync with oslo. Change-Id: I0106004a8f211d047db28f35fecd386a4e327569 Closes-Bug: #1214176 --- 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 9d0180791..420aa2d19 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -173,7 +173,7 @@ master_doc = 'index' # General information about the project. project = u'Ceilometer' -copyright = u'2013, OpenStack, LLC' +copyright = u'2013, OpenStack Foundation' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -317,7 +317,7 @@ latex_elements = { # [howto/manual]). latex_documents = [ ('index', 'Ceilometer.tex', u'Ceilometer Documentation', - u'OpenStack, LLC', 'manual'), + u'OpenStack Foundation', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of