summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/glossary/index.rst2
-rw-r--r--etc/pagemenu.html1
-rwxr-xr-xscripts/docs-build.sh2
3 files changed, 2 insertions, 3 deletions
diff --git a/docs/glossary/index.rst b/docs/glossary/index.rst
index 75aa5a026..be5b6d732 100644
--- a/docs/glossary/index.rst
+++ b/docs/glossary/index.rst
@@ -5,8 +5,6 @@
**************
OPNFV Glossary
**************
-Colorado 1.0
-------------
========
Contents
diff --git a/etc/pagemenu.html b/etc/pagemenu.html
index f5c951ae0..c1eb4fc01 100644
--- a/etc/pagemenu.html
+++ b/etc/pagemenu.html
@@ -20,5 +20,6 @@
<li>Version: {{version}}</li>
<li>Build Date: {{last_updated}}</li>
<li>&copy; {{copyright}}</li>
+ <li>Licenced under: <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a></li>
</ul>
</div>
diff --git a/scripts/docs-build.sh b/scripts/docs-build.sh
index ebd3c65aa..9c30ece26 100755
--- a/scripts/docs-build.sh
+++ b/scripts/docs-build.sh
@@ -23,7 +23,7 @@ version="$(git describe --abbrev=0 2> /dev/null || echo draft) ($revision)"
project="$(basename $(git rev-parse --show-toplevel))"
html_notes=" Revision: $rev_full\n Build date: $(date -u +'%Y-%m-%d')"
opnfv_logo="$OPNFVDOCS_DIR/etc/opnfv-logo.png"
-copyright="$(date +%Y), OPNFV"
+copyright="$(date +%Y), OPNFV. Licenced under CC BY 4.0."
function check_rst_doc() {
_src="$1"