summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@fujitsu.com>2021-04-14 01:17:18 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-04-13 22:51:24 -0400
commiteb1ad5403e7572abfe21c62616e78c66e3da7131 (patch)
tree65249fe95ad6243c76d1a008be6bd722c476eacc
parenta878d3aedf0339cf121c0c933d9f3cfb526f56f9 (diff)
downloadmeta-cloud-services-eb1ad5403e7572abfe21c62616e78c66e3da7131.tar.gz
novnc: Correct LICENSE
The LICENSE.txt file is described as follows: The default noVNC license is MPL-2.0. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-extended/novnc/novnc_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-extended/novnc/novnc_git.bb b/meta-openstack/recipes-extended/novnc/novnc_git.bb
index ee20e3b..7099d85 100644
--- a/meta-openstack/recipes-extended/novnc/novnc_git.bb
+++ b/meta-openstack/recipes-extended/novnc/novnc_git.bb
@@ -4,7 +4,7 @@ SECTION = "web"
4 4
5PR = "r0" 5PR = "r0"
6 6
7LICENSE = "MIT" 7LICENSE = "MPL-2.0"
8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ac06308a999996ffc2d24d81b3a39f1b" 8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ac06308a999996ffc2d24d81b3a39f1b"
9 9
10SRCREV = "8f12ca7a5a64144fe548cada332d5d19ef26a1fe" 10SRCREV = "8f12ca7a5a64144fe548cada332d5d19ef26a1fe"