diff options
author | 2021-04-14 01:17:18 +0800 | |
---|---|---|
committer | 2021-04-13 22:51:24 -0400 | |
commit | eb1ad5403e7572abfe21c62616e78c66e3da7131 (patch) | |
tree | 65249fe95ad6243c76d1a008be6bd722c476eacc | |
parent | a878d3aedf0339cf121c0c933d9f3cfb526f56f9 (diff) | |
download | meta-cloud-services-eb1ad5403e7572abfe21c62616e78c66e3da7131.tar.gz meta-cloud-services-eb1ad5403e7572abfe21c62616e78c66e3da7131.tar.bz2 meta-cloud-services-eb1ad5403e7572abfe21c62616e78c66e3da7131.zip |
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.bb | 2 |
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 ee20e3b9..7099d856 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" PR = "r0" -LICENSE = "MIT" +LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ac06308a999996ffc2d24d81b3a39f1b" SRCREV = "8f12ca7a5a64144fe548cada332d5d19ef26a1fe" |