summaryrefslogtreecommitdiffstats
path: root/package/acl
diff options
context:
space:
mode:
authorHeiko Abraham <abrahamh@web.de>2014-05-24 15:16:52 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-05-25 22:09:27 +0200
commit6783c64d0fee12ff107ef9fbdf14f07b8901256b (patch)
tree48a5639127b7feaf6efd0c6c208520c456c41399 /package/acl
parentb8557dc823a536a364d9eeb45bf3139a23e829e2 (diff)
downloadbuildroot-6783c64d0fee12ff107ef9fbdf14f07b8901256b.tar.gz
buildroot-6783c64d0fee12ff107ef9fbdf14f07b8901256b.zip
acl: add license information
Add missing license info and file for package 'acl' [Peter: change to '+' version of licenses] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/acl')
-rw-r--r--package/acl/acl.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/acl/acl.mk b/package/acl/acl.mk
index 130ad10258..feb0a7b245 100644
--- a/package/acl/acl.mk
+++ b/package/acl/acl.mk
@@ -10,6 +10,8 @@ ACL_SITE = http://download.savannah.gnu.org/releases/acl
ACL_INSTALL_STAGING = YES
ACL_DEPENDENCIES = attr
ACL_CONF_OPT = --enable-gettext=no
+ACL_LICENSE = GPLv2+, LGPLv2.1+
+ACL_LICENSE_FILES = doc/COPYING doc/COPYING.LGPL
# While the configuration system uses autoconf, the Makefiles are
# hand-written and do not use automake. Therefore, we have to hack
OpenPOWER on IntegriCloud