summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMark McClain <mark.mcclain@dreamhost.com>2013-03-13 14:52:43 -0400
committerMark McClain <mark.mcclain@dreamhost.com>2013-03-13 15:03:07 -0400
commit65e3d8c9773880094c0a4c164e046fae9cb7a5d9 (patch)
tree5a3890c6124ea103131303c9916bb4bd3c23127a /doc
parent44d2a4c02f0771f5b6614de9d50a9fde498a0a65 (diff)
downloadoslo-65e3d8c9773880094c0a4c164e046fae9cb7a5d9.tar.gz
oslo-65e3d8c9773880094c0a4c164e046fae9cb7a5d9.tar.xz
oslo-65e3d8c9773880094c0a4c164e046fae9cb7a5d9.zip
update OpenStack, LLC to OpenStack Foundation
fixes bug 1154745 The previous update (https://review.openstack.org/#/c/24103/) missed header files that contained "OpenStack, LLC". This change corrects the missed files to reflect the OpenStack Foundation. Change-Id: I9c6de265267485ef2c82ea7e6d8643e82134d102
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 2b43cb0..d126a23 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -25,7 +25,7 @@ master_doc = 'index'
# General information about the project.
project = u'Oslo'
-copyright = u'2012, OpenStack, LLC'
+copyright = u'2012, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True