https://github.com/EasyCrypt/easycrypt
Revision 39b256278c8c54a3e67165ac0f602d5d57009e8e authored by Pierre-Yves Strub on 16 February 2022, 06:38:28 UTC, committed by Pierre-Yves Strub on 16 February 2022, 06:38:37 UTC
dune-site is currently in a very alpha-state and not stable enough.

fix #99
fix #115
1 parent ce56b10
Raw File
Tip revision: 39b256278c8c54a3e67165ac0f602d5d57009e8e authored by Pierre-Yves Strub on 16 February 2022, 06:38:28 UTC
Get rid of dune-site
Tip revision: 39b2562
COPYRIGHT.yaml
entities:
  IMDEA : "IMDEA Software Institute"
  INRIA : "Inria"
  X     : "Ecole Polytechnique"
  RM    : "Roberto Metere <r.metere2@ncl.ac.uk>"
copyrights:
  - pattern: ["src/*.ml*", "src/*/*.ml*"]
    style: "ocaml"
    license: "CeCILL-C-V1"
    copyrights:
      - { who: "IMDEA", date: "2012--2016" }
      - { who: "INRIA", date: "2012--2021" }
      - { who: "X"    , date: "2012--2021" }
  - pattern:
      - "theories/crypto/SigmaProtocol.ec"
      - "theories/crypto/Commitment.ec"
      - "theories/crypto/DLog.ec"
    style: "ocaml"
    license: "CeCILL-B-V1"
    last: true
    copyrights:
      - { who: "RM", date: "2016--2017" }
  - pattern: ["theories/*.ec", "theories/*/*.ec*"]
    style: "ocaml"
    license: "CeCILL-B-V1"
    copyrights:
      - { who: "IMDEA", date: "2012--2016" }
      - { who: "INRIA", date: "2012--2021" }
      - { who: "X"    , date: "2012--2021" }
back to top