aboutsummaryrefslogtreecommitdiffstats
path: root/src/trace/smtCnf.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/trace/smtCnf.mli')
-rw-r--r--src/trace/smtCnf.mli12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/trace/smtCnf.mli b/src/trace/smtCnf.mli
index 47fbd8c..1025ac4 100644
--- a/src/trace/smtCnf.mli
+++ b/src/trace/smtCnf.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 *)
+(* *)
+(**************************************************************************)
+
+
module MakeCnf :
functor (Form : SmtForm.FORM) ->
sig