Skip to content

Commit 81d2ea4

Browse files
author
Matthias Güdemann
committed
Update copyright in help output for {CJ}BM and goto-analyzer
1 parent ce600d9 commit 81d2ea4

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

src/cbmc/cbmc_parse_options.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ void cbmc_parse_optionst::help()
849849
// clang-format off
850850
std::cout <<
851851
"\n"
852-
"* * CBMC " CBMC_VERSION " - Copyright (C) 2001-2017 ";
852+
"* * CBMC " CBMC_VERSION " - Copyright (C) 2001-2018 ";
853853

854854
std::cout << "(" << (sizeof(void *)*8) << "-bit version)";
855855

src/goto-analyzer/goto_analyzer_parse_options.cpp

+4-5
Original file line numberDiff line numberDiff line change
@@ -807,18 +807,17 @@ bool goto_analyzer_parse_optionst::process_goto_program(
807807
/// display command line help
808808
void goto_analyzer_parse_optionst::help()
809809
{
810-
std::cout <<
811-
"\n"
812-
"* * GOTO-ANALYZER " CBMC_VERSION " - Copyright (C) 2017 ";
810+
std::cout << "\n"
811+
"* * GOTO-ANALYZER " CBMC_VERSION " - Copyright (C) 2017-2018 ";
813812

814813
std::cout << "(" << (sizeof(void *)*8) << "-bit version)";
815814

816815
std::cout << " * *\n";
817816

818817
// clang-format off
819818
std::cout <<
820-
"* * Daniel Kroening, DiffBlue * *\n"
821-
"* * [email protected] * *\n"
819+
"* * Daniel Kroening, DiffBlue * *\n"
820+
"* * [email protected] * *\n"
822821
"\n"
823822
"Usage: Purpose:\n"
824823
"\n"

src/jbmc/jbmc_parse_options.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -817,9 +817,8 @@ bool jbmc_parse_optionst::process_goto_functions(
817817
/// display command line help
818818
void jbmc_parse_optionst::help()
819819
{
820-
std::cout <<
821-
"\n"
822-
"* * JBMC " CBMC_VERSION " - Copyright (C) 2001-2017 ";
820+
std::cout << "\n"
821+
"* * JBMC " CBMC_VERSION " - Copyright (C) 2001-2018 ";
823822

824823
std::cout << "(" << (sizeof(void *)*8) << "-bit version)";
825824

0 commit comments

Comments
 (0)