From ce1c6fe0fd2cdd2dbfcf7e5ff85abf58d1a973d3 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 9 Sep 2012 06:23:54 +0200 Subject: 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 --- pkgs/lib/licenses.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pkgs/lib/licenses.nix') diff --git a/pkgs/lib/licenses.nix b/pkgs/lib/licenses.nix index dc88f887cc7..87f9298706e 100644 --- a/pkgs/lib/licenses.nix +++ b/pkgs/lib/licenses.nix @@ -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"; -- cgit 1.4.1