mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
copyright header in .header; authors in opam file
This commit is contained in:
parent
e95dec0663
commit
6cc3510d0e
4 changed files with 16 additions and 3 deletions
5
.header
Normal file
5
.header
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
(*
|
||||||
|
MSAT is free software, using the Apache license, see file LICENSE
|
||||||
|
Copyright 2014 Guillaume Bury
|
||||||
|
Copyright 2014 Simon Cruanes
|
||||||
|
*)
|
||||||
2
opam
2
opam
|
|
@ -1,7 +1,7 @@
|
||||||
opam-version: "1.2"
|
opam-version: "1.2"
|
||||||
license: "Apache"
|
license: "Apache"
|
||||||
version: "dev"
|
version: "dev"
|
||||||
author: ["Sylvain Conchon" "Alain Mebsout" "Stephane Lecuyer"]
|
author: ["Sylvain Conchon" "Alain Mebsout" "Stephane Lecuyer" "Simon Cruanes" "Guillaume Bury"]
|
||||||
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes@inria.fr"]
|
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes@inria.fr"]
|
||||||
build: [
|
build: [
|
||||||
[make "all"]
|
[make "all"]
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
(* Copyright 2014 Guillaume Bury *)
|
(*
|
||||||
|
MSAT is free software, using the Apache license, see file LICENSE
|
||||||
|
Copyright 2014 Guillaume Bury
|
||||||
|
Copyright 2014 Simon Cruanes
|
||||||
|
*)
|
||||||
|
|
||||||
module type S = Res_intf.S
|
module type S = Res_intf.S
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
(* Copyright 2014 Guillaume Bury *)
|
(*
|
||||||
|
MSAT is free software, using the Apache license, see file LICENSE
|
||||||
|
Copyright 2014 Guillaume Bury
|
||||||
|
Copyright 2014 Simon Cruanes
|
||||||
|
*)
|
||||||
|
|
||||||
module type S = Res_intf.S
|
module type S = Res_intf.S
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue