https://github.com/EasyCrypt/easycrypt
Revision 2139bebf9d353a61ad429f463b59f01d4fb82dcb authored by Pierre-Yves Strub on 15 October 2019, 07:46:58 UTC, committed by Pierre-Yves Strub on 15 October 2019, 07:46:58 UTC
1 parent 2f6587f
Raw File
Tip revision: 2139bebf9d353a61ad429f463b59f01d4fb82dcb authored by Pierre-Yves Strub on 15 October 2019, 07:46:58 UTC
CI: test 1.0-preview
Tip revision: 2139beb
COPYRIGHT.yaml
entities:
  IMDEA : "IMDEA Software Institute"
  INRIA : "Inria"
  X     : "Ecole Polytechnique"
copyrights:
  - pattern: ["src/*.ml*", "src/*/*.ml*"]
    style: "ocaml"
    license: "CeCILL-C-V1"
    copyrights:
      - { who: "IMDEA", date: "2012--2016" }
      - { who: "INRIA", date: "2012--2018" }
      - { who: "X"    , date: "2012--2018" }
  - pattern: ["theories/*.ec", "theories/*/*.ec*"]
    style: "ocaml"
    license: "CeCILL-B-V1"
    copyrights:
      - { who: "IMDEA", date: "2012--2016" }
      - { who: "INRIA", date: "2012--2018" }
      - { who: "X"    , date: "2012--2018" }
back to top