diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2014-05-26 11:46:06 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-05-26 11:46:06 +0200 |
| commit | f1a3e0cb1be043bb8efe91a415615440f7ba94a4 (patch) | |
| tree | 13862b1feeb54198eb46a513530cf36df0b4e80c | |
| parent | d30a13652ad63e866f12d54c22f796fe1ace275c (diff) | |
| download | buildroot-f1a3e0cb1be043bb8efe91a415615440f7ba94a4.tar.gz buildroot-f1a3e0cb1be043bb8efe91a415615440f7ba94a4.zip | |
acl: clarify license info
As pointed out by Thomas Petazzoni in his review.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | 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 feb0a7b245..35d2f9b9ca 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 |

