lib.licenses: add lal12 and lal13
This commit is contained in:
parent
6e8749d00d
commit
f7adcd674c
@ -548,6 +548,16 @@ in mkLicense lset) ({
|
|||||||
free = false;
|
free = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
lal12 = {
|
||||||
|
spdxId = "LAL-1.2";
|
||||||
|
fullName = "Licence Art Libre 1.2";
|
||||||
|
};
|
||||||
|
|
||||||
|
lal13 = {
|
||||||
|
spdxId = "LAL-1.3";
|
||||||
|
fullName = "Licence Art Libre 1.3";
|
||||||
|
};
|
||||||
|
|
||||||
lgpl2Only = {
|
lgpl2Only = {
|
||||||
spdxId = "LGPL-2.0-only";
|
spdxId = "LGPL-2.0-only";
|
||||||
fullName = "GNU Library General Public License v2 only";
|
fullName = "GNU Library General Public License v2 only";
|
||||||
|
Loading…
Reference in New Issue
Block a user