CVSROOT: /sources/grep Module name: grep Changes by: Karl Berry <karl> 09/01/30 01:46:06
Index: src/getpagesize.h =================================================================== RCS file: /sources/grep/grep/src/getpagesize.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -b -r1.6 -r1.7 --- src/getpagesize.h 8 Feb 2001 15:56:55 -0000 1.6 +++ src/getpagesize.h 30 Jan 2009 01:46:04 -0000 1.7 @@ -1,4 +1,22 @@ /* Emulate getpagesize on systems that lack it. */ +/* Copyright (C) 1992, 1997, 1998, 1999, 2000, 2001, 2002, 2004, + 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, write to the Free Software + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA + 02110-1301, USA. */ + #ifndef HAVE_GETPAGESIZE
