summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2014-05-01 02:29:42 -0500
committerAustin Seipp <aseipp@pobox.com>2014-05-01 02:42:31 -0500
commit6d52463bd338ebe3bdb1aeed6b6557d219c37788 (patch)
treeaf3f6c069958390ab1d05b781e8e394db5afb3ac /lib
parent4ee4f76176856c2d0e11dbd1b1a00836d3ba9ee0 (diff)
nixpkgs: add alt-ergo 0.95.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 20c1b2200315..c2a02bd1b9ae 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -260,4 +260,10 @@
fullName = "Sleepycat Public License";
url = "https://en.wikipedia.org/wiki/Sleepycat_License";
};
+
+ cecill-c = {
+ shortName = "CeCILL-C";
+ fullName = "CEA CNRS INRIA Logiciel Libre";
+ url = "http://www.cecill.info/licences.en.html";
+ };
}