|
|
|
|
|
by kyle-rb
1171 days ago
|
|
LGPL is more business friendly than GPL; it's literally "lesser" GPL. You can use LGPL in commercial, closed-source projects as long as you keep the LGPL code in a separate dynamically linked library, e.g. a DLL, and provide a way for users to swap it out for their own patched DLL if they wish. (Plus some other license terms.) Also, you can always use LGPL code under the terms of the GPL, so there's no way LGPL is more restrictive than GPL. |
|