Reclassify printer drivers erroneously marked as GPL

Some CUPS printer drivers were marked as being GPL.
This changes them to reflect their actual, unfree licence.
This commit is contained in:
Hugo Landau 2019-02-22 19:31:09 +00:00
parent 8c4ce1a106
commit 603b8c430d
No known key found for this signature in database
GPG key ID: 3D30A3A9FF1360DC

View file

@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
description = "Brother BrGenML1 LPR driver";
homepage = http://www.brother.com;
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2Plus;
license = stdenv.lib.licenses.unfreeRedistributable;
maintainers = with stdenv.lib.maintainers; [ jraygauthier ];
};
}