Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
6186938b
...
6186938b0fb80e39c9dd3c9feca8f8b0f6b19357
authored
2001-07-06 12:30:33 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
changed startup banner.
1 parent
937341af
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
mail/mail.c
mail/mail.c
View file @
6186938
...
...
@@ -288,11 +288,11 @@ main (int argc, char **argv)
/* Interactive mode */
if
(
!
(
util_find_env
(
"quiet"
))
->
set
)
{
fprintf
(
ofile
,
"%s, Copyright (C) 2001 Free Software Foundation, Inc.
\n
"
"
mail comes with ABSOLUTELY NO WARRANTY; for details type
\n
"
"
'warranty'. This is free software, and you are welcome to
\n
"
"
redistribute it under certain conditions; type 'copying'
\n
"
"
for details
.
\n
"
,
fprintf
(
ofile
,
"
%s, Copyright (C) 2001 Free Software Foundation, Inc.
\n
"
"
mail is free software with ABSOLUTELY NO WARRANTY.
\n
"
"
For details type `warranty'.
\n
"
"
Send bug reports to <bug-mailutils@gnu.org>
.
\n
"
,
argp_program_version
);
}
...
...
Please
register
or
sign in
to post a comment