diff options
Diffstat (limited to 'pkgtools/libnbcompat/files/glob.c')
-rw-r--r-- | pkgtools/libnbcompat/files/glob.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/pkgtools/libnbcompat/files/glob.c b/pkgtools/libnbcompat/files/glob.c index 72233d59335..6d0270a1c43 100644 --- a/pkgtools/libnbcompat/files/glob.c +++ b/pkgtools/libnbcompat/files/glob.c @@ -1,5 +1,5 @@ -/* $Id: glob.c,v 1.1.1.1 2003/03/31 05:02:48 grant Exp $ */ -/* $NetBSD: glob.c,v 1.1.1.1 2003/03/31 05:02:48 grant Exp $ */ +/* $Id: glob.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ +/* $NetBSD: glob.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ /* * Copyright (c) 1989, 1993 @@ -16,11 +16,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * |