diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2001-12-03 14:05:54 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2001-12-03 14:05:54 +0000 |
commit | 39ac13e2120e473ef5e0c35dce345e5a73b14d17 (patch) | |
tree | 19404eb0ce4bec6b10d728592b0c1d45e8891917 /lib/posix/regex.h | |
parent | 0ac2866bd3c157a355a3aa1bd82cfef8f38a2b9b (diff) | |
download | diffutils-39ac13e2120e473ef5e0c35dce345e5a73b14d17.tar.gz |
Fix copyright notice.
Diffstat (limited to 'lib/posix/regex.h')
-rw-r--r-- | lib/posix/regex.h | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/lib/posix/regex.h b/lib/posix/regex.h index 63c2fef..1e2efd9 100644 --- a/lib/posix/regex.h +++ b/lib/posix/regex.h @@ -2,23 +2,19 @@ expression library, version 0.12. Copyright (C) 1985,1989-1993,1995-1998, 2000 Free Software Foundation, Inc. - This file is part of the GNU C Library. Its master source is NOT part of - the C library, however. The master source lives in /gd/gnu/lib. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, + 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 2, 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 - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with the GNU C Library; see the file COPYING.LIB. If not, - write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef _REGEX_H #define _REGEX_H 1 |