about summary refs log tree commit diff
path: root/pkgs/applications/misc/cdrtools
diff options
context:
space:
mode:
authorNathaniel Baxter <nathaniel.baxter@gmail.com>2015-02-17 22:23:10 +1100
committerNathaniel Baxter <nathaniel.baxter@gmail.com>2015-02-17 22:23:10 +1100
commit0d1a707784f9593404def84f14206db6c3306919 (patch)
tree2e2200c3005ef448bf8764eb3c79e6af506b0706 /pkgs/applications/misc/cdrtools
parent2366453d2fc9e76d1f3bdd51c4b9ee6be49e3106 (diff)
downloadnixlib-0d1a707784f9593404def84f14206db6c3306919.tar
nixlib-0d1a707784f9593404def84f14206db6c3306919.tar.gz
nixlib-0d1a707784f9593404def84f14206db6c3306919.tar.bz2
nixlib-0d1a707784f9593404def84f14206db6c3306919.tar.lz
nixlib-0d1a707784f9593404def84f14206db6c3306919.tar.xz
nixlib-0d1a707784f9593404def84f14206db6c3306919.tar.zst
nixlib-0d1a707784f9593404def84f14206db6c3306919.zip
cdrtools: Add unfree license
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;
   };
 }