From 328fbcff60e9d6838d16b4228ed84d94d35cc18d Mon Sep 17 00:00:00 2001 From: Etienne Laurin Date: Tue, 11 Dec 2018 20:20:29 +0000 Subject: ikos: init at 2.1 --- lib/licenses.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/licenses.nix') diff --git a/lib/licenses.nix b/lib/licenses.nix index ed91b5adedb..5ef60b51063 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -505,6 +505,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec { free = false; }; + nasa13 = spdx { + spdxId = "NASA-1.3"; + fullName = "NASA Open Source Agreement 1.3"; + free = false; + }; + ncsa = spdx { spdxId = "NCSA"; fullName = "University of Illinois/NCSA Open Source License"; -- cgit 1.4.1