lib/licenses: add IJG (Independent JPEG...)

wip/yesman
Vladimír Čunát 10 years ago
parent 71c3c19638
commit 309b956215
  1. 5
      lib/licenses.nix

@ -185,6 +185,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
url = http://www.calculate-linux.org/packages/licenses/iASL;
};
ijg = spdx {
spdxId = "IJG";
fullName = "Independent JPEG Group License";
};
inria = {
fullName = "INRIA Non-Commercial License Agreement";
url = "http://compcert.inria.fr/doc/LICENSE";

Loading…
Cancel
Save