cdrtools: Add unfree license

This commit is contained in:
Nathaniel Baxter 2015-02-17 22:23:10 +11:00
parent 2366453d2f
commit 0d1a707784

View File

@ -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;
};
}