changed startup banner.
Showing
1 changed file
with
5 additions
and
5 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment