sdcc: clarify license

Ref https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/unclear-gpl.md

+1 -1
+1 -1
pkgs/development/compilers/sdcc/default.nix
··· 32 PIC18 targets. It can be retargeted for other microprocessors. 33 ''; 34 homepage = "http://sdcc.sourceforge.net/"; 35 - license = with licenses; if (gputils == null) then gpl2 else unfreeRedistributable; 36 maintainers = with maintainers; [ bjornfor yorickvp ]; 37 platforms = platforms.all; 38 };
··· 32 PIC18 targets. It can be retargeted for other microprocessors. 33 ''; 34 homepage = "http://sdcc.sourceforge.net/"; 35 + license = with licenses; if (gputils == null) then gpl2Plus else unfreeRedistributable; 36 maintainers = with maintainers; [ bjornfor yorickvp ]; 37 platforms = platforms.all; 38 };