summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-09-21 00:55:10 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-04 08:47:08 +0200
commit79dc25b48dde3af3a4b21323713cd21f90803fa7 (patch)
treebd10cb7768c6a1ac28b8e145bc5bb813333f2cce
parentd2f79d7443e96b7ea2beb96528c322530f4a54b3 (diff)
downloadnixpkgs-79dc25b48dde3af3a4b21323713cd21f90803fa7.tar
nixpkgs-79dc25b48dde3af3a4b21323713cd21f90803fa7.tar.gz
nixpkgs-79dc25b48dde3af3a4b21323713cd21f90803fa7.tar.bz2
nixpkgs-79dc25b48dde3af3a4b21323713cd21f90803fa7.tar.lz
nixpkgs-79dc25b48dde3af3a4b21323713cd21f90803fa7.tar.xz
nixpkgs-79dc25b48dde3af3a4b21323713cd21f90803fa7.tar.zst
nixpkgs-79dc25b48dde3af3a4b21323713cd21f90803fa7.zip
licenses: add inria-zelus
-rw-r--r--lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 0fd64108537..980cce8712b 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -615,6 +615,12 @@ in mkLicense lset) ({
     free     = false;
   };
 
+  inria-zelus = {
+    fullName = "INRIA Non-Commercial License Agreement for the ZĂ©lus compiler";
+    url = "https://github.com/INRIA/zelus/raw/829f2b97cba93b0543a9ca0272269e6b8fdad356/LICENSE";
+    free = false;
+  };
+
   ipa = {
     spdxId = "IPA";
     fullName = "IPA Font License";