https://github.com/EasyCrypt/easycrypt
Revision a21c135f5ce0aade28aa9438eaacd37c7aa19260 authored by Christian Doczkal on 22 October 2021, 14:33:38 UTC, committed by Pierre-Yves Strub on 04 November 2021, 10:00:49 UTC
1 parent 570f090
Raw File
Tip revision: a21c135f5ce0aade28aa9438eaacd37c7aa19260 authored by Christian Doczkal on 22 October 2021, 14:33:38 UTC
implement feedback from review
Tip revision: a21c135
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