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>
This commit is contained in:
Dan McGregor 2022-09-29 15:42:24 -06:00 committed by Bruce Ashfield
parent fb780101a1
commit de747b18ac

View File

@ -1,8 +1,11 @@
DESCRIPTION = "Init scripts for use on cloud images" DESCRIPTION = "Init scripts for use on cloud images"
HOMEPAGE = "https://github.com/canonical/cloud-init" HOMEPAGE = "https://github.com/canonical/cloud-init"
SECTION = "devel/python" SECTION = "devel/python"
LICENSE = "GPL-3.0-only" LICENSE = "GPL-3.0-only | Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c6dd79b6ec2130a3364f6fa9d6380408" LIC_FILES_CHKSUM = "file://LICENSE;md5=c6dd79b6ec2130a3364f6fa9d6380408 \
file://LICENSE-GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
file://LICENSE-Apache2.0;md5=3b83ef96387f14655fc854ddc3c6bd57 \
"
SRCREV = "a97fd062f7dbd4b824fd006edd08927ef9dbf24a" SRCREV = "a97fd062f7dbd4b824fd006edd08927ef9dbf24a"
SRC_URI = "git://github.com/canonical/cloud-init;branch=main;protocol=https \ SRC_URI = "git://github.com/canonical/cloud-init;branch=main;protocol=https \