CVSROOT: /sources/grep Module name: grep Changes by: Karl Berry <karl> 09/01/30 01:46:06
Index: vms/config_vms.h =================================================================== RCS file: /sources/grep/grep/vms/config_vms.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- vms/config_vms.h 2 Feb 2000 04:57:04 -0000 1.1 +++ vms/config_vms.h 30 Jan 2009 01:46:06 -0000 1.2 @@ -1,5 +1,23 @@ /* Configuration file for OpenVMS */ +/* 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. */ + #define HAVE_STRING_H 1 #define HAVE_MEMCHAR
