Patrick Klug <
patric...@gmail.com> writes:
> Just a quick note. We are currently going through the formal complaint
> process with the Free Software Foundation because a user has reported our
> non-compliance with the L-GPL. It turns out that node-webkit dynamically
> links to the gnu c library glibc, and this requires that a license of the
> L-GPL should be included with any distribution of an app on Linux and that
> end-users need to be made aware of that.
Hi Patrick,
There should be a little misunderstanding here. I double checked with our
internal trusted licensing expert, regarding dynamic linking to glibc:
"If your program uses the standard GCC runtime libraries and you are not
distributing those libraries with your program, you do not need to
include a copy of the LGPL license with your program. Users should have
received a copy of the LGPL with the Linux distribution which included
those libraries."
So it shouldn't be on glibc and we're not distributing GCC runtime
libraries. It should be some other LGPL components included in the
binary.
Now there is a list of licenses of open source components in the
node-webkit binary, basically it's the same as Chromium's plus Node.js:
https://github.com/rogerwang/node-webkit/wiki/How-to-package-and-distribute-your-apps
We'll start including the notices when we release 0.7.3.
--
Roger