https://github.com/EasyCrypt/easycrypt
Revision 00622b9d078b5fd9f853fff35f2410122ad117cc authored by Pierre-Yves Strub on 04 January 2016, 14:55:43 UTC, committed by Pierre-Yves Strub on 04 January 2016, 14:57:20 UTC
1 parent 8ae369b
Raw File
Tip revision: 00622b9d078b5fd9f853fff35f2410122ad117cc authored by Pierre-Yves Strub on 04 January 2016, 14:55:43 UTC
emacs local variables for trailing whitespaces removal.
Tip revision: 00622b9
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" }
back to top