grep-commit
[Top][All Lists]
Advanced

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

Changes to grep/src/grep.c


From: Stepan Kasal
Subject: Changes to grep/src/grep.c
Date: Mon, 22 Nov 2004 04:56:09 -0500

Index: grep/src/grep.c
diff -u grep/src/grep.c:1.84 grep/src/grep.c:1.85
--- grep/src/grep.c:1.84        Sat Nov 20 16:20:38 2004
+++ grep/src/grep.c     Mon Nov 22 09:53:26 2004
@@ -1,5 +1,5 @@
 /* grep.c - main driver file for grep.
-   Copyright 1992, 1997-1999, 2000 Free Software Foundation, Inc.
+   Copyright 1992, 1997-1999, 2000, 2001, 2002, 2004 Free Software Foundation, 
Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -1692,10 +1692,9 @@
 
   if (show_version)
     {
-      printf (_("%s (GNU grep) %s\n"), matcher, VERSION);
-      printf ("\n");
+      printf ("%s\n\n", PACKAGE_STRING);
       printf (_("\
-Copyright 1988, 1992-1999, 2000, 2001 Free Software Foundation, Inc.\n"));
+Copyright 1988, 1992-1999, 2000, 2001, 2002, 2004 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"));




reply via email to

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