endgame-singularity: add all licenses

As detailed in https://github.com/singularity/singularity/blob/master/LICENSE.txt

+8 -1
+8 -1
pkgs/games/endgame-singularity/default.nix
··· 42 A simulation of a true AI. Go from computer to computer, pursued by the 43 entire world. Keep hidden, and you might have a chance 44 ''; 45 - license = lib.licenses.gpl2; 46 maintainers = with lib.maintainers; [ fgaz ]; 47 }; 48 }
··· 42 A simulation of a true AI. Go from computer to computer, pursued by the 43 entire world. Keep hidden, and you might have a chance 44 ''; 45 + # License details are in LICENSE.txt 46 + license = with lib.licenses; [ 47 + gpl2Plus # most of the code, some translations 48 + mit # recursive_fix_pickle, polib 49 + cc-by-sa-30 # data and artwork, some translations 50 + free # earth images from NASA, some fonts 51 + cc0 # cick0.wav 52 + ]; 53 maintainers = with lib.maintainers; [ fgaz ]; 54 }; 55 }