From d887e262a80ca45e96701788392a181e4c301070 Mon Sep 17 00:00:00 2001 From: Marc Mattmueller Date: Mon, 29 Nov 2021 09:50:24 +0100 Subject: [PATCH] storage-info: set license to MIT Signed-off-by: Marc Mattmueller --- recipes-bsp/storage-info/storage-info.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/storage-info/storage-info.bb b/recipes-bsp/storage-info/storage-info.bb index 2b66e28..4dd9ce1 100644 --- a/recipes-bsp/storage-info/storage-info.bb +++ b/recipes-bsp/storage-info/storage-info.bb @@ -1,6 +1,6 @@ SUMMARY = "Storage Information Tool" SECTION = "base" -LICENSE = "GPLv2+" +LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=81438338854bd7a09cb97215f36db46b" SRC_URI = "git://gitlab.com/netmodule/tools/storage-info.git;protocol=ssh;user=git;branch=develop"