Merge "fix missing copyright in RTD footer"
diff --git a/docs/conf.py b/docs/conf.py
index fd06770..f54fd99 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -2,9 +2,9 @@
 release = "master"
 version = "master"
 
-author: "Open Network Automation Platform"
+author = "Open Network Automation Platform"
 # yamllint disable-line rule:line-length
-copyright: "ONAP. Licensed under Creative Commons Attribution 4.0 International License."
+copyright = "ONAP. Licensed under Creative Commons Attribution 4.0 International License"
 
 pygments_style = "sphinx"
 html_theme = "sphinx_rtd_theme"
diff --git a/examples/sphinx/istanbul/conf.py b/examples/sphinx/istanbul/conf.py
index 966fe7d..67944be 100644
--- a/examples/sphinx/istanbul/conf.py
+++ b/examples/sphinx/istanbul/conf.py
@@ -2,9 +2,9 @@
 release = "istanbul"
 version = "istanbul"
 
-author: "Open Network Automation Platform"
+author = "Open Network Automation Platform"
 # yamllint disable-line rule:line-length
-copyright: "ONAP. Licensed under Creative Commons Attribution 4.0 International License."
+copyright = "ONAP. Licensed under Creative Commons Attribution 4.0 International License"
 
 pygments_style = "sphinx"
 html_theme = "sphinx_rtd_theme"
diff --git a/examples/sphinx/master/conf.py b/examples/sphinx/master/conf.py
index 12825ee..a482335 100644
--- a/examples/sphinx/master/conf.py
+++ b/examples/sphinx/master/conf.py
@@ -2,9 +2,9 @@
 release = "master"
 version = "master"
 
-author: "Open Network Automation Platform"
+author = "Open Network Automation Platform"
 # yamllint disable-line rule:line-length
-copyright: "ONAP. Licensed under Creative Commons Attribution 4.0 International License."
+copyright = "ONAP. Licensed under Creative Commons Attribution 4.0 International License"
 
 pygments_style = "sphinx"
 html_theme = "sphinx_rtd_theme"