https://github.com/EasyCrypt/easycrypt
Revision 15d9bc20ff90f2f31012385107af6ef97f21b5c7 authored by Pierre-Yves Strub on 15 September 2015, 10:33:34 UTC, committed by Pierre-Yves Strub on 15 September 2015, 10:33:34 UTC
1 parent d7f94f2
Raw File
Tip revision: 15d9bc20ff90f2f31012385107af6ef97f21b5c7 authored by Pierre-Yves Strub on 15 September 2015, 10:33:34 UTC
build-linux: nits.
Tip revision: 15d9bc2
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