mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
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;
|
||||
};
|
||||
|
||||
unfree = {
|
||||
shortName = "unfree";
|
||||
fullName = "unfree non-redistributable license";
|
||||
};
|
||||
|
||||
unfreeRedistributable = {
|
||||
shortName = "unfree-redistributable";
|
||||
fullName = "unfree redistributable license";
|
||||
};
|
||||
|
||||
zlib = {
|
||||
shortName = "zlib";
|
||||
fullName = "zlib license";
|
||||
|
Loading…
Reference in New Issue
Block a user