https://github.com/EasyCrypt/easycrypt
Revision a722c7a3976a1784e00d97e97cc69849f5e55462 authored by Pierre-Yves Strub on 16 December 2015, 16:17:34 UTC, committed by Pierre-Yves Strub on 16 December 2015, 16:17:42 UTC
1 parent 62ee9c8
Raw File
Tip revision: a722c7a3976a1784e00d97e97cc69849f5e55462 authored by Pierre-Yves Strub on 16 December 2015, 16:17:34 UTC
ambient `auto`: do not fail on first non-applicable lemma in the db.
Tip revision: a722c7a
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--2015" }
      - { who: "INRIA", date: "2012--2015" }
  - pattern: ["theories/*.ec", "theories/*/*.ec*"]
    style: "ocaml"
    license: "CeCILL-B-V1"
    copyrights:
      - { who: "IMDEA", date: "2012--2015" }
      - { who: "INRIA", date: "2012--2015" }
back to top