[Buildroot] Some legal-info observations/problems

Ryan Barnett rjbarnet at rockwellcollins.com
Fri Oct 4 15:30:36 UTC 2013


Thomas Petazzoni <thomas.petazzoni at free-electrons.com> wrote on 
10/04/2013 04:07:04 AM:

> Dear Thomas De Schampheleire,
> 
> On Fri, 4 Oct 2013 10:54:55 +0200, Thomas De Schampheleire wrote:
> 
> > To come back on the comment ThomasP made about 'FOO =' and not
> > defining FOO leading to the same empty FOO variable: this does not
> > mean we cannot differentiate both cases: with $(origin FOO) you can.
> 
> You can also use "ifdef" I believe. But still, I believe that having:
> 
> BLEH_LICENSE_FILES =
> 
> in a package looks somewhat strange. I found find it more
> explicit/readable to have:
> 
> BLEH_LICENSE_FILES = N/A
> BLEH_LICENSE_FILES = none
> BLEH_LICENSE_FILES = NONE
> 
> (pick your choice).

What if the license files are only available from a website?

For example, I'm looking to add a new package, tornado (python webserver)
to buildroot- http://www.tornadoweb.org/en/stable/ . However the license
isn't apart of the distribution itself but it points me to a website for
the license.

http://www.apache.org/licenses/LICENSE-2.0.html

Would we then put N/A for the license file? Or how do we want to handle 
this?

This is the second time in about a week that I've run into this well 
adding
a new package?

Eventually in my release process, I will have to go to that website and 
get
that license, be it Apache, or whatever license it may be and package that
up so supporting a URL method of getting a license would be nice.

[...]

Thanks,
-Ryan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20131004/da956356/attachment-0002.html>


More information about the buildroot mailing list