aboutsummaryrefslogtreecommitdiffstats
path: root/src/zchaff/satParser.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/zchaff/satParser.mli')
-rw-r--r--src/zchaff/satParser.mli12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/zchaff/satParser.mli b/src/zchaff/satParser.mli
index c2fa020..871ab66 100644
--- a/src/zchaff/satParser.mli
+++ b/src/zchaff/satParser.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 lex_buff = {
buff : bytes;
mutable curr_char : int;