From a06ec6bb621c0532793e6017edfb123bf78db163 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 24 Mar 2013 22:45:21 +0100 Subject: [PATCH] pkgs/lib/licenses.nix: add 'unfree' and 'unfree-redistributable' licenses --- pkgs/lib/licenses.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pkgs/lib/licenses.nix b/pkgs/lib/licenses.nix index e1743bddf697..42ef0e816d98 100644 --- a/pkgs/lib/licenses.nix +++ b/pkgs/lib/licenses.nix @@ -187,7 +187,17 @@ fullName = "Tcl/Tk license"; 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";