summaryrefslogtreecommitdiff
path: root/src/util/floatingpoint_size.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/floatingpoint_size.h')
-rw-r--r--src/util/floatingpoint_size.h27
1 files changed, 14 insertions, 13 deletions
diff --git a/src/util/floatingpoint_size.h b/src/util/floatingpoint_size.h
index 9322b9f72..e8ce27af8 100644
--- a/src/util/floatingpoint_size.h
+++ b/src/util/floatingpoint_size.h
@@ -1,16 +1,17 @@
-/********************* */
-/*! \file floatingpoint_size.h
- ** \verbatim
- ** Top contributors (to current version):
- ** Aina Niemetz, Martin Brain, Tim King
- ** 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 The class representing a floating-point format.
- **/
+/******************************************************************************
+ * Top contributors (to current version):
+ * Aina Niemetz, Martin Brain, 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.
+ * ****************************************************************************
+ *
+ * The class representing a floating-point format.
+ */
#include "cvc4_public.h"
#ifndef CVC5__FLOATINGPOINT_SIZE_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback