diff mbox

acl: add license information

Message ID 1400937412-9808-1-git-send-email-abrahamh@web.de
State Accepted
Headers show

Commit Message

Heiko Abraham May 24, 2014, 1:16 p.m. UTC
Add missing license info and file for package 'acl'
---
 package/acl/acl.mk | 2 ++
 1 file changed, 2 insertions(+)

Comments

Thomas Petazzoni May 24, 2014, 4:38 p.m. UTC | #1
Dear Heiko Abraham,

On Sat, 24 May 2014 15:16:52 +0200, Heiko Abraham wrote:

> +ACL_LICENSE = GPLv2, LGPLv2.1

I believe this should be:

	GPLv2+ (programs), LGPLv2.1+ (libraries)

Thanks,

Thomas
Peter Korsgaard May 25, 2014, 8:09 p.m. UTC | #2
>>>>> "Heiko" == Heiko Abraham <abrahamh@web.de> writes:

 > Add missing license info and file for package 'acl'
 > ---
 >  package/acl/acl.mk | 2 ++
 >  1 file changed, 2 insertions(+)

 > diff --git a/package/acl/acl.mk b/package/acl/acl.mk
 > index 130ad10..684eb20 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

Most (if not all) source files contain the 'or (at your option) any later
version' string, so I've changed these to GPLv2+, LGPLv2.1+ and
committed, thanks.
diff mbox

Patch

diff --git a/package/acl/acl.mk b/package/acl/acl.mk
index 130ad10..684eb20 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