https://github.com/EasyCrypt/easycrypt
Revision d6f54afae72ceb4ee36fe4e3868406abe6b1898c authored by Benjamin Gregoire on 16 September 2021, 15:44:18 UTC, committed by Benjamin Gregoire on 16 September 2021, 15:44:18 UTC
1 parent 56a6902
Raw File
Tip revision: d6f54afae72ceb4ee36fe4e3868406abe6b1898c authored by Benjamin Gregoire on 16 September 2021, 15:44:18 UTC
WIP
Tip revision: d6f54af
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