https://github.com/EasyCrypt/easycrypt
Revision da54edb5f31e5f8a67ff1653d5a1688cc22357dc authored by Pierre-Yves Strub on 01 March 2017, 11:04:22 UTC, committed by Pierre-Yves Strub on 01 March 2017, 11:04:22 UTC
1 parent d92f237
Raw File
Tip revision: da54edb5f31e5f8a67ff1653d5a1688cc22357dc authored by Pierre-Yves Strub on 01 March 2017, 11:04:22 UTC
[pprint]: when checking that 2 programs are in sync, use alpha-eq without path norm'ion
Tip revision: da54edb
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--2016" }
  - pattern: ["theories/*.ec", "theories/*/*.ec*"]
    style: "ocaml"
    license: "CeCILL-B-V1"
    copyrights:
      - { who: "IMDEA", date: "2012--2016" }
      - { who: "INRIA", date: "2012--2016" }
  - pattern: ["proofgeneral/easycrypt/*.el"]
    style: "elisp"
    license: "GPL-v3"
    copyrights:
      - { who: "IMDEA", date: "2012--2016" }
      - { who: "INRIA", date: "2012--2016" }
back to top