https://github.com/EasyCrypt/easycrypt
Revision 8f33b95ba4e89b25716ca2199a850370bcf5299e authored by Stephane Graham-Lengrand on 07 October 2020, 23:19:47 UTC, committed by Pierre-Yves Strub on 09 October 2020, 08:41:05 UTC
1 parent 3007982
Raw File
Tip revision: 8f33b95ba4e89b25716ca2199a850370bcf5299e authored by Stephane Graham-Lengrand on 07 October 2020, 23:19:47 UTC
First attempt at handling Why3 1.3.X
Tip revision: 8f33b95
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