summaryrefslogtreecommitdiff
path: root/src/parser/cvc/cvc_input.cpp
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-04-01 07:19:41 +0000
committerMorgan Deters <mdeters@gmail.com>2010-04-01 07:19:41 +0000
commita86b330c8b1ebfa7ec9a284ceb7cba69ff6d09b9 (patch)
tree792b675b3d11b546450c5b785b2dac40afd742d8 /src/parser/cvc/cvc_input.cpp
parentc49e8a66f30413adc802c7200ec02c68e33feae6 (diff)
reran update-copyright.pl to get new contributors and add new header comments to files without them
Diffstat (limited to 'src/parser/cvc/cvc_input.cpp')
-rw-r--r--src/parser/cvc/cvc_input.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/parser/cvc/cvc_input.cpp b/src/parser/cvc/cvc_input.cpp
index 241ce62f3..f247a651d 100644
--- a/src/parser/cvc/cvc_input.cpp
+++ b/src/parser/cvc/cvc_input.cpp
@@ -1,3 +1,18 @@
+/********************* */
+/** cvc_input.cpp
+ ** Original author: cconway
+ ** Major contributors: none
+ ** Minor contributors (to current version): mdeters
+ ** This file is part of the CVC4 prototype.
+ ** Copyright (c) 2009, 2010 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.
+ **
+ ** [[ Add file-specific comments here ]]
+ **/
+
#include <antlr3.h>
#include "expr/expr_manager.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback