pkgs/lib/licenses.nix: add 'unfree' and 'unfree-redistributable' licenses

wip/yesman
Peter Simons 11 years ago
parent 6f85323164
commit a06ec6bb62
  1. 12
      pkgs/lib/licenses.nix

@ -187,7 +187,17 @@
fullName = "Tcl/Tk license";
url = http://www.tcl.tk/software/tcltk/license.html;
};
unfree = {
shortName = "unfree";
fullName = "unfree non-redistributable license";
};
unfreeRedistributable = {
shortName = "unfree-redistributable";
fullName = "unfree redistributable license";
};
zlib = {
shortName = "zlib";
fullName = "zlib license";

Loading…
Cancel
Save