this post was submitted on 07 Sep 2026
57 points (95.2% liked)
Open Source
48906 readers
642 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
From what I understood,
Here is a good comparison of different licenses: https://interoperable-europe.ec.europa.eu/collection/eupl/solution/licensing-assistant/find-and-compare-software-licenses For example, if I want to compare with major GPL versions (AGPL-3.0, GPL-2.0, GPL-3.0), then here is a table: https://interoperable-europe.ec.europa.eu/licence/compare/EUPL-1.2;AGPL-3.0-only;GPL-3.0-only;GPL-3.0-or-later Although I also think they need to improve this comparison table, because as opposed to the first link, the table does not have an on-hover text to show again the meaning of the different rows.
This is the English text of the license: https://interoperable-europe.ec.europa.eu/sites/default/files/custom-page/attachment/2020-03/EUPL-1.2%20EN.txt
Here you can see the license in other languages, also in PDF if you prefer: https://interoperable-europe.ec.europa.eu/collection/eupl/eupl-text-eupl-12
Strong point of this license: it aims to protect your code and enforces it to remain free in a SaaS scenario, similar to AGPL.
It allows mixing EUPL-1.2 code with other copyleft licenses, less restrictive than GPL. I haven't carefully and slowly read yet if it can be used to simply circumvent the copyleft features. Has anyone else publicly analyzed it? Maybe it means that you can use e.g. GPL or MPL inside EUPL-1.2, but not the other way around?
They clearly pin the jurisdiction! This is big boon. And one way or another, I clearly trust EU's handling of licenses and law better than that of the US. (Sorry, but that is true.)
P.S. It's interesting. Has anyone in this (fediverse) community used the license already? What is your impression?
P.P.S. Personally, I wish they would not start their PDF with preambles such as
If I read this word-to-word, my brain wants to zone out. I cannot / don't fully want to understand what they're talking about. I want the license first, and I want to learn when and how it came to be later, on a separate page. (Not joking or being sarcastic here, I literally would want it later, e.g. last page or referenced below.) Otherwise it distracts attention and it gives me a feeling that they might be too full of themselves and busy virtue signaling, as opposed to being a strong ally and have my back covered. Maybe I'm exaggerating? Anyway, that's just one downside. I do like some of the other parts listed above.
Yes and no. I guess it depends on what you call "less restrictive", or "lesser copyleft". The comparison table makes it a point to mention that "lesser copyleft" is not allowed, if "lesser" means it takes away some of the core freedoms awarded by the EUPL.
To that end, the EUPL 1.2 comes with an explicit list of other copyleft licenses that are compatible for cross-licensing. This page has a good explanation on how it works:
There's also the issue of what you mean by "mixing". I've covered cross-licensing above. If you mean interoperability (aka linking) that is explicitly allowed by the EUPL 1.2.
P.S. Also, thanks for the clarification. It makes sense. I just have to read this more carefully, should I adopt the license. Do you use it by the way?
I was talking about mixing indeed. An example of a license that I think is less strong - but can be mixed with EUPL - is MPL (the Mozilla one). Your quote clarifies what happens in that case though: EUPL's requirements still hold. I still haven't looked at it sufficiently carefully. Also, sadly, the referenced page has multiple mistakes so I feel I need to read the actual license in detail before getting convinced. (My take on tivoization is also different than what the author of the page where he says "Note: This is still controversial: ....".) That page is also just a "news" article, and not a definitive source. So it's OK to be less polished, but then it means a push for me to trust the license itself only.