Revision 8a723c3c77bc111d272ef9b64789116f9db4ae9c authored by Pierre-Yves Strub on 15 July 2016, 15:04:26 UTC, committed by Pierre-Yves Strub on 15 July 2016, 15:04:37 UTC
1 parent 293e676
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