summaryrefslogtreecommitdiff
path: root/src/theory/arith/proof_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/proof_macros.h')
-rw-r--r--src/theory/arith/proof_macros.h29
1 files changed, 15 insertions, 14 deletions
diff --git a/src/theory/arith/proof_macros.h b/src/theory/arith/proof_macros.h
index 32a31b157..168ebfba6 100644
--- a/src/theory/arith/proof_macros.h
+++ b/src/theory/arith/proof_macros.h
@@ -1,17 +1,18 @@
-/********************* */
-/*! \file proof_macros.h
- ** \verbatim
- ** Top contributors (to current version):
- ** Alex Ozdemir, Andrew Reynolds
- ** 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 Macros which run code when the old or new proof system is enabled,
- ** or unsat cores are enabled.
- **/
+/******************************************************************************
+ * Top contributors (to current version):
+ * Alex Ozdemir, Aina Niemetz
+ *
+ * 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.
+ * ****************************************************************************
+ *
+ * Macros which run code when the old or new proof system is enabled,
+ * or unsat cores are enabled.
+ */
#include "cvc4_private.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback