summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
author(cdep)illabout <cdep.illabout@gmail.com>2018-08-08 23:21:18 +0900
committer(cdep)illabout <cdep.illabout@gmail.com>2018-08-08 23:21:18 +0900
commit18869d85f9f6f98df14dda0b7a21375634a3468d (patch)
tree3e0ae35d31feaf1f7dacfcc0590c564cd1137d47 /lib/licenses.nix
parent122c5f9142adeb2e6d10f4f2a1393c03a0faee40 (diff)
downloadnixpkgs-18869d85f9f6f98df14dda0b7a21375634a3468d.tar
nixpkgs-18869d85f9f6f98df14dda0b7a21375634a3468d.tar.gz
nixpkgs-18869d85f9f6f98df14dda0b7a21375634a3468d.tar.bz2
nixpkgs-18869d85f9f6f98df14dda0b7a21375634a3468d.tar.lz
nixpkgs-18869d85f9f6f98df14dda0b7a21375634a3468d.tar.xz
nixpkgs-18869d85f9f6f98df14dda0b7a21375634a3468d.tar.zst
nixpkgs-18869d85f9f6f98df14dda0b7a21375634a3468d.zip
Add the virtualbox-puel license to the licenses file.
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 79124855f7f..1ec0e5149c9 100644
--- a/lib/licenses.nix
+++ b/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";