mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
pkgs/lib/licenses.nix: add 'unfree' and 'unfree-redistributable' licenses
This commit is contained in:
parent
6f85323164
commit
a06ec6bb62
1 changed files with 11 additions and 1 deletions
|
@ -187,7 +187,17 @@
|
||||||
fullName = "Tcl/Tk license";
|
fullName = "Tcl/Tk license";
|
||||||
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…
Add table
Add a link
Reference in a new issue