126
Waterfox to integrate Brave adblock engine, with search ads enabled by default
(alternativeto.net)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I think you misunderstood what "viral" mean in that context.
If a file, under GPL, is added to a project, the whole project becomes dual licensed under the original licence plus GPL, which propagate to the whole project, like a virus. I know comparing it to something like a virus sound derogative, but this is the best way to describe its effect.
If a file, under MPL, is added to a project, the project do not become MPL, only the added part is. Said project cannot change the MPL licensed part to another licence, but still can build anything it wish using it.
Globally, a GPL licensed project protects the user more, but also prevent the devs from doing a lot of thing, which MPL does not.
In the end, this is the devs freedom to chose which licence they wish to publish their code under, not ours.
That sounds like exactly what I meant; where the GPL is viral on the project level, MPL is viral on the file level. So if code, under MPL, is added to a file, that whole code becomes MPL.
Personally, I wouldn't call it "viral" if it does not propagate to other files. It may create a confusion.
On the other hand, I don't think there is an agreed upon terminology to describe it, so if my explanation help someone better understand the concept, I'm all good.
That makes sense!