endgame-singularity: add all licenses

As detailed in https://github.com/singularity/singularity/blob/master/LICENSE.txt
main
Francesco Gazzetta 3 years ago
parent e55d12da43
commit 15e4dfff8b
  1. 9
      pkgs/games/endgame-singularity/default.nix

@ -42,7 +42,14 @@ python3.pkgs.buildPythonApplication rec {
A simulation of a true AI. Go from computer to computer, pursued by the
entire world. Keep hidden, and you might have a chance
'';
license = lib.licenses.gpl2;
# License details are in LICENSE.txt
license = with lib.licenses; [
gpl2Plus # most of the code, some translations
mit # recursive_fix_pickle, polib
cc-by-sa-30 # data and artwork, some translations
free # earth images from NASA, some fonts
cc0 # cick0.wav
];
maintainers = with lib.maintainers; [ fgaz ];
};
}

Loading…
Cancel
Save