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