From 1697b2a2281b248fa9e053713e18b896b9b9bb5a Mon Sep 17 00:00:00 2001 From: Remy Goldschmidt Date: Thu, 26 Mar 2015 21:12:10 -0400 Subject: Added Eiffel Forum License v1 and v2 to lib/licenses.nix --- lib/licenses.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/licenses.nix') diff --git a/lib/licenses.nix b/lib/licenses.nix index 9b3acf8653b..09c5fb21606 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -125,6 +125,16 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec { fullName = "Common Public License 1.0"; }; + efl10 = spdx { + spdxId = "EFL-1.0"; + fullName = "Eiffel Forum License v1.0"; + }; + + efl20 = spdx { + spdxId = "EFL-2.0"; + fullName = "Eiffel Forum License v2.0"; + }; + epl10 = spdx { spdxId = "EPL-1.0"; fullName = "Eclipse Public License 1.0"; -- cgit 1.4.1