summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2014-09-25 00:09:30 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2014-09-28 14:03:14 +0100
commit181139fe094d927df8482b613d383d68f3994ad6 (patch)
treebcb656f0808294906cdc1077443d159e249400c7 /lib/licenses.nix
parent63280c511effbe1c7d6892304242aa094dc56bae (diff)
downloadnixpkgs-181139fe094d927df8482b613d383d68f3994ad6.tar
nixpkgs-181139fe094d927df8482b613d383d68f3994ad6.tar.gz
nixpkgs-181139fe094d927df8482b613d383d68f3994ad6.tar.bz2
nixpkgs-181139fe094d927df8482b613d383d68f3994ad6.tar.lz
nixpkgs-181139fe094d927df8482b613d383d68f3994ad6.tar.xz
nixpkgs-181139fe094d927df8482b613d383d68f3994ad6.tar.zst
nixpkgs-181139fe094d927df8482b613d383d68f3994ad6.zip
Adds license CeCILL-B
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 84710a69eb6..248447423b2 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -82,6 +82,11 @@ rec {
     fullName = "Common Development and Distribution License 1.0";
   };
 
+  cecill-b = spdx {
+    shortName = "CECILL-B";
+    fullName  = "CeCILL-B Free Software License Agreement";
+  };
+
   cecill-c = spdx {
     shortName = "CECILL-C";
     fullName  = "CeCILL-C Free Software License Agreement";