summaryrefslogtreecommitdiff
path: root/src/lib/ffs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffs.c')
-rw-r--r--src/lib/ffs.c29
1 files changed, 14 insertions, 15 deletions
diff --git a/src/lib/ffs.c b/src/lib/ffs.c
index 53221efd7..78aed12eb 100644
--- a/src/lib/ffs.c
+++ b/src/lib/ffs.c
@@ -1,18 +1,17 @@
-/********************* */
-/*! \file ffs.c
- ** \verbatim
- ** Top contributors (to current version):
- ** Morgan Deters, 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 Replacement for ffs() for systems without it (like Win32)
- **
- ** Replacement for ffs() for systems without it (like Win32).
- **/
+/******************************************************************************
+ * Top contributors (to current version):
+ * Morgan Deters, Andres Noetzli
+ *
+ * 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.
+ * ****************************************************************************
+ *
+ * Replacement for ffs() for systems without it (like Win32).
+ */
#include "cvc4_private.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback