summaryrefslogtreecommitdiffstats
path: root/recipes-ids
diff options
context:
space:
mode:
authorRanjitsinh Rathod <ranjitsinhrathod1991@gmail.com>2022-04-12 22:20:54 +0530
committerArmin Kuster <akuster808@gmail.com>2022-04-13 13:45:44 -0700
commit4158c871a6b878ac480d23f244201a503c40e3c9 (patch)
tree6e94c1833213bbfe416c78b74ae764854cbcea63 /recipes-ids
parentd4fffc44f3caeae6ef130709bb5ea2fbec584c42 (diff)
downloadmeta-security-4158c871a6b878ac480d23f244201a503c40e3c9.tar.gz
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>
Diffstat (limited to 'recipes-ids')
-rw-r--r--recipes-ids/samhain/samhain.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ids/samhain/samhain.inc b/recipes-ids/samhain/samhain.inc
index 5c1d6f5..df9e215 100644
--- a/recipes-ids/samhain/samhain.inc
+++ b/recipes-ids/samhain/samhain.inc
@@ -1,6 +1,6 @@
1DESCRIPTION = "Provides file integrity checking and log file monitoring/analysis" 1DESCRIPTION = "Provides file integrity checking and log file monitoring/analysis"
2HOMEPAGE = "http://www.la-samhna.de/samhain/" 2HOMEPAGE = "http://www.la-samhna.de/samhain/"
3LICENSE = "GPL-2.0-or-later" 3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=8ca43cbc842c2336e835926c2166c28b" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=8ca43cbc842c2336e835926c2166c28b"
5 5
6PV = "4.4.7" 6PV = "4.4.7"