ikos: init at 2.1

This commit is contained in:
Etienne Laurin
2018-12-11 20:20:29 +00:00
parent 10d9fe7d38
commit 328fbcff60
4 changed files with 51 additions and 0 deletions

View File

@@ -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";