diff options
author | Dan McGregor <dan.mcgregor@usask.ca> | 2022-09-29 15:42:24 -0600 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-10-04 16:55:09 -0400 |
commit | de747b18ac6c028e8c8983778d87f119b0c28d14 (patch) | |
tree | 11cfd4cbb92761b354d347efdcb56d7e4203c5bb /recipes-extended | |
parent | fb780101a18f2d3aa8457a0388dd387cbcfacea8 (diff) | |
download | meta-virtualization-de747b18ac6c028e8c8983778d87f119b0c28d14.tar.gz |
cloud-init: add Apache-2.0 as a LICENSE option
cloud-init has been dual licensed for a while. According to the
LICENSE file this package is dual-licensed Apache 2 and GPL 3. This has
been the case since commit b2a9f3361 in 2016. This has applied to every
release since 17.1.
Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/cloud-init/cloud-init_21.4.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-extended/cloud-init/cloud-init_21.4.bb b/recipes-extended/cloud-init/cloud-init_21.4.bb index 9c9b56f1..e5f5b79e 100644 --- a/recipes-extended/cloud-init/cloud-init_21.4.bb +++ b/recipes-extended/cloud-init/cloud-init_21.4.bb | |||
@@ -1,8 +1,11 @@ | |||
1 | DESCRIPTION = "Init scripts for use on cloud images" | 1 | DESCRIPTION = "Init scripts for use on cloud images" |
2 | HOMEPAGE = "https://github.com/canonical/cloud-init" | 2 | HOMEPAGE = "https://github.com/canonical/cloud-init" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "GPL-3.0-only" | 4 | LICENSE = "GPL-3.0-only | Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c6dd79b6ec2130a3364f6fa9d6380408" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c6dd79b6ec2130a3364f6fa9d6380408 \ |
6 | file://LICENSE-GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ | ||
7 | file://LICENSE-Apache2.0;md5=3b83ef96387f14655fc854ddc3c6bd57 \ | ||
8 | " | ||
6 | 9 | ||
7 | SRCREV = "a97fd062f7dbd4b824fd006edd08927ef9dbf24a" | 10 | SRCREV = "a97fd062f7dbd4b824fd006edd08927ef9dbf24a" |
8 | SRC_URI = "git://github.com/canonical/cloud-init;branch=main;protocol=https \ | 11 | SRC_URI = "git://github.com/canonical/cloud-init;branch=main;protocol=https \ |