CVSROOT: /sources/grep Module name: grep Changes by: Karl Berry <karl> 09/01/30 01:46:06
Index: Makefile.am =================================================================== RCS file: /sources/grep/grep/Makefile.am,v retrieving revision 1.19 retrieving revision 1.20 diff -u -b -r1.19 -r1.20 --- Makefile.am 29 Apr 2005 10:37:09 -0000 1.19 +++ Makefile.am 30 Jan 2009 01:46:02 -0000 1.20 @@ -1,4 +1,21 @@ -## Process this file with automake to create Makefile.in +# Process this file with automake to create Makefile.in +# +# Copyright 1997, 1998, 2005, 2006, 2007, 2008, 2009 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 +# the Free Software Foundation; either version 3, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# AUTOMAKE_OPTIONS = no-dependencies SUBDIRS = intl po lib doc src tests m4 vms bootstrap
