summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-10-06 05:27:33 +0000
committerMorgan Deters <mdeters@gmail.com>2012-10-06 05:27:33 +0000
commit8116fa6b55db64301ed89f1f174b95780449007f (patch)
treef75566f83d9bbefd9fd5cb2b34feab7d7a3faa84 /src/util
parent9b871cceb0f9c3372504f9f7b786a7c1dd7cd700 (diff)
* Include a few bug testcases for resolved bugs.
* Fix error message if you POP beyond the bottom user stack frame. (this commit was certified error- and warning-free by the test-and-commit script.)
Diffstat (limited to 'src/util')
-rw-r--r--src/util/configuration.cpp4
-rw-r--r--src/util/configuration.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/util/configuration.cpp b/src/util/configuration.cpp
index 6fe2e2af0..7b7559ce6 100644
--- a/src/util/configuration.cpp
+++ b/src/util/configuration.cpp
@@ -3,9 +3,9 @@
** \verbatim
** Original author: mdeters
** Major contributors: none
- ** Minor contributors (to current version): acsys, cconway
+ ** Minor contributors (to current version): lianah, acsys, cconway, dejan, bobot
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009, 2010, 2011 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009-2012 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
diff --git a/src/util/configuration.h b/src/util/configuration.h
index b1ef7154d..c43c7c0df 100644
--- a/src/util/configuration.h
+++ b/src/util/configuration.h
@@ -3,9 +3,9 @@
** \verbatim
** Original author: mdeters
** Major contributors: none
- ** Minor contributors (to current version): acsys
+ ** Minor contributors (to current version): acsys, lianah, bobot
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009, 2010, 2011 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009-2012 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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback