From: Rahul Bedarkar Date: Thu, 15 Sep 2016 10:27:06 +0000 (+0530) Subject: audit: update legal info X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d1011f89a18b3cebc198e328b87f91707a8755af;p=buildroot.git 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 --- 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