From b4b3368c8ddd513255ffe7c48e52750e0189d7cb Mon Sep 17 00:00:00 2001 From: Jiri Marsik Date: Tue, 28 Oct 2014 14:06:04 +0100 Subject: [PATCH] Added the CECILL 2.0 license --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/licenses.nix b/lib/licenses.nix index fd9b4eaeb31..da5cc3a927d 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -87,6 +87,11 @@ rec { fullName = "Common Development and Distribution License 1.0"; }; + cecill20 = spdx { + shortName = "CECILL-2.0"; + fullName = "CeCILL Free Software License Agreement v2.0"; + }; + cecill-b = spdx { shortName = "CECILL-B"; fullName = "CeCILL-B Free Software License Agreement";