|
|
|
|
|
by MacsHeadroom
1177 days ago
|
|
LGPL is not business friendly at all. It's among the least business friendly licenses there is. Apache 2.0 is slightly more business friendly than BSD. With some caveats, software licenses from most to least business friendly roughly go: Apache > BSD > MIT > MPL > LGPL > GPL > AGPL |
|
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.