/[grep]/grep/src/grep.c
ViewVC logotype

Diff of /grep/src/grep.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.84 by kasal, Sat Nov 20 16:20:38 2004 UTC revision 1.85 by kasal, Mon Nov 22 09:53:26 2004 UTC
# Line 1  Line 1 
1  /* grep.c - main driver file for grep.  /* grep.c - main driver file for grep.
2     Copyright 1992, 1997-1999, 2000 Free Software Foundation, Inc.     Copyright 1992, 1997-1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
3    
4     This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
5     it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
# Line 1692  main (int argc, char **argv) Line 1692  main (int argc, char **argv)
1692    
1693    if (show_version)    if (show_version)
1694      {      {
1695        printf (_("%s (GNU grep) %s\n"), matcher, VERSION);        printf ("%s\n\n", PACKAGE_STRING);
       printf ("\n");  
1696        printf (_("\        printf (_("\
1697  Copyright 1988, 1992-1999, 2000, 2001 Free Software Foundation, Inc.\n"));  Copyright 1988, 1992-1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.\n"));
1698        printf (_("\        printf (_("\
1699  This is free software; see the source for copying conditions. There is NO\n\  This is free software; see the source for copying conditions. There is NO\n\
1700  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"));  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"));

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26