public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/autopar_devel] gcov*: collapse lisence header to 2 lines in --version.
@ 2020-08-22 22:44 Giuliano Belinassi
  0 siblings, 0 replies; only message in thread
From: Giuliano Belinassi @ 2020-08-22 22:44 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ef7303162744a4b02cb1d4a8f76cbfc898e8147c

commit ef7303162744a4b02cb1d4a8f76cbfc898e8147c
Author: Martin Liska <mliska@suse.cz>
Date:   Wed Jun 17 10:53:44 2020 +0200

    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.

Diff:
---
 gcc/gcov-dump.c | 5 ++---
 gcc/gcov-tool.c | 5 ++---
 gcc/gcov.c      | 5 ++---
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/gcc/gcov-dump.c b/gcc/gcov-dump.c
index ffb71ca4b68..cfa771e4a25 100644
--- a/gcc/gcov-dump.c
+++ b/gcc/gcov-dump.c
@@ -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
diff --git a/gcc/gcov-tool.c b/gcc/gcov-tool.c
index f8f1cb5d29b..fca0178b4d5 100644
--- a/gcc/gcov-tool.c
+++ b/gcc/gcov-tool.c
@@ -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);
 }
 
diff --git a/gcc/gcov.c b/gcc/gcov.c
index 488847231c2..ef93758b26f 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);
 }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-22 22:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-22 22:44 [gcc/devel/autopar_devel] gcov*: collapse lisence header to 2 lines in --version Giuliano Belinassi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).