forked from mirrors/nixpkgs
lib/licenses: add IJG (Independent JPEG...)
This commit is contained in:
parent
71c3c19638
commit
309b956215
|
@ -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…
Reference in a new issue