mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 07:50:29 +08:00
gcov*: collapse lisence header to 2 lines in --version.
gcc/ChangeLog: * gcov-dump.c (print_version): Collapse lisence header to 2 lines in --version. * gcov-tool.c (print_version): Likewise. * gcov.c (print_version): Likewise.
This commit is contained in:
parent
48b6386f5d
commit
8ad4fc26dc
@ -144,9 +144,8 @@ print_version (void)
|
||||
{
|
||||
printf ("gcov-dump %s%s\n", pkgversion_string, version_string);
|
||||
printf ("Copyright (C) 2020 Free Software Foundation, Inc.\n");
|
||||
printf ("This is free software; see the source for copying conditions.\n"
|
||||
"There is NO warranty; not even for MERCHANTABILITY or \n"
|
||||
"FITNESS FOR A PARTICULAR PURPOSE.\n\n");
|
||||
printf ("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");
|
||||
}
|
||||
|
||||
static void
|
||||
|
@ -528,9 +528,8 @@ print_version (void)
|
||||
fnotice (stdout, "Copyright %s 2020 Free Software Foundation, Inc.\n",
|
||||
_("(C)"));
|
||||
fnotice (stdout,
|
||||
_("This is free software; see the source for copying conditions.\n"
|
||||
"There is NO warranty; not even for MERCHANTABILITY or \n"
|
||||
"FITNESS FOR A PARTICULAR PURPOSE.\n\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"));
|
||||
exit (SUCCESS_EXIT_CODE);
|
||||
}
|
||||
|
||||
|
@ -929,9 +929,8 @@ print_version (void)
|
||||
fprintf (stdout, "Copyright %s 2020 Free Software Foundation, Inc.\n",
|
||||
_("(C)"));
|
||||
fnotice (stdout,
|
||||
_("This is free software; see the source for copying conditions.\n"
|
||||
"There is NO warranty; not even for MERCHANTABILITY or \n"
|
||||
"FITNESS FOR A PARTICULAR PURPOSE.\n\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"));
|
||||
exit (SUCCESS_EXIT_CODE);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user