diff options
-rwxr-xr-x | scripts/docs-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/docs-build.sh b/scripts/docs-build.sh index 91bb91a20..9c3b49fde 100755 --- a/scripts/docs-build.sh +++ b/scripts/docs-build.sh @@ -26,7 +26,7 @@ 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." -copyrightlong="$(date +%Y), OPNFV. Licenced under CC BY 4.0." +copyrightlong="$(date +%Y), OPNFV. Licensed under CC BY 4.0." error_count=0 function set_error() { |