summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorEtienne Laurin <etienne@atnnn.com>2018-12-11 20:20:29 +0000
committerEtienne Laurin <etienne@atnnn.com>2018-12-12 00:09:24 +0000
commit328fbcff60e9d6838d16b4228ed84d94d35cc18d (patch)
treeb79b16898ca75c65dc71e1011999a703142f610e /lib/licenses.nix
parent10d9fe7d38eb783b8c468abcb27eaea078fcb293 (diff)
downloadnixpkgs-328fbcff60e9d6838d16b4228ed84d94d35cc18d.tar
nixpkgs-328fbcff60e9d6838d16b4228ed84d94d35cc18d.tar.gz
nixpkgs-328fbcff60e9d6838d16b4228ed84d94d35cc18d.tar.bz2
nixpkgs-328fbcff60e9d6838d16b4228ed84d94d35cc18d.tar.lz
nixpkgs-328fbcff60e9d6838d16b4228ed84d94d35cc18d.tar.xz
nixpkgs-328fbcff60e9d6838d16b4228ed84d94d35cc18d.tar.zst
nixpkgs-328fbcff60e9d6838d16b4228ed84d94d35cc18d.zip
ikos: init at 2.1
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
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";