summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorGregory Glover <gg2147@att.com>2017-10-18 20:05:23 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-18 20:05:23 +0000
commit40df9cca723ee361e27a4428375b8098ac604ff1 (patch)
tree7912dfa18868bc1b38d35813bcd5f201655b76d7 /docs/conf.py
parent0961e1a39625a7351f0c7dd112561eda276311f7 (diff)
parentc5995662a3bbca2f216264c1717e042d7ad10f4c (diff)
Merge "Update Copyright and Licensing markings"
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 4fb3f416d..f4fc0e077 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -65,7 +65,9 @@ master_doc = 'index'
# General information about the project.
project = u''
-copyright = u'2017, ONAP. Licensed under CC BY 4.0'
+copyright = u'2017 ONAP. Licensed under Creative Commons Attribution 4.0 International License'
+
+
author = u'Open Network Automation Platform'
# The version info for the project you're documenting, acts as replacement for
@@ -93,7 +95,8 @@ language = None
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = [
- '_build'
+ '_build',
+ 'submodules/aaf'
]
# The reST default role (used for this markup: `text`) to use for all