Add the virtualbox-puel license to the licenses file.

wip/yesman
(cdep)illabout 6 years ago
parent 122c5f9142
commit 18869d85f9
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
  1. 6
      lib/licenses.nix

@ -613,6 +613,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
fullName = "Vim License";
};
virtualbox-puel = {
fullName = "Oracle VM VirtualBox Extension Pack Personal Use and Evaluation License (PUEL)";
url = "https://www.virtualbox.org/wiki/VirtualBox_PUEL";
free = false;
};
vsl10 = spdx {
spdxId = "VSL-1.0";
fullName = "Vovida Software License v1.0";

Loading…
Cancel
Save