mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-04 23:43:45 +08:00
(version_etc): Put version info and author names
on the first two lines respectively rather than putting the three lines of copyright info between them.
This commit is contained in:
parent
1fdc84d5a2
commit
2d97b1c61b
@ -35,13 +35,12 @@ version_etc (FILE *stream,
|
||||
const char *version, const char *authors)
|
||||
{
|
||||
fprintf (stream, "%s (%s) %s\n", command_name, package, version);
|
||||
fprintf (stream, _("Written by %s.\n"), authors);
|
||||
fputs (_("\
|
||||
\n\
|
||||
Copyright (C) 1999 Free Software Foundation, Inc.\n\
|
||||
This is free software; see the source for copying conditions. There is NO\n\
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
|
||||
\n\
|
||||
"
|
||||
), stream);
|
||||
fprintf (stream, _("Written by %s.\n"), authors);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user