From 181139fe094d927df8482b613d383d68f3994ad6 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 25 Sep 2014 00:09:30 +0100 Subject: Adds license CeCILL-B --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/licenses.nix') 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"; -- cgit 1.4.1