From c821c225fa94982e09a84093261eb0dac39c9264 Mon Sep 17 00:00:00 2001 From: ChristopherPrice Date: Thu, 1 Sep 2016 11:30:44 +0200 Subject: Adding creative commons license info. 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 --- scripts/docs-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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" -- cgit 1.2.3-korg