zdoom: Mark it and its forks as nonfree.

See http://zdoom.org/wiki/License and the source code of each package.

Jookia e5154f2a 19146cef

+3 -1
+1
pkgs/games/gzdoom/default.nix
··· 27 27 meta = { 28 28 homepage = https://github.com/coelckers/gzdoom; 29 29 description = "A Doom source port based on ZDoom. It features an OpenGL renderer and lots of new features"; 30 + license = stdenv.lib.licenses.unfree; 30 31 maintainers = [ stdenv.lib.maintainers.lassulus ]; 31 32 }; 32 33 }
+1 -1
pkgs/games/zandronum/default.nix
··· 57 57 homepage = http://zandronum.com/; 58 58 description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software"; 59 59 maintainers = with maintainers; [ lassulus ]; 60 + license = stdenv.lib.licenses.unfree; 60 61 platforms = platforms.linux; 61 - license = licenses.bsdOriginal; 62 62 }; 63 63 }
+1
pkgs/games/zdoom/default.nix
··· 33 33 meta = { 34 34 homepage = http://zdoom.org/; 35 35 description = "Enhanced port of the official DOOM source code"; 36 + license = stdenv.lib.licenses.unfree; 36 37 maintainers = [ stdenv.lib.maintainers.lassulus ]; 37 38 }; 38 39 }