diff mbox

[1/4] at: add license information

Message ID 1404417639-5879-1-git-send-email-gustavo@zacarias.com.ar
State Superseded
Headers show

Commit Message

Gustavo Zacarias July 3, 2014, 8 p.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/at/at.mk | 2 ++
 1 file changed, 2 insertions(+)

Comments

Peter Korsgaard July 4, 2014, 2:13 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 > ---
 >  package/at/at.mk | 2 ++
 >  1 file changed, 2 insertions(+)

 > diff --git a/package/at/at.mk b/package/at/at.mk
 > index 0fe5b9a..f09548d 100644
 > --- a/package/at/at.mk
 > +++ b/package/at/at.mk
 > @@ -11,6 +11,8 @@ AT_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/a/at
 >  AT_MAKE = $(MAKE1)
 >  AT_AUTORECONF = YES
 >  AT_DEPENDENCIES = $(if $(BR2_PACKAGE_FLEX),flex) host-bison host-flex
 > +AT_LICENSE = GPLv2+
 > +AT_LICENSE_FILES = Copyright

That file lists files under GPLv2+, GPLv3+ and the NTP
license. parsetime.pl is only used for 'make test', but wouldn't the
combined license be GPLv3+ instead?

The COPYING file (which we probably should add to _LICENSE_FILES) is
GPLv2 though.
Gustavo Zacarias July 4, 2014, 2:17 p.m. UTC | #2
On 07/04/2014 11:13 AM, Peter Korsgaard wrote:

>  > +AT_LICENSE = GPLv2+
>  > +AT_LICENSE_FILES = Copyright
> 
> That file lists files under GPLv2+, GPLv3+ and the NTP
> license. parsetime.pl is only used for 'make test', but wouldn't the
> combined license be GPLv3+ instead?
> 
> The COPYING file (which we probably should add to _LICENSE_FILES) is
> GPLv2 though.

Yeah i went for Copyright because of the complexities.
at.c which we could call main() is GPLv2+
parsetime.pl should be ingnored (tests, not installed, not used).
Only posixtm.c is v3+ but since it's linked to the other bits that are
v2+ the whole thing should probably be called v3+ (you can go down is my
interpretation, but you can go up).
Regards.
diff mbox

Patch

diff --git a/package/at/at.mk b/package/at/at.mk
index 0fe5b9a..f09548d 100644
--- a/package/at/at.mk
+++ b/package/at/at.mk
@@ -11,6 +11,8 @@  AT_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/a/at
 AT_MAKE = $(MAKE1)
 AT_AUTORECONF = YES
 AT_DEPENDENCIES = $(if $(BR2_PACKAGE_FLEX),flex) host-bison host-flex
+AT_LICENSE = GPLv2+
+AT_LICENSE_FILES = Copyright
 
 AT_CONF_OPT = \
         --with-jobdir=/var/spool/cron/atjobs \