summaryrefslogtreecommitdiff
path: root/lib/fnmatch.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-10-20 16:16:39 +0000
committerJim Meyering <jim@meyering.net>1994-10-20 16:16:39 +0000
commit154bd660bbc3bfdde9f4bb43d1942375e8bb324f (patch)
tree42b1dd0158a22cd99ff532c65282f149be108c3e /lib/fnmatch.c
parentadeff820d3380fd5d80599a3962cd13a9269d1d1 (diff)
downloadcoreutils-154bd660bbc3bfdde9f4bb43d1942375e8bb324f.tar.xz
merge with 3.9p
Diffstat (limited to 'lib/fnmatch.c')
-rw-r--r--lib/fnmatch.c24
1 files changed, 13 insertions, 11 deletions
diff --git a/lib/fnmatch.c b/lib/fnmatch.c
index 2fb65b521..813e28168 100644
--- a/lib/fnmatch.c
+++ b/lib/fnmatch.c
@@ -1,19 +1,21 @@
/* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
-This 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.
+NOTE: The canonical source of this file is maintained with the GNU C Library.
+Bugs can be reported to bug-glibc@prep.ai.mit.edu.
-This 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.
+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 Library General Public
-License along with this library; see the file COPYING.LIB. If
-not, write to the Free Software Foundation, Inc., 675 Mass Ave,
-Cambridge, MA 02139, USA. */
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef HAVE_CONFIG_H
#include <config.h>