Adding creative commons license info. 01/20301/1
authorChristopherPrice <christopher.price@ericsson.com>
Thu, 1 Sep 2016 09:30:44 +0000 (11:30 +0200)
committerChristopher Price <christopher.price@ericsson.com>
Mon, 5 Sep 2016 07:07:43 +0000 (07:07 +0000)
Cannot build a reference until it's merged I guess, Ryota can you make sure this is not broken?

Change-Id: Ibc7d98287cb513b894ae79f53864f654959de39a
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
(cherry picked from commit c821c225fa94982e09a84093261eb0dac39c9264)

docs/glossary/index.rst
etc/pagemenu.html
scripts/docs-build.sh

index 75aa5a0..be5b6d7 100644 (file)
@@ -5,8 +5,6 @@
 **************
 OPNFV Glossary
 **************
-Colorado 1.0
-------------
 
 ========
 Contents
index f5c951a..c1eb4fc 100644 (file)
@@ -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>
index ebd3c65..9c30ece 100755 (executable)
@@ -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"