about summary refs log tree commit diff
path: root/pkgs/applications/misc/cdrtools
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/cdrtools')
-rw-r--r--pkgs/applications/misc/cdrtools/default.nix4
1 files changed, 4 insertions, 0 deletions
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;
   };
 }