this post was submitted on 23 Jul 2026
13 points (100.0% liked)
Open Source
48129 readers
177 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That's not a loophole, it's the purpose of the license. The MPL was made to make embedding an otherwise open-source codebase into a new (non-open) project doable. There used to be several commercial products that used the gecko web engine and other mozilla code, and mozilla code was generally provided under a dual (MPL/GPL) or triple (MPL/GPL/LGPL) license so that developers could choose.
Seems kinda pointless, no?... I mean, I get MPL is a weak copyleft license... but sheesh, that weak? If the consumers get to hide 99% of their code, why not just pick MIT? Having the consumers publish a 1 line change seems pretty worthless.
I understand if I want stronger protections, I could move to a GPL license, but is there no middle ground? MPL doesn't really seem like middle... it seems like just 1 step away from MIT.
LGPL seems interesting, but it doesn't really seem compatible with languages like Go, where everything is compiled statically.
I guess I'm missing the context the MPL was created for.
My guess would be that it's geard towards bugfixes. If a consumer discovers and fixes a bug in the original source, they're obliged to push it back upstream, or at least publish it so others can. Vut they still get the freedom of MIT to add new closed-source features or work it into a larger-scale closed-source project.
I bet it's like that xkcd comic about competing standards since there seems to be more than necessary.
E: https://xkcd.com/927/