https://github.com/EasyCrypt/easycrypt
Revision df78b6557c499f81f874621243e62ba620bf81bb authored by Pierre-Yves Strub on 17 November 2021, 05:34:13 UTC, committed by Pierre-Yves Strub on 17 November 2021, 05:34:13 UTC
1 parent f8d5b79
Raw File
Tip revision: df78b6557c499f81f874621243e62ba620bf81bb authored by Pierre-Yves Strub on 17 November 2021, 05:34:13 UTC
.gitignore (.eca at root)
Tip revision: df78b65
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