pkgs/lib/licenses.nix: add 'unfree' and 'unfree-redistributable' licenses
This commit is contained in:
parent
6f85323164
commit
a06ec6bb62
@ -188,6 +188,16 @@
|
|||||||
url = http://www.tcl.tk/software/tcltk/license.html;
|
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 = {
|
zlib = {
|
||||||
shortName = "zlib";
|
shortName = "zlib";
|
||||||
fullName = "zlib license";
|
fullName = "zlib license";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user