Revision 49d4ab81e49b7d5400399177cf804d9e0191ebb0 authored by Pierre-Yves Strub on 14 December 2015, 10:13:15 UTC, committed by Pierre-Yves Strub on 14 December 2015, 10:13:47 UTC
Some admits in subseq.
1 parent 3aa90e0
Raw File
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