https://github.com/EasyCrypt/easycrypt
Revision 0546b4ac386808b3b427f7fc79fdd490feb054e6 authored by Benjamin Gregoire on 18 December 2015, 14:58:26 UTC, committed by Pierre-Yves Strub on 18 December 2015, 20:59:41 UTC
1 parent 0bf18f8
Raw File
Tip revision: 0546b4ac386808b3b427f7fc79fdd490feb054e6 authored by Benjamin Gregoire on 18 December 2015, 14:58:26 UTC
minor changes
Tip revision: 0546b4a
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