summaryrefslogtreecommitdiff
path: root/test/system/CVC4JavaTest.java
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-10-11 17:06:16 +0000
committerMorgan Deters <mdeters@gmail.com>2012-10-11 17:06:16 +0000
commit559710702e4df3ddaac4905705cf93c08502984b (patch)
treeb650ed201246f650a5220d9fa7e01fd8fe62498b /test/system/CVC4JavaTest.java
parentee65bafc737d36eaabb871c016e6756aef5bd115 (diff)
Standardizing copyright notice. Touches **ALL** sources, guys, sorry.. it's
just the header comments at the top, though. Don't update to this rev if you don't have time for a complete rebuild, and exclude this rev if you want to see what's new across a range of commits. (this commit was certified error- and warning-free by the test-and-commit script.)
Diffstat (limited to 'test/system/CVC4JavaTest.java')
-rw-r--r--test/system/CVC4JavaTest.java17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/system/CVC4JavaTest.java b/test/system/CVC4JavaTest.java
index 80b7d1abd..01969db02 100644
--- a/test/system/CVC4JavaTest.java
+++ b/test/system/CVC4JavaTest.java
@@ -1,3 +1,20 @@
+/********************* */
+/*! \file CVC4JavaTest.java
+ ** \verbatim
+ ** Original author: mdeters
+ ** Major contributors: none
+ ** Minor contributors (to current version): none
+ ** This file is part of the CVC4 prototype.
+ ** Copyright (c) 2009-2012 New York University and The University of Iowa
+ ** See the file COPYING in the top-level source directory for licensing
+ ** information.\endverbatim
+ **
+ ** \brief [[ Add one-line brief description here ]]
+ **
+ ** [[ Add lengthier description here ]]
+ ** \todo document this file
+ **/
+
import edu.nyu.acsys.CVC4.CVC4;
import edu.nyu.acsys.CVC4.SmtEngine;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback