From d06f7c01ca8228cb0534b77e387b87bf222393b7 Mon Sep 17 00:00:00 2001 From: Swapnil Kulkarni Date: Fri, 8 Aug 2014 17:55:30 +0000 Subject: [PATCH] Fix copyright in doc/source/config.py Mirantis is raplaced by OpenStack Foundation https://trello.com/c/RdKHZqlq Change-Id: I371db495da0b14ddaa8e9473dd559880d4990752 --- 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 c15493744c..7da91fd65b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -55,7 +55,7 @@ master_doc = 'index' # General information about the project. project = u'Rally' -copyright = u'%d, Mirantis Inc.' % datetime.datetime.now().year +copyright = u'%d, OpenStack Foundation' % datetime.datetime.now().year # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the