Commit 6186938b 6186938b0fb80e39c9dd3c9feca8f8b0f6b19357 by Sergey Poznyakoff

changed startup banner.

1 parent 937341af
...@@ -288,11 +288,11 @@ main (int argc, char **argv) ...@@ -288,11 +288,11 @@ main (int argc, char **argv)
288 /* Interactive mode */ 288 /* Interactive mode */
289 if (!(util_find_env("quiet"))->set) 289 if (!(util_find_env("quiet"))->set)
290 { 290 {
291 fprintf (ofile, "%s, Copyright (C) 2001 Free Software Foundation, Inc.\n" 291 fprintf (ofile,
292 "mail comes with ABSOLUTELY NO WARRANTY; for details type\n" 292 "%s, Copyright (C) 2001 Free Software Foundation, Inc.\n"
293 "'warranty'. This is free software, and you are welcome to\n" 293 "mail is free software with ABSOLUTELY NO WARRANTY.\n"
294 "redistribute it under certain conditions; type 'copying'\n" 294 "For details type `warranty'.\n"
295 "for details.\n", 295 "Send bug reports to <bug-mailutils@gnu.org>.\n",
296 argp_program_version); 296 argp_program_version);
297 } 297 }
298 298
......