From 8fb5401c5b9ad00d8efddabad511beeee646ab09 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Mon, 19 Jan 2015 11:02:20 -0600 Subject: add GFDL-1.2 license --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/licenses.nix') diff --git a/lib/licenses.nix b/lib/licenses.nix index e3b551953fd..abe168bc2e4 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -130,6 +130,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec { fullName = "Eclipse Public License 1.0"; }; + fdl12 = spdx { + spdxId = "GFDL-1.2"; + fullName = "GNU Free Documentation License v1.2"; + }; + free = { fullName = "Unspecified free software license"; }; -- cgit 1.4.1