https://github.com/EasyCrypt/easycrypt
Revision d5e9198a92cfc9a95b461d5b6c705d737f1d77d3 authored by Christian Doczkal on 31 August 2021, 15:49:41 UTC, committed by Christian Doczkal on 31 August 2021, 15:49:41 UTC
1 parent 2374063
Raw File
Tip revision: d5e9198a92cfc9a95b461d5b6c705d737f1d77d3 authored by Christian Doczkal on 31 August 2021, 15:49:41 UTC
reordering + final statement
Tip revision: d5e9198
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