Revision 37ac8d8f1661d57b5681162e8458f81e9796635e authored by Pierre-Yves Strub on 18 February 2016, 08:18:40 UTC, committed by Pierre-Yves Strub on 18 February 2016, 08:18:40 UTC
1 parent 6dc4662
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--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