From d72f6b7a1ab93568f145cd5886a6ccbfe24a8286 Mon Sep 17 00:00:00 2001 From: Marc Mattmueller Date: Mon, 29 Nov 2021 09:48:41 +0100 Subject: [PATCH] sys-mon: set license to MIT Signed-off-by: Marc Mattmueller --- recipes-tools/sys-mon/sys-mon_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-tools/sys-mon/sys-mon_git.bb b/recipes-tools/sys-mon/sys-mon_git.bb index daf5711..b966a62 100644 --- a/recipes-tools/sys-mon/sys-mon_git.bb +++ b/recipes-tools/sys-mon/sys-mon_git.bb @@ -1,6 +1,6 @@ SUMMARY = "NetModule system monitoring app" SECTION = "base" -LICENSE = "GPLv2+" +LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=bde2a6343527f4ace81c3fb4ca0d2742" SRC_URI = "git://gitlab.netmodule.intranet/oem-linux/tools/sys-mon.git;protocol=ssh;user=git;branch=develop"