summaryrefslogtreecommitdiff
path: root/test/java
diff options
context:
space:
mode:
Diffstat (limited to 'test/java')
-rw-r--r--test/java/BitVectors.java2
-rw-r--r--test/java/BitVectorsAndArrays.java2
-rw-r--r--test/java/CMakeLists.txt10
-rw-r--r--test/java/Combination.java2
-rw-r--r--test/java/HelloWorld.java2
-rw-r--r--test/java/Issue2846.java6
-rw-r--r--test/java/LinearArith.java2
7 files changed, 18 insertions, 8 deletions
diff --git a/test/java/BitVectors.java b/test/java/BitVectors.java
index 90b5642c3..fa803cb16 100644
--- a/test/java/BitVectors.java
+++ b/test/java/BitVectors.java
@@ -5,7 +5,7 @@
** Pat Hawks, Andres Noetzli, Mathias Preiner
** This file is part of the CVC4 project.
** Copyright (c) 2009-2020 by the authors listed in the file AUTHORS
- ** in the top-level source directory) and their institutional affiliations.
+ ** 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
**
diff --git a/test/java/BitVectorsAndArrays.java b/test/java/BitVectorsAndArrays.java
index c60c49696..b0c757f93 100644
--- a/test/java/BitVectorsAndArrays.java
+++ b/test/java/BitVectorsAndArrays.java
@@ -5,7 +5,7 @@
** Pat Hawks, Andres Noetzli
** This file is part of the CVC4 project.
** Copyright (c) 2009-2020 by the authors listed in the file AUTHORS
- ** in the top-level source directory) and their institutional affiliations.
+ ** 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
**
diff --git a/test/java/CMakeLists.txt b/test/java/CMakeLists.txt
index 213c6ab8e..46aa71421 100644
--- a/test/java/CMakeLists.txt
+++ b/test/java/CMakeLists.txt
@@ -1,3 +1,13 @@
+#####################
+## CMakeLists.txt
+## Top contributors (to current version):
+## Mathias Preiner, Andres Noetzli
+## This file is part of the CVC4 project.
+## Copyright (c) 2009-2020 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.
+##
find_package(Java REQUIRED)
find_package(JUnit 4.0 REQUIRED)
include(UseJava)
diff --git a/test/java/Combination.java b/test/java/Combination.java
index af8982720..bc2740d1c 100644
--- a/test/java/Combination.java
+++ b/test/java/Combination.java
@@ -5,7 +5,7 @@
** Pat Hawks, Andres Noetzli, Andrew Reynolds
** This file is part of the CVC4 project.
** Copyright (c) 2009-2020 by the authors listed in the file AUTHORS
- ** in the top-level source directory) and their institutional affiliations.
+ ** 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
**
diff --git a/test/java/HelloWorld.java b/test/java/HelloWorld.java
index b8ffbd540..a534c68d5 100644
--- a/test/java/HelloWorld.java
+++ b/test/java/HelloWorld.java
@@ -5,7 +5,7 @@
** Pat Hawks, Andres Noetzli
** This file is part of the CVC4 project.
** Copyright (c) 2009-2020 by the authors listed in the file AUTHORS
- ** in the top-level source directory) and their institutional affiliations.
+ ** 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
**
diff --git a/test/java/Issue2846.java b/test/java/Issue2846.java
index b41258c29..d6d924e12 100644
--- a/test/java/Issue2846.java
+++ b/test/java/Issue2846.java
@@ -1,11 +1,11 @@
/********************* */
-/*! \file BitVectorsAndArrays.java
+/*! \file Issue2846.java
** \verbatim
** Top contributors (to current version):
- ** Andres Noetzli
+ ** Andres Noetzli, Morgan Deters
** This file is part of the CVC4 project.
** Copyright (c) 2009-2020 by the authors listed in the file AUTHORS
- ** in the top-level source directory) and their institutional affiliations.
+ ** 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
**
diff --git a/test/java/LinearArith.java b/test/java/LinearArith.java
index c70921ca7..17116c1a4 100644
--- a/test/java/LinearArith.java
+++ b/test/java/LinearArith.java
@@ -5,7 +5,7 @@
** Pat Hawks, Andres Noetzli
** This file is part of the CVC4 project.
** Copyright (c) 2009-2020 by the authors listed in the file AUTHORS
- ** in the top-level source directory) and their institutional affiliations.
+ ** 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
**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback