summaryrefslogtreecommitdiff
path: root/src/expr/node_builder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/node_builder.cpp')
-rw-r--r--src/expr/node_builder.cpp27
1 files changed, 14 insertions, 13 deletions
diff --git a/src/expr/node_builder.cpp b/src/expr/node_builder.cpp
index 307c3aaf8..042e4442d 100644
--- a/src/expr/node_builder.cpp
+++ b/src/expr/node_builder.cpp
@@ -1,16 +1,17 @@
-/********************* */
-/*! \file node_builder.cpp
- ** \verbatim
- ** Top contributors (to current version):
- ** Andres Noetzli
- ** 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 A builder interface for Nodes.
- **/
+/******************************************************************************
+ * Top contributors (to current version):
+ * Andres Noetzli, Morgan Deters, 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.
+ * ****************************************************************************
+ *
+ * A builder interface for Nodes.
+ */
#include "expr/node_builder.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback