https://github.com/EasyCrypt/easycrypt
Revision 0d55fac6a88ba3c22eb7ed09be1e85ceb220159c authored by Alley Stoughton on 04 April 2021, 17:25:21 UTC, committed by Alley Stoughton on 04 April 2021, 17:25:21 UTC
2 parent s bb6d218 + 748c9ef
Raw File
Tip revision: 0d55fac6a88ba3c22eb7ed09be1e85ceb220159c authored by Alley Stoughton on 04 April 2021, 17:25:21 UTC
Merge branch '1.0' into aprhl
Tip revision: 0d55fac
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