[Buildroot] [git commit] acl: clarify license info

Peter Korsgaard peter at korsgaard.com
Mon May 26 09:46:06 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=f1a3e0cb1be043bb8efe91a415615440f7ba94a4
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

As pointed out by Thomas Petazzoni in his review.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/acl/acl.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/acl/acl.mk b/package/acl/acl.mk
index feb0a7b..35d2f9b 100644
--- a/package/acl/acl.mk
+++ b/package/acl/acl.mk
@@ -10,7 +10,7 @@ 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 = GPLv2+ (programs), LGPLv2.1+ (libraries)
 ACL_LICENSE_FILES = doc/COPYING doc/COPYING.LGPL
 
 # While the configuration system uses autoconf, the Makefiles are


More information about the buildroot mailing list