Revision 9df4dd06e2118aa8b45ba5b6cf276c83feb8e5e5 authored by François Dupressoir on 10 March 2016, 10:13:28 UTC, committed by François Dupressoir on 10 March 2016, 10:13:33 UTC
An up-to-date and maintained version can be found in
theories/crypto/prp_prf/RP_RF.eca
1 parent 12a4465
Raw File
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" }
  - pattern: ["proofgeneral/easycrypt/*.el"]
    style: "elisp"
    license: "GPL-v3"
    copyrights:
      - { who: "IMDEA", date: "2012--2016" }
      - { who: "INRIA", date: "2012--2016" }
back to top