Y
Hacker News
new
|
ask
|
show
|
jobs
by
donatj
3363 days ago
If I statically link is my code inherintly LGPL or could I still license MIT?
1 comments
int_19h
3363 days ago
If LGPL was "viral" even when linking dynamically, there would be no point in it (it'd be like GPL).
So, yes. You can use MIT.
Of course, the dynamic dependency still remains LGPL.
link
kuschku
3363 days ago
Yes and no. LGPL only is non-viral if the end user can trivially replace the linked library with their own version.
link
So, yes. You can use MIT.
Of course, the dynamic dependency still remains LGPL.