summaryrefslogtreecommitdiff
path: root/src/util/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/command.h')
-rw-r--r--src/util/command.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util/command.h b/src/util/command.h
index 221c513f0..9cc009d01 100644
--- a/src/util/command.h
+++ b/src/util/command.h
@@ -1,5 +1,8 @@
/********************* -*- C++ -*- */
/** command.h
+ ** Original author: mdeters
+ ** Major contributors: dejan
+ ** Minor contributors (to current version): cconway
** This file is part of the CVC4 prototype.
** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
@@ -7,6 +10,8 @@
** See the file COPYING in the top-level source directory for licensing
** information.
**
+ ** Implementation of the command pattern on SmtEngines. Generated by
+ ** the parser.
**/
#ifndef __CVC4__COMMAND_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback