[Top][All Lists]
[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: |
Thu, 14 Feb 2008 04:03:40 +0000 |
CVSROOT: /sources/grep
Module name: grep
Changes by: Tony Abou-Assaleh <taa> 08/02/14 04:03:39
Index: src/grep.c
===================================================================
RCS file: /sources/grep/grep/src/grep.c,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -b -r1.126 -r1.127
--- src/grep.c 10 Feb 2008 03:48:16 -0000 1.126
+++ src/grep.c 14 Feb 2008 04:03:39 -0000 1.127
@@ -1,6 +1,6 @@
/* grep.c - main driver file for grep.
Copyright (C) 1992, 1997, 1998, 1999, 2000, 2001, 2002, 2004,
- 2005 Free Software Foundation, Inc.
+ 2005, 2006, 2007, 2008 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
@@ -2182,11 +2182,11 @@
{
printf ("%s\n\n", PACKAGE_STRING);
printf (_("\
-Copyright (C) 2008 Free Software Foundation, Inc.\n"));
- printf (_("\
+Copyright (C) %s Free Software Foundation, Inc.\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"));
+There is NO WARRANTY, to the extent permitted by law.\n"),
+ "2008");
printf ("\n");
exit (0);
}