diff mbox

attr: add license information

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

Commit Message

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

Comments

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

On Sat, 24 May 2014 15:21:01 +0200, Heiko Abraham wrote:

> +ATTR_LICENSE = GPLv2 LGPGv2.1

Same thing here:

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

and there was a typo in your patch: s/LGPG/LGPL, and the comma to
separate the two licenses was missing.

Thanks!

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

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

 > diff --git a/package/attr/attr.mk b/package/attr/attr.mk
 > index f7179a2..9118cf9 100644
 > --- a/package/attr/attr.mk
 > +++ b/package/attr/attr.mk
 > @@ -9,6 +9,8 @@ ATTR_SOURCE = attr-$(ATTR_VERSION).src.tar.gz
 >  ATTR_SITE = http://download.savannah.gnu.org/releases/attr
 >  ATTR_INSTALL_STAGING = YES
 >  ATTR_CONF_OPT = --enable-gettext=no
 > +ATTR_LICENSE = GPLv2 LGPGv2.1
 > +ATTR_LICENSE_FILES = doc/COPYING doc/COPYING.LGPL

Same comment as for acl. Committed with that fixed, thanks.
diff mbox

Patch

diff --git a/package/attr/attr.mk b/package/attr/attr.mk
index f7179a2..9118cf9 100644
--- a/package/attr/attr.mk
+++ b/package/attr/attr.mk
@@ -9,6 +9,8 @@  ATTR_SOURCE = attr-$(ATTR_VERSION).src.tar.gz
 ATTR_SITE = http://download.savannah.gnu.org/releases/attr
 ATTR_INSTALL_STAGING = YES
 ATTR_CONF_OPT = --enable-gettext=no
+ATTR_LICENSE = GPLv2 LGPGv2.1
+ATTR_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