[Buildroot] [PATCH 1/4] at: add license information

Gustavo Zacarias gustavo at zacarias.com.ar
Fri Jul 4 14:17:37 UTC 2014


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.




More information about the buildroot mailing list