grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to grep/src/grep.c,v


From: Tony Abou-Assaleh
Subject: Changes to grep/src/grep.c,v
Date: Wed, 10 Oct 2007 04:29:49 +0000

CVSROOT:        /sources/grep
Module name:    grep
Changes by:     Tony Abou-Assaleh <taa> 07/10/10 04:29:48

Index: src/grep.c
===================================================================
RCS file: /sources/grep/grep/src/grep.c,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -b -r1.124 -r1.125
--- src/grep.c  10 Oct 2007 04:03:30 -0000      1.124
+++ src/grep.c  10 Oct 2007 04:29:47 -0000      1.125
@@ -1907,6 +1907,7 @@
 
       case 'H':
        with_filenames = 1;
+       no_filenames = 0;
        break;
 
       case 'I':
@@ -1987,6 +1988,7 @@
        break;
 
       case 'h':
+       with_filenames = 0;
        no_filenames = 1;
        break;
 
@@ -2180,10 +2182,11 @@
     {
       printf ("%s\n\n", PACKAGE_STRING);
       printf (_("\
-Copyright (C) 1988, 1992-2002, 2004, 2005  Free Software Foundation, Inc.\n"));
+Copyright (C) 2007 Free Software Foundation, Inc.\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"));
+License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>\n\
+This is free software: you are free to change and redistribute it.\n\
+There is NO WARRANTY, to the extent permitted by law.\n"));
       printf ("\n");
       exit (0);
     }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]