summaryrefslogtreecommitdiffstats
path: root/recipes-extended/cloud-init
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-02-18 13:05:37 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-02-18 13:07:10 -0500
commit108e089f7e844fafd12cfddd7eb6f96bef86c0a3 (patch)
treed2532573200df6c2180740939e962fbbd6497133 /recipes-extended/cloud-init
parentc113c0936aa6fab6cb85a245d018f4b18917116a (diff)
downloadmeta-virtualization-108e089f7e844fafd12cfddd7eb6f96bef86c0a3.tar.gz
global: update licence values to SPDX values
These changes are the result of running the convert-spdx-licenses.py oe-core script. There's no impact to the build, but we will avoid issues when interacting with core QA by the alignment. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/cloud-init')
-rw-r--r--recipes-extended/cloud-init/cloud-init_21.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/cloud-init/cloud-init_21.4.bb b/recipes-extended/cloud-init/cloud-init_21.4.bb
index 660b808e..37cf303b 100644
--- a/recipes-extended/cloud-init/cloud-init_21.4.bb
+++ b/recipes-extended/cloud-init/cloud-init_21.4.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Init scripts for use on cloud images" 1DESCRIPTION = "Init scripts for use on cloud images"
2HOMEPAGE = "https://github.com/canonical/cloud-init" 2HOMEPAGE = "https://github.com/canonical/cloud-init"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "GPLv3" 4LICENSE = "GPL-3.0-only"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c6dd79b6ec2130a3364f6fa9d6380408" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=c6dd79b6ec2130a3364f6fa9d6380408"
6 6
7SRCREV = "a97fd062f7dbd4b824fd006edd08927ef9dbf24a" 7SRCREV = "a97fd062f7dbd4b824fd006edd08927ef9dbf24a"