forked from mirrors/nixpkgs
licenses: Add Tcl/Tk license.
It is similar to the BSD license but has a few restrictions regarding government use. But as I am not a lawyer, I'm not sure if that could be merged with bsd3, so I'm listing it here separately just to be sure. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
36947c8957
commit
ce1c6fe0fd
|
@ -175,6 +175,12 @@
|
|||
shortName = "Proprietary";
|
||||
fullName = "Proprietary (non redistributable) license";
|
||||
};
|
||||
|
||||
tcltk = {
|
||||
shortName = "Tcl/Tk";
|
||||
fullName = "Tcl/Tk license";
|
||||
url = http://www.tcl.tk/software/tcltk/license.html;
|
||||
};
|
||||
|
||||
zlib = {
|
||||
shortName = "zlib";
|
||||
|
|
Loading…
Reference in a new issue