aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov.c
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2020-06-17 10:53:44 +0200
committerGiuliano Belinassi <giuliano.belinassi@usp.br>2020-08-17 13:13:34 -0300
commitef7303162744a4b02cb1d4a8f76cbfc898e8147c (patch)
tree7f0760ff3cfac2c75c7b4758d75c7f41611dd48b /gcc/gcov.c
parent52213be968dea2f193508f9d288e67c04645dc5b (diff)
downloadgcc-ef7303162744a4b02cb1d4a8f76cbfc898e8147c.zip
gcc-ef7303162744a4b02cb1d4a8f76cbfc898e8147c.tar.gz
gcc-ef7303162744a4b02cb1d4a8f76cbfc898e8147c.tar.bz2
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.
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r--gcc/gcov.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/gcov.c b/gcc/gcov.c
index 4888472..ef93758 100644
--- a/gcc/gcov.c
+++ b/gcc/gcov.c
@@ -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);
}