summaryrefslogtreecommitdiff
path: root/src/base/configuration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/configuration.cpp')
-rw-r--r--src/base/configuration.cpp32
1 files changed, 15 insertions, 17 deletions
diff --git a/src/base/configuration.cpp b/src/base/configuration.cpp
index 74bcdc57f..dc0cc2ffb 100644
--- a/src/base/configuration.cpp
+++ b/src/base/configuration.cpp
@@ -1,20 +1,18 @@
-/********************* */
-/*! \file configuration.cpp
- ** \verbatim
- ** Top contributors (to current version):
- ** Morgan Deters, Aina Niemetz, 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 Implementation of Configuration class, which provides compile-time
- ** configuration information about the CVC4 library
- **
- ** Implementation of Configuration class, which provides compile-time
- ** configuration information about the CVC4 library.
- **/
+/******************************************************************************
+ * Top contributors (to current version):
+ * Morgan Deters, Aina Niemetz, 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.
+ * ****************************************************************************
+ *
+ * Implementation of Configuration class, which provides compile-time
+ * configuration information about the CVC4 library.
+ */
#include "base/configuration.h"
#include <stdlib.h>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback