https://github.com/EasyCrypt/easycrypt
Revision 8acf8d00243a4c9291bcf3360560d16ec3e7faea authored by Benjamin Gregoire on 13 December 2016, 10:22:12 UTC, committed by Benjamin Gregoire on 13 December 2016, 10:22:45 UTC
1 parent f993902
Raw File
Tip revision: 8acf8d00243a4c9291bcf3360560d16ec3e7faea authored by Benjamin Gregoire on 13 December 2016, 10:22:12 UTC
add ring on boolean in StdRing.
Tip revision: 8acf8d0
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