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;
|
url = http://www.calculate-linux.org/packages/licenses/iASL;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ijg = spdx {
|
||||||
|
spdxId = "IJG";
|
||||||
|
fullName = "Independent JPEG Group License";
|
||||||
|
};
|
||||||
|
|
||||||
inria = {
|
inria = {
|
||||||
fullName = "INRIA Non-Commercial License Agreement";
|
fullName = "INRIA Non-Commercial License Agreement";
|
||||||
url = "http://compcert.inria.fr/doc/LICENSE";
|
url = "http://compcert.inria.fr/doc/LICENSE";
|
||||||
|
Loading…
Reference in New Issue
Block a user