Quote:
Originally Posted by DMcCunney
Are the libraries it links to GPL or LGPL?
|
Well, the thing you quoted said GPL...
But it does not matter with respect to breaking GPL or LGPL since for LGPL it holds that:
Quote:
Essentially, it must be possible for the software to be linked with a newer version of the LGPL-covered program. The most commonly used method for doing so is to use "a suitable shared library mechanism for linking". Alternatively, a statically linked library is allowed if either source code or linkable object files are provided.
|
So the source code or linkable object files are needed here if it is statically linked with LGPL:ed libraries.