aboutsummaryrefslogtreecommitdiffstats
path: root/src/extraction/smtcoq.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/extraction/smtcoq.mli')
-rw-r--r--src/extraction/smtcoq.mli12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/extraction/smtcoq.mli b/src/extraction/smtcoq.mli
index 7b33e0f..b0b18b1 100644
--- a/src/extraction/smtcoq.mli
+++ b/src/extraction/smtcoq.mli
@@ -1,3 +1,15 @@
+(**************************************************************************)
+(* *)
+(* SMTCoq *)
+(* Copyright (C) 2011 - 2019 *)
+(* *)
+(* See file "AUTHORS" for the list of authors *)
+(* *)
+(* This file is distributed under the terms of the CeCILL-C licence *)
+(* *)
+(**************************************************************************)
+
+
type solver = Zchaff | Verit
val usage : string
val string_of_solver : solver -> string