aboutsummaryrefslogtreecommitdiff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 1f78d67a1b20..3d5238b64c12 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -271,6 +271,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
fullName = "European Union Public License 1.1";
};
+ eupl12 = spdx {
+ spdxId = "EUPL-1.2";
+ fullName = "European Union Public License 1.2";
+ };
+
fdl12 = spdx {
spdxId = "GFDL-1.2-only";
fullName = "GNU Free Documentation License v1.2 only";