summaryrefslogtreecommitdiff
path: root/src/parser/pl_scanner.lpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/pl_scanner.lpp')
-rw-r--r--src/parser/pl_scanner.lpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/parser/pl_scanner.lpp b/src/parser/pl_scanner.lpp
index d70937e34..ba8a8e85d 100644
--- a/src/parser/pl_scanner.lpp
+++ b/src/parser/pl_scanner.lpp
@@ -1,12 +1,13 @@
/********************* -*- C++ -*- */
/** pl_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.
+ **
+ ** CVC4 presentation language lexer.
**/
%option interactive
@@ -22,7 +23,7 @@
#include <iostream>
#include "expr_manager.h" /* for the benefit of parsePL_defs.h */
#include "parser_state.h"
-#include "pl.h"
+#include "pl.hpp"
#include "debug.h"
namespace CVC4 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback