Index: docs/source/conf.py =================================================================== diff -u -rc6c42e21248dd7f4bf391b75541aaaae14a1ab42 -r322377decd72091859c355c84705276e89cd140e --- docs/source/conf.py (.../conf.py) (revision c6c42e21248dd7f4bf391b75541aaaae14a1ab42) +++ docs/source/conf.py (.../conf.py) (revision 322377decd72091859c355c84705276e89cd140e) @@ -1,6 +1,22 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +########################################################################### # +# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file base.py +# +# @date 20-July-2020 +# @author P. Lucia +# +# @brief Dialin documentation build configuration file +# +# +############################################################################ +# # Dialin documentation build configuration file, created by # sphinx-quickstart on Fri May 29 15:33:59 2020. # @@ -50,7 +66,7 @@ # General information about the project. project = 'Dialin' -copyright = '2020, Diality Inc.' +copyright = '2020, Diality Inc' author = 'Peter Lucia' # The version info for the project you're documenting, acts as replacement for @@ -167,6 +183,3 @@ author, 'Dialin', 'One line description of project.', 'Miscellaneous'), ] - - -