https://github.com/EasyCrypt/easycrypt
Revision 5a0238b4228432cd30ff7cca8f74eac6b387b063 authored by Pierre-Yves Strub on 16 November 2021, 16:53:15 UTC, committed by Pierre-Yves Strub on 16 November 2021, 16:56:20 UTC
These PR do not have access to the webhook.t
1 parent ec1f979
Raw File
Tip revision: 5a0238b4228432cd30ff7cca8f74eac6b387b063 authored by Pierre-Yves Strub on 16 November 2021, 16:53:15 UTC
[ci] do not send a slack message for PR from forked repo
Tip revision: 5a0238b
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