Added some missing headers

This commit is contained in:
Guillaume Bury 2016-12-25 20:52:18 +01:00
parent b391a98aa0
commit 35c99df753
5 changed files with 25 additions and 0 deletions

View file

@ -11,6 +11,11 @@
(* Apache Software License version 2.0 *) (* Apache Software License version 2.0 *)
(* *) (* *)
(**************************************************************************) (**************************************************************************)
(*
MSAT is free software, using the Apache license, see file LICENSE
Copyright 2016 Guillaume Bury
Copyright 2016 Simon Cruanes
*)
(** McSat Theory (** McSat Theory

View file

@ -10,6 +10,11 @@
(* Apache Software License version 2.0 *) (* Apache Software License version 2.0 *)
(* *) (* *)
(**************************************************************************) (**************************************************************************)
(*
MSAT is free software, using the Apache license, see file LICENSE
Copyright 2016 Guillaume Bury
Copyright 2016 Simon Cruanes
*)
open Printf open Printf

View file

@ -10,6 +10,11 @@
(* Apache Software License version 2.0 *) (* Apache Software License version 2.0 *)
(* *) (* *)
(**************************************************************************) (**************************************************************************)
(*
MSAT is free software, using the Apache license, see file LICENSE
Copyright 2016 Guillaume Bury
Copyright 2016 Simon Cruanes
*)
(** Internal types (implementation) (** Internal types (implementation)

View file

@ -10,6 +10,11 @@
(* Apache Software License version 2.0 *) (* Apache Software License version 2.0 *)
(* *) (* *)
(**************************************************************************) (**************************************************************************)
(*
MSAT is free software, using the Apache license, see file LICENSE
Copyright 2016 Guillaume Bury
Copyright 2016 Simon Cruanes
*)
(** Internal types (interface) (** Internal types (interface)

View file

@ -11,6 +11,11 @@
(* Apache Software License version 2.0 *) (* Apache Software License version 2.0 *)
(* *) (* *)
(**************************************************************************) (**************************************************************************)
(*
MSAT is free software, using the Apache license, see file LICENSE
Copyright 2016 Guillaume Bury
Copyright 2016 Simon Cruanes
*)
(** SMT Theory (** SMT Theory