Hacker News new | ask | show | jobs
by anhner 1622 days ago
Why was GPL better than MIT?
1 comments

From what I can see its actually LGPL vs MPL which are similar in end goal, of being viral when modifying and distributing the project as is, but integrating the library into an application can allow for a licence change
> of being viral when modifying and distributing the project as is

That's not what "viral" means. MPLv2 cannot "infect" your own code like the GPL can just by virtue of using the library.

The only condition is if you want to make modifications to MPLv2 licensed code files, you do have to retain the license on all contributions.