[meta-selinux,dunfell] samhain.inc: Correct LICENSE to GPL-2.0-only

Message ID 20220412164914.7602-1-ranjitsinhrathod1991@gmail.com
State New
Headers show
Series [meta-selinux,dunfell] samhain.inc: Correct LICENSE to GPL-2.0-only | expand

Commit Message

Ranjitsinh Rathod April 12, 2022, 4:49 p.m. UTC
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>
---
 recipes-ids/samhain/samhain.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ranjitsinh Rathod April 12, 2022, 4:58 p.m. UTC | #1
Hi there,

This is for meta-security and not for meta-selinux. Also for the master branch.
corrected labels and sent another patch for the meta-security master branch. Please ignore this one.

Thanks,
Ranjitsinh Rathod

Patch

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 @@ 
 DESCRIPTION = "Provides file integrity checking and log file monitoring/analysis"
 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"
 
 PV = "4.4.7"