From caee57b50cefd54580b041be526e78e79b403ec4 Mon Sep 17 00:00:00 2001 From: Dave Lester Date: Wed, 11 Apr 2018 22:58:35 -0700 Subject: [PATCH] Updates documentation config / theme footer to reflect project copyright information. --- documentation/sphinx/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/sphinx/conf.py b/documentation/sphinx/conf.py index b0fad9da5b..c8f9b459d7 100644 --- a/documentation/sphinx/conf.py +++ b/documentation/sphinx/conf.py @@ -48,8 +48,7 @@ master_doc = 'index' # General information about the project. project = u'FoundationDB' -copyright = u'2015 Apple, Inc. All Rights Reserved.' -author = u"Stephen Pimentel" +copyright = u'2013-2018 Apple, Inc and the FoundationDB project authors' # Load the version information from 'versions.target' import xml.etree.ElementTree as ET