summary refs log tree commit diff
path: root/pkgs/lib/licenses.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2012-09-09 06:23:54 +0200
committeraszlig <aszlig@redmoonstudios.org>2012-09-09 07:00:00 +0200
commitce1c6fe0fd2cdd2dbfcf7e5ff85abf58d1a973d3 (patch)
tree31cd8d7f199884df8adb1480bfdd975cedd5e5ec /pkgs/lib/licenses.nix
parent36947c89570c06630a295a4b021619a577c2a033 (diff)
downloadnixpkgs-ce1c6fe0fd2cdd2dbfcf7e5ff85abf58d1a973d3.tar
nixpkgs-ce1c6fe0fd2cdd2dbfcf7e5ff85abf58d1a973d3.tar.gz
nixpkgs-ce1c6fe0fd2cdd2dbfcf7e5ff85abf58d1a973d3.tar.bz2
nixpkgs-ce1c6fe0fd2cdd2dbfcf7e5ff85abf58d1a973d3.tar.lz
nixpkgs-ce1c6fe0fd2cdd2dbfcf7e5ff85abf58d1a973d3.tar.xz
nixpkgs-ce1c6fe0fd2cdd2dbfcf7e5ff85abf58d1a973d3.tar.zst
nixpkgs-ce1c6fe0fd2cdd2dbfcf7e5ff85abf58d1a973d3.zip
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>
Diffstat (limited to 'pkgs/lib/licenses.nix')
-rw-r--r--pkgs/lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
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";