26 #if defined (HAVE_CONFIG_H)
37 return "There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or\n\
38 FITNESS FOR A PARTICULAR PURPOSE."
45 return html ? R
"(<a href=")" + url + R"(">)" + url + "</a>" : url;
51 return "Additional information about Octave is available at "
52 +
format_url (html,
"https://www.octave.org") +
".";
58 return "Please contribute if you find this software useful.\n\
59 For more information, visit "
60 +
format_url (html,
"https://www.octave.org/get-involved.html");
66 return "Read " +
format_url (html,
"https://www.octave.org/bugs.html")
67 +
" to learn how to submit bug reports.";
82 (
bool html,
const std::string& extra_info)
84 std::string br = (html ?
"<br>\n" :
"\n");
85 std::string sep = (html ?
"\n</p>\n<p>\n" :
"\n\n");
89 +
"This is free software; see the source code for copying conditions."
93 + R
"(Octave was configured for ")"
100 (bool html,
const std::string& extra_info)
102 std::string sep = (html ?
"\n</p>\n<p>\n" :
"\n\n");
116 + (html ?
"\n</p>" :
"");
126 (html,
" For details, type 'warranty'.");
128 msg += (html ?
"<p>\n" :
"\n");
130 msg +=
"For information about changes from previous versions, type 'news'.";
132 msg += (html ?
"\n</p>" :
"");
std::string octave_name_version_copyright_copying_and_warranty(bool html, const std::string &extra_info)
std::string octave_bugs_statement(bool html)
std::string octave_www_statement(bool html)
std::string octave_name_version_copyright_copying_warranty_and_bugs(bool html, const std::string &extra_info)
static std::string format_url(bool html, const std::string &url)
static std::string octave_warranty_statement(const std::string &extra_info="")
std::string octave_startup_message(bool html)
std::string octave_contrib_statement(bool html)
std::string octave_name_version_and_copyright(void)
#define OCTAVE_CANONICAL_HOST_TYPE