licenses: add Vim licence

This commit is contained in:
Tobias Geerinckx-Rice 2015-05-26 14:43:27 +02:00
parent 661326b34c
commit 48b7e40f0c

View file

@ -403,6 +403,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
fullName = "The Unlicense";
};
vim = spdx {
spdxId = "Vim";
fullName = "Vim License";
};
vsl10 = spdx {
spdxId = "VSL-1.0";
fullName = "Vovida Software License v1.0";