summaryrefslogtreecommitdiff
path: root/src/parser/smtlib_scanner.lpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/smtlib_scanner.lpp')
-rw-r--r--src/parser/smtlib_scanner.lpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/parser/smtlib_scanner.lpp b/src/parser/smtlib_scanner.lpp
index b78b27a0d..bb5802aed 100644
--- a/src/parser/smtlib_scanner.lpp
+++ b/src/parser/smtlib_scanner.lpp
@@ -1,12 +1,13 @@
/********************* -*- C++ -*- */
/** smtlib_scanner.lpp
** This file is part of the CVC4 prototype.
- **
- ** Reference-counted encapsulation of a pointer to an expression.
- **
- ** The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
+ ** See the file COPYING in the top-level source directory for licensing
+ ** information.
+ **
+ ** Lexer for smtlib format.
**/
%option interactive
@@ -19,7 +20,7 @@
%{
#include <iostream>
-#include "smtlib.h"
+#include "smtlib.hpp"
#include "debug.h"
namespace CVC4 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback