summaryrefslogtreecommitdiff
path: root/src/core/expr_value.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/expr_value.cpp')
-rw-r--r--src/core/expr_value.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/core/expr_value.cpp b/src/core/expr_value.cpp
index b7c65023e..b42773482 100644
--- a/src/core/expr_value.cpp
+++ b/src/core/expr_value.cpp
@@ -1,16 +1,17 @@
-/*********************
+/********************* -*- C++ -*- */
/** expr_value.cpp
** 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
**/
#include "expr_value.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback