licenses: add Vim licence
This commit is contained in:
parent
661326b34c
commit
48b7e40f0c
|
@ -403,6 +403,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
|
||||||
fullName = "The Unlicense";
|
fullName = "The Unlicense";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim = spdx {
|
||||||
|
spdxId = "Vim";
|
||||||
|
fullName = "Vim License";
|
||||||
|
};
|
||||||
|
|
||||||
vsl10 = spdx {
|
vsl10 = spdx {
|
||||||
spdxId = "VSL-1.0";
|
spdxId = "VSL-1.0";
|
||||||
fullName = "Vovida Software License v1.0";
|
fullName = "Vovida Software License v1.0";
|
||||||
|
|
Loading…
Reference in New Issue