From 0d1a707784f9593404def84f14206db6c3306919 Mon Sep 17 00:00:00 2001 From: Nathaniel Baxter Date: Tue, 17 Feb 2015 22:23:10 +1100 Subject: cdrtools: Add unfree license --- pkgs/applications/misc/cdrtools/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/applications/misc/cdrtools') diff --git a/pkgs/applications/misc/cdrtools/default.nix b/pkgs/applications/misc/cdrtools/default.nix index fe7f3a4ea240..14ab69ebd2f1 100644 --- a/pkgs/applications/misc/cdrtools/default.nix +++ b/pkgs/applications/misc/cdrtools/default.nix @@ -15,5 +15,9 @@ stdenv.mkDerivation rec { meta = { homepage = http://sourceforge.net/projects/cdrtools/; description = "Highly portable CD/DVD/BluRay command line recording software"; + # Licensing issues: This package contains code licensed under CDDL, GPL2 + # and LGPL2. There is debate regarding the legality of this licensing. + # Marked as unfree to avoid any possible legal issues. + license = stdenv.lib.licenses.unfree; }; } -- cgit 1.4.1