[Buildroot] [git commit] package/kvm-unit-tests: fix license information
Yann E. MORIN
yann.morin.1998 at free.fr
Sun May 1 19:32:21 UTC 2022
commit: https://git.buildroot.net/buildroot/commit/?id=8c05e5a069cf037a9ff314effd6415a433ac40cc
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Some files in kvm-unit-tests are licensed under the GPL v2 nowadays:
https://gitlab.com/kvm-unit-tests/kvm-unit-tests/-/commit/b29b222beb424a00
Signed-off-by: Thomas Huth <huth at tuxfamily.org>
[yann.morin.1998 at free.fr: do not replace LGPLGv2, add to the list]
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
package/kvm-unit-tests/kvm-unit-tests.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kvm-unit-tests/kvm-unit-tests.mk b/package/kvm-unit-tests/kvm-unit-tests.mk
index e56436f802..fd07ca85c3 100644
--- a/package/kvm-unit-tests/kvm-unit-tests.mk
+++ b/package/kvm-unit-tests/kvm-unit-tests.mk
@@ -7,7 +7,7 @@
KVM_UNIT_TESTS_VERSION = 2022-03-08
KVM_UNIT_TESTS_SOURCE = kvm-unit-tests-v$(KVM_UNIT_TESTS_VERSION).tar.bz2
KVM_UNIT_TESTS_SITE = https://gitlab.com/kvm-unit-tests/kvm-unit-tests/-/archive/v$(KVM_UNIT_TESTS_VERSION)
-KVM_UNIT_TESTS_LICENSE = LGPL-2.0
+KVM_UNIT_TESTS_LICENSE = GPL-2.0, LGPL-2.0
KVM_UNIT_TESTS_LICENSE_FILES = COPYRIGHT
ifeq ($(BR2_aarch64),y)
More information about the buildroot
mailing list