EUPL 1.2

The European Union Public Licence is the EU's official OSI-approved copyleft licence. Its copyleft reaches network and SaaS use like the AGPL, but a compatibility clause lets combined works move to the GPL, AGPL, LGPL or MPL.

🛡️ RISK BADGE: 🔴 HIGH (Strong Copyleft)

Executive Summary: What is it?

The European Union Public Licence (EUPL) is an OSI-approved strong copyleft licence published by the European Commission in all official EU languages with equal legal value. It is the reference licence for European public-sector software. Like the AGPL, its copyleft reaches network use: Article 1 defines "Distribution or Communication" to include providing access to the software's essential functionality online, so running a modified EUPL work as a service triggers the source-sharing obligation, unlike the plain GPL, which triggers only on distribution.

CFO / Business Impact: What does it cost/risk?

Moderate-to-high, with a built-in safety valve. Network and SaaS reach means modifications you deploy as a service must be released under the EUPL or a compatible licence. The distinctive feature is the compatibility clause: when EUPL code is combined with code under a listed licence (GPLv2/v3, AGPLv3, LGPL, MPL, EPL and others), the combined work may be distributed under that licence. This one-way upgrade path eases integration in a way the AGPL does not offer. The EUPL text itself cannot be unilaterally relicensed by recipients.

Technical Reality: How does it work?

Using EUPL software as-is, internally, triggers no obligations. Distributing it, or offering network access to a modified version, requires releasing your modifications under the EUPL or a compatible copyleft licence. For combined works, the target licence is chosen from the EUPL Appendix compatibility list. Treat it with the same diligence as the AGPL for any service you intend to modify and host.

Similar Alternatives

MIT License

The MIT License is the most permissive and popular open-source license. It allows you to use, copy, modify, merge, publish, distribute, sublicense, and sell the software. The only requirement is that you include the original copyright notice in your copy.

Apache License 2.0

The Apache 2.0 is a modern permissive license favored by large enterprises (Google, Android, Kubernetes). Like MIT, it allows full commercial use. Crucially, it includes an explicit patent grant, protecting you from patent lawsuits from the contributors.

BSD 2-Clause License

The BSD 2-Clause License ("Simplified BSD" or "FreeBSD License") is a permissive free software license. It allows use, modification, and distribution for any purpose, including in proprietary products, with two conditions: keep the copyright notice and the warranty disclaimer.

BSD 3-Clause License

The BSD 3-Clause License (also known as "New BSD" or "Modified BSD") is a permissive free software license. It is very similar to the MIT License, allowing you to use, modify, and distribute the software for any purpose. The key difference is an added clause that prohibits using the nam...

ISC License

The ISC License is a permissive free software license functionally equivalent to MIT and BSD 2-Clause. It allows use, modification, and distribution for any purpose, including in proprietary products, with one condition: keep the copyright and permission notice.