https://github.com/EasyCrypt/easycrypt
Revision 3b4aeec1dbe36060f75b27e5dfa1b97f5fe1b3dd authored by Pierre-Yves Strub on 12 October 2017, 13:17:20 UTC, committed by Pierre-Yves Strub on 12 October 2017, 13:17:20 UTC
1 parent 8999c70
Raw File
Tip revision: 3b4aeec1dbe36060f75b27e5dfa1b97f5fe1b3dd authored by Pierre-Yves Strub on 12 October 2017, 13:17:20 UTC
New facts on lists
Tip revision: 3b4aeec
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