summaryrefslogtreecommitdiff
path: root/test/java
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2018-06-22 13:04:40 -0700
committerAina Niemetz <aina.niemetz@gmail.com>2018-06-25 14:11:54 -0700
commit3b91ff439dd08aebaafb4a758ab1be8aa05af3fb (patch)
tree7af12c3ae90f85160f24cb5e0c88eb275bc9fc4f /test/java
parent897f55537b84bef1dae6cc32b383c76aa2734c1f (diff)
Updated copyright headers.
Diffstat (limited to 'test/java')
-rw-r--r--test/java/BitVectors.java17
-rw-r--r--test/java/BitVectorsAndArrays.java17
-rw-r--r--test/java/Combination.java17
-rw-r--r--test/java/HelloWorld.java17
-rw-r--r--test/java/LinearArith.java17
5 files changed, 85 insertions, 0 deletions
diff --git a/test/java/BitVectors.java b/test/java/BitVectors.java
index d5020ca69..22dccfefc 100644
--- a/test/java/BitVectors.java
+++ b/test/java/BitVectors.java
@@ -1,3 +1,20 @@
+/********************* */
+/*! \file BitVectors.java
+ ** \verbatim
+ ** Top contributors (to current version):
+ ** Pat Hawks
+ ** This file is part of the CVC4 project.
+ ** Copyright (c) 2009-2018 by the authors listed in the file AUTHORS
+ ** in the top-level source directory) and their institutional affiliations.
+ ** All rights reserved. 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 static org.junit.Assert.assertEquals;
import org.junit.Before;
import org.junit.Test;
diff --git a/test/java/BitVectorsAndArrays.java b/test/java/BitVectorsAndArrays.java
index b66d48b9d..baf9e3b77 100644
--- a/test/java/BitVectorsAndArrays.java
+++ b/test/java/BitVectorsAndArrays.java
@@ -1,3 +1,20 @@
+/********************* */
+/*! \file BitVectorsAndArrays.java
+ ** \verbatim
+ ** Top contributors (to current version):
+ ** Pat Hawks
+ ** This file is part of the CVC4 project.
+ ** Copyright (c) 2009-2018 by the authors listed in the file AUTHORS
+ ** in the top-level source directory) and their institutional affiliations.
+ ** All rights reserved. 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 static org.junit.Assert.assertEquals;
import org.junit.Before;
import org.junit.Test;
diff --git a/test/java/Combination.java b/test/java/Combination.java
index a30c46d09..9034b5714 100644
--- a/test/java/Combination.java
+++ b/test/java/Combination.java
@@ -1,3 +1,20 @@
+/********************* */
+/*! \file Combination.java
+ ** \verbatim
+ ** Top contributors (to current version):
+ ** Pat Hawks
+ ** This file is part of the CVC4 project.
+ ** Copyright (c) 2009-2018 by the authors listed in the file AUTHORS
+ ** in the top-level source directory) and their institutional affiliations.
+ ** All rights reserved. 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 static org.junit.Assert.assertEquals;
import org.junit.Before;
import org.junit.Test;
diff --git a/test/java/HelloWorld.java b/test/java/HelloWorld.java
index 735f947e6..72546e884 100644
--- a/test/java/HelloWorld.java
+++ b/test/java/HelloWorld.java
@@ -1,3 +1,20 @@
+/********************* */
+/*! \file HelloWorld.java
+ ** \verbatim
+ ** Top contributors (to current version):
+ ** Pat Hawks
+ ** This file is part of the CVC4 project.
+ ** Copyright (c) 2009-2018 by the authors listed in the file AUTHORS
+ ** in the top-level source directory) and their institutional affiliations.
+ ** All rights reserved. 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 static org.junit.Assert.assertEquals;
import org.junit.Before;
import org.junit.Test;
diff --git a/test/java/LinearArith.java b/test/java/LinearArith.java
index 9e745b663..3180b318f 100644
--- a/test/java/LinearArith.java
+++ b/test/java/LinearArith.java
@@ -1,3 +1,20 @@
+/********************* */
+/*! \file LinearArith.java
+ ** \verbatim
+ ** Top contributors (to current version):
+ ** Pat Hawks
+ ** This file is part of the CVC4 project.
+ ** Copyright (c) 2009-2018 by the authors listed in the file AUTHORS
+ ** in the top-level source directory) and their institutional affiliations.
+ ** All rights reserved. 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 static org.junit.Assert.assertEquals;
import org.junit.Before;
import org.junit.Test;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback