From d1011f89a18b3cebc198e328b87f91707a8755af Mon Sep 17 00:00:00 2001 From: Rahul Bedarkar Date: Thu, 15 Sep 2016 15:57:06 +0530 Subject: [PATCH] audit: update legal info Programs are released under GPLv2+. README file says libraries libaudit.* and libauparse.* are released under LGPL but there are two files auparse/strsplit.c and lib/strsplit.c which are released under GPLv2+ which makes both libraries GPL. Until we review situation with upstream, we simply mention "unclear (libraries)". Signed-off-by: Rahul Bedarkar [Thomas: add "unclear (libraries)" as suggested by Arnout.] Signed-off-by: Thomas Petazzoni --- package/audit/audit.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/audit/audit.mk b/package/audit/audit.mk index 713720806c..0e5bd271da 100644 --- a/package/audit/audit.mk +++ b/package/audit/audit.mk @@ -6,7 +6,7 @@ AUDIT_VERSION = 2.6.7 AUDIT_SITE = http://people.redhat.com/sgrubb/audit -AUDIT_LICENSE = GPLv2 +AUDIT_LICENSE = GPLv2+ (programs), unclear (libraries) AUDIT_LICENSE_FILES = COPYING AUDIT_INSTALL_STAGING = YES -- 2.30.2