https://github.com/EasyCrypt/easycrypt
Revision a27bd4836573618d03dce9f1627d2f41891ab644 authored by Francois Dupressoir on 24 April 2018, 06:25:41 UTC, committed by Pierre-Yves Strub on 24 April 2018, 06:25:41 UTC
1 parent 9ae0786
Raw File
Tip revision: a27bd4836573618d03dce9f1627d2f41891ab644 authored by Francois Dupressoir on 24 April 2018, 06:25:41 UTC
Extending SmtMap with new facts (eq_except, map) + adapting lib/examples
Tip revision: a27bd48
COPYRIGHT.yaml
entities:
  IMDEA : "IMDEA Software Institute"
  INRIA : "Inria"
  X     : "Ecole Polytechnique"
copyrights:
  - pattern: ["src/*.ml*", "src/*/*.ml*"]
    style: "ocaml"
    license: "CeCILL-C-V1"
    copyrights:
      - { who: "IMDEA", date: "2012--2016" }
      - { who: "INRIA", date: "2012--2018" }
      - { who: "X"    , date: "2012--2018" }
  - pattern: ["theories/*.ec", "theories/*/*.ec*"]
    style: "ocaml"
    license: "CeCILL-B-V1"
    copyrights:
      - { who: "IMDEA", date: "2012--2016" }
      - { who: "INRIA", date: "2012--2018" }
      - { who: "X"    , date: "2012--2018" }
back to top