https://github.com/EasyCrypt/easycrypt
Revision 7647c90c412ff3d851bcafd9f16d474ff925c8cf authored by Clement Sartori on 08 March 2018, 15:33:20 UTC, committed by Clement Sartori on 08 March 2018, 15:33:20 UTC
1 parent 43bdb7d
Raw File
Tip revision: 7647c90c412ff3d851bcafd9f16d474ff925c8cf authored by Clement Sartori on 08 March 2018, 15:33:20 UTC
adding values /lots of warning solved
Tip revision: 7647c90
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--2017" }
  - pattern: ["theories/*.ec", "theories/*/*.ec*"]
    style: "ocaml"
    license: "CeCILL-B-V1"
    copyrights:
      - { who: "IMDEA", date: "2012--2016" }
      - { who: "INRIA", date: "2012--2017" }
back to top