Revision 352f5cc930f9e7c427eca9a395aff444e013b959 authored by Pierre-Yves Strub on 04 January 2016, 14:57:38 UTC, committed by Pierre-Yves Strub on 04 January 2016, 14:57:38 UTC
1 parent 00622b9
Raw File
ecVersion.ml
(* --------------------------------------------------------------------
 * Copyright (c) - 2012--2016 - IMDEA Software Institute
 * Copyright (c) - 2012--2016 - Inria
 *
 * Distributed under the terms of the CeCILL-C-V1 license
 * -------------------------------------------------------------------- *)

(* -------------------------------------------------------------------- *)
let copyright = "Copyright (c) - 2012-2015 - IMDEA Software Institute and INRIA"
let url       = "https://www.easycrypt.info/"

module License = struct
  let engine = "Distributed under the terms of the CeCILL-C license"
  let stdlib = "Distributed under the terms of the CeCILL-B license"
end

back to top