summaryrefslogtreecommitdiff
path: root/src/include/expr_value.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/expr_value.h')
-rw-r--r--src/include/expr_value.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/include/expr_value.h b/src/include/expr_value.h
index c15241ebf..ea14c3fa7 100644
--- a/src/include/expr_value.h
+++ b/src/include/expr_value.h
@@ -1,16 +1,17 @@
-/*********************
+/********************* -*- C++ -*- */
/** expr_value.h
** This file is part of the CVC4 prototype.
+ ** 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.
**
** An expression node.
**
** Instances of this class are generally referenced through
** cvc4::Expr rather than by pointer; cvc4::Expr maintains the
** reference count on ExprValue instances and
- **
- ** The Analysis of Computer Systems Group (ACSys)
- ** Courant Institute of Mathematical Sciences
- ** New York University
**/
#ifndef __CVC4_EXPR_VALUE_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback