diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-08-27 12:25:40 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-08-27 12:25:40 +0000 |
commit | d34c1dce87dfa74f1f79b07433985721ce2268dd (patch) | |
tree | 51094b893a225535b11f9d33317716da3e53002a /pkgtools/libnbcompat/files/mkstemp.c | |
parent | e5462ca7308976aae7ff1232d7799c57d882cc26 (diff) | |
download | pkgsrc-d34c1dce87dfa74f1f79b07433985721ce2268dd.tar.gz |
Drop advertising clause from UCB licensed code, following changes done in
NetBSD's source files.
Diffstat (limited to 'pkgtools/libnbcompat/files/mkstemp.c')
-rw-r--r-- | pkgtools/libnbcompat/files/mkstemp.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/pkgtools/libnbcompat/files/mkstemp.c b/pkgtools/libnbcompat/files/mkstemp.c index 02dfa62c4ea..885095728ee 100644 --- a/pkgtools/libnbcompat/files/mkstemp.c +++ b/pkgtools/libnbcompat/files/mkstemp.c @@ -1,5 +1,5 @@ -/* $Id: mkstemp.c,v 1.1.1.1 2003/03/31 05:02:56 grant Exp $ */ -/* $NetBSD: mkstemp.c,v 1.1.1.1 2003/03/31 05:02:56 grant Exp $ */ +/* $Id: mkstemp.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ +/* $NetBSD: mkstemp.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */ /* * Copyright (c) 1987, 1993 @@ -13,11 +13,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. * |