licenses.odbl: init at 1.0
This commit is contained in:
parent
0bf8f56105
commit
7f70d66a53
|
@ -603,6 +603,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) ({
|
||||||
free = false;
|
free = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
odbl = spdx {
|
||||||
|
spdxId = "ODbL-1.0";
|
||||||
|
fullName = "Open Data Commons Open Database License v1.0";
|
||||||
|
};
|
||||||
|
|
||||||
ofl = spdx {
|
ofl = spdx {
|
||||||
spdxId = "OFL-1.1";
|
spdxId = "OFL-1.1";
|
||||||
fullName = "SIL Open Font License 1.1";
|
fullName = "SIL Open Font License 1.1";
|
||||||
|
|
Loading…
Reference in New Issue