summaryrefslogtreecommitdiff
path: root/src/main/command_executor_portfolio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/command_executor_portfolio.h')
-rw-r--r--src/main/command_executor_portfolio.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/command_executor_portfolio.h b/src/main/command_executor_portfolio.h
index fe4d35640..ef3329ef5 100644
--- a/src/main/command_executor_portfolio.h
+++ b/src/main/command_executor_portfolio.h
@@ -2,9 +2,9 @@
/*! \file command_executor_portfolio.h
** \verbatim
** Top contributors (to current version):
- ** Kshitij Bansal, Morgan Deters, Tim King
+ ** Kshitij Bansal, Morgan Deters, Aina Niemetz
** This file is part of the CVC4 project.
- ** Copyright (c) 2009-2018 by the authors listed in the file AUTHORS
+ ** Copyright (c) 2009-2019 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
@@ -15,8 +15,8 @@
** threads.
**/
-#ifndef __CVC4__MAIN__COMMAND_EXECUTOR_PORTFOLIO_H
-#define __CVC4__MAIN__COMMAND_EXECUTOR_PORTFOLIO_H
+#ifndef CVC4__MAIN__COMMAND_EXECUTOR_PORTFOLIO_H
+#define CVC4__MAIN__COMMAND_EXECUTOR_PORTFOLIO_H
#include "main/command_executor.h"
#include "main/portfolio_util.h"
@@ -82,4 +82,4 @@ private:
}/* CVC4::main namespace */
}/* CVC4 namespace */
-#endif /* __CVC4__MAIN__COMMAND_EXECUTOR_PORTFOLIO_H */
+#endif /* CVC4__MAIN__COMMAND_EXECUTOR_PORTFOLIO_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback