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

This commit is contained in:
Peter Simons 2013-03-24 22:45:21 +01:00
parent 6f85323164
commit a06ec6bb62

View file

@ -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";