35 return "There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or\n\
36 FITNESS FOR A PARTICULAR PURPOSE."
43 return html ?
"<a href=\"" + url +
"\">" + url +
"</a>" : url;
49 return "Additional information about Octave is available at "
56 return "Please contribute if you find this software useful.\n\
57 For more information, visit "
58 +
format_url (html,
"http://www.octave.org/get-involved.html");
64 return "Read " +
format_url (html,
"http://www.octave.org/bugs.html")
65 +
" to learn how to submit bug reports.";
80 (
bool html,
const std::string& extra_info)
82 std::string br = html ?
"<br>\n" :
"\n";
83 std::string sep = html ?
"\n</p>\n<p>\n" :
"\n\n";
87 +
"This is free software; see the source code for copying conditions."
96 (
bool html,
const std::string& extra_info)
98 std::string sep = html ?
"\n</p>\n<p>\n" :
"\n\n";
112 + (html ?
"\n</p>" :
"");
122 (html,
" For details, type 'warranty'.");
124 msg += (html ?
"<p>\n" :
"\n");
126 msg +=
"For information about changes from previous versions, type 'news'.";
128 msg += (html ?
"\n</p>" :
"");
std::string octave_startup_message(bool html)
static std::string format_url(bool html, const std::string &url)
#define OCTAVE_CANONICAL_HOST_TYPE
static std::string octave_warranty_statement(const std::string &extra_info=std::string())
std::string octave_bugs_statement(bool html)
std::string octave_www_statement(bool html)
std::string octave_contrib_statement(bool html)
std::string octave_name_version_copyright_copying_warranty_and_bugs(bool html, const std::string &extra_info)
std::string octave_name_version_and_copyright(void)
std::string octave_name_version_copyright_copying_and_warranty(bool html, const std::string &extra_info)