summaryrefslogtreecommitdiff
path: root/test/java/BitVectors.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/java/BitVectors.java')
-rw-r--r--test/java/BitVectors.java33
1 files changed, 17 insertions, 16 deletions
diff --git a/test/java/BitVectors.java b/test/java/BitVectors.java
index 45f4fef0e..3f3d7f5c9 100644
--- a/test/java/BitVectors.java
+++ b/test/java/BitVectors.java
@@ -1,19 +1,20 @@
-/********************* */
-/*! \file BitVectors.java
- ** \verbatim
- ** Top contributors (to current version):
- ** Pat Hawks, Andres Noetzli, Mathias Preiner
- ** This file is part of the CVC4 project.
- ** Copyright (c) 2009-2021 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
- **/
+/******************************************************************************
+ * Top contributors (to current version):
+ * Pat Hawks, Andres Noetzli, Mathias Preiner
+ *
+ * This file is part of the cvc5 project.
+ *
+ * Copyright (c) 2009-2021 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.
+ * ****************************************************************************
+ *
+ * [[ Add one-line brief description here ]]
+ *
+ * [[ Add lengthier description here ]]
+ * \todo document this file
+ */
import static org.junit.Assert.assertEquals;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback