Fixing a typo 67/26567/2
authorGerald Kunzmann <kunzmann@docomolab-euro.com>
Wed, 28 Dec 2016 15:23:06 +0000 (15:23 +0000)
committerGerald Kunzmann <kunzmann@docomolab-euro.com>
Wed, 28 Dec 2016 15:24:41 +0000 (15:24 +0000)
Change-Id: I6ee6f4133bab226a7a67b6e09a5c4cccd906ed6a
Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
scripts/docs-build.sh

index 91bb91a..9c3b49f 100755 (executable)
@@ -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() {