It looks like LGPL is less restrictive than plain GPL. Here is text from Wikipedia:
Quote:
|
The main difference between the GPL and the LGPL is that the latter can be linked to (in the case of a library, 'used by') a non-(L)GPLed program, and regardless of whether it is free software or proprietary software.This non-(L)GPLed program can then be distributed under any chosen terms if it is not a derivative work.
|
So, unless you modify the LGPLed code and just use the library, it appears you can place whatever restrictions on the resulting product.