about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorDelta <d4delta@outlook.fr>2021-09-27 23:38:43 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2021-09-30 21:38:06 +0200
commit48eba3e35c10d11b709af420f96a346022a6fc55 (patch)
treea2eb8957d1ff8d673a24966eadfaa92dc4280a42 /lib
parent561bfd05817b0c418646ab1dab3501ec1e9f6446 (diff)
downloadnixlib-48eba3e35c10d11b709af420f96a346022a6fc55.tar
nixlib-48eba3e35c10d11b709af420f96a346022a6fc55.tar.gz
nixlib-48eba3e35c10d11b709af420f96a346022a6fc55.tar.bz2
nixlib-48eba3e35c10d11b709af420f96a346022a6fc55.tar.lz
nixlib-48eba3e35c10d11b709af420f96a346022a6fc55.tar.xz
nixlib-48eba3e35c10d11b709af420f96a346022a6fc55.tar.zst
nixlib-48eba3e35c10d11b709af420f96a346022a6fc55.zip
ocamlPackages.lustre-v6: init at 6.103.3
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 772985f9509d..bde2aaca2ee5 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -240,6 +240,11 @@ in mkLicense lset) ({
     fullName = "CeCILL Free Software License Agreement v2.0";
   };
 
+  cecill21 = {
+    spdxId = "CECILL-2.1";
+    fullName = "CeCILL Free Software License Agreement v2.1";
+  };
+
   cecill-b = {
     spdxId = "CECILL-B";
     fullName  = "CeCILL-B Free Software License Agreement";