mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
cdrtools: Add unfree license
This commit is contained in:
parent
2366453d2f
commit
0d1a707784
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user