We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5ecf5 commit bd8aa81Copy full SHA for bd8aa81
src/goto-cc/goto_cc_mode.cpp
@@ -48,10 +48,10 @@ void goto_cc_modet::help()
48
{
49
// clang-format off
50
std::cout << '\n' << banner_string("goto-cc", CBMC_VERSION) << '\n'
51
+ << align_center_with_border("Copyright (C) 2006-2018") << '\n'
52
+ << align_center_with_border("Daniel Kroening, Michael Tautschnig,") << '\n' // NOLINT(*)
53
+ << align_center_with_border("Christoph Wintersteiger") << '\n'
54
<<
- "* * Copyright (C) 2006-2018 * *\n"
- "* * Daniel Kroening, Michael Tautschnig, * *\n"
- "* * Christoph Wintersteiger * *\n"
55
"\n";
56
57
help_mode();
0 commit comments