https://github.com/EasyCrypt/easycrypt
Revision b6a4d3a2a143acbb3d71aa17f0e8ff7fa09d0690 authored by Pierre-Yves Strub on 01 October 2019, 14:26:02 UTC, committed by Pierre-Yves Strub on 01 October 2019, 19:49:59 UTC
1 parent 4860685
Raw File
Tip revision: b6a4d3a2a143acbb3d71aa17f0e8ff7fa09d0690 authored by Pierre-Yves Strub on 01 October 2019, 14:26:02 UTC
Docker: bump Z3 version
Tip revision: b6a4d3a
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