mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-02 13:30:33 +00:00
samhain.inc: Correct LICENSE to GPL-2.0-only
It seems below change done manually and so LICENSE variable modified from GPLv2 to GPL-2.0-or-later. But it should be GPL-2.0-only Link: https://git.yoctoproject.org/meta-security/commit/?id=c56ae450c93a1383a1ce800a32a6ef2c3fbbae1c Signed-off-by: Ranjitsinh Rathod <ranjitsinhrathod1991@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
d4fffc44f3
commit
4158c871a6
@@ -1,6 +1,6 @@
|
|||||||
DESCRIPTION = "Provides file integrity checking and log file monitoring/analysis"
|
DESCRIPTION = "Provides file integrity checking and log file monitoring/analysis"
|
||||||
HOMEPAGE = "http://www.la-samhna.de/samhain/"
|
HOMEPAGE = "http://www.la-samhna.de/samhain/"
|
||||||
LICENSE = "GPL-2.0-or-later"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=8ca43cbc842c2336e835926c2166c28b"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||||
|
|
||||||
PV = "4.4.7"
|
PV = "4.4.7"
|
||||||
|
|||||||
Reference in New Issue
Block a user