summaryrefslogtreecommitdiffstats
path: root/pkgs/games/endgame-singularity
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2021-12-19 17:26:04 +0100
committerFrancesco Gazzetta <fgaz@fgaz.me>2021-12-19 17:26:06 +0100
commit15e4dfff8bc18527d5180d976c95feb8680ed797 (patch)
tree047c4133408d142e58cc98240ed712622b552a89 /pkgs/games/endgame-singularity
parente55d12da43e6375941e557060a16f58dfcc07a22 (diff)
endgame-singularity: add all licenses
As detailed in https://github.com/singularity/singularity/blob/master/LICENSE.txt
Diffstat (limited to 'pkgs/games/endgame-singularity')
-rw-r--r--pkgs/games/endgame-singularity/default.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/pkgs/games/endgame-singularity/default.nix b/pkgs/games/endgame-singularity/default.nix
index d6b153018723..e0cd581af823 100644
--- a/pkgs/games/endgame-singularity/default.nix
+++ b/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 ];
};
}