https://github.com/EasyCrypt/easycrypt
Revision 3e7dc31059b3285b057950bf8e09e6908abace61 authored by François Dupressoir on 21 August 2017, 16:29:20 UTC, committed by François Dupressoir on 21 August 2017, 16:29:20 UTC
1 parent ac19323
Raw File
Tip revision: 3e7dc31059b3285b057950bf8e09e6908abace61 authored by François Dupressoir on 21 August 2017, 16:29:20 UTC
moving ahead - some admits in FEL application
Tip revision: 3e7dc31
COPYRIGHT.yaml
entities:
  IMDEA : "IMDEA Software Institute"
  INRIA : "Inria"
copyrights:
  - pattern: ["src/*.ml*", "src/*/*.ml*"]
    style: "ocaml"
    license: "CeCILL-C-V1"
    copyrights:
      - { who: "IMDEA", date: "2012--2016" }
      - { who: "INRIA", date: "2012--2017" }
  - pattern: ["theories/*.ec", "theories/*/*.ec*"]
    style: "ocaml"
    license: "CeCILL-B-V1"
    copyrights:
      - { who: "IMDEA", date: "2012--2016" }
      - { who: "INRIA", date: "2012--2017" }
back to top