File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -807,18 +807,17 @@ bool goto_analyzer_parse_optionst::process_goto_program(
807807// / display command line help
808808void 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- " * * kroening@kroening.com * *\n "
819+ " * * Daniel Kroening, DiffBlue * *\n "
820+ " * * kroening@kroening.com * *\n "
822821 " \n "
823822 " Usage: Purpose:\n "
824823 " \n "
Original file line number Diff line number Diff line change @@ -817,9 +817,8 @@ bool jbmc_parse_optionst::process_goto_functions(
817817// / display command line help
818818void 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
You can’t perform that action at this time.
0 commit comments