diff options
| author | Xin LI <delphij@FreeBSD.org> | 2008-09-03 18:53:48 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2008-09-03 18:53:48 +0000 |
| commit | e08d55674dfd8e4798c867ad81c699166a305580 (patch) | |
| tree | 648d337d842468ca8082ad2f78339ffc88e0ea61 /sys/fs/tmpfs/tmpfs_subr.c | |
| parent | 9014c9053789334498dee47f23c0dfc2d20a8ab6 (diff) | |
Notes
Diffstat (limited to 'sys/fs/tmpfs/tmpfs_subr.c')
| -rw-r--r-- | sys/fs/tmpfs/tmpfs_subr.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/fs/tmpfs/tmpfs_subr.c b/sys/fs/tmpfs/tmpfs_subr.c index 0c537c4a493a..f5eea184dde7 100644 --- a/sys/fs/tmpfs/tmpfs_subr.c +++ b/sys/fs/tmpfs/tmpfs_subr.c @@ -1,6 +1,6 @@ /* $NetBSD: tmpfs_subr.c,v 1.35 2007/07/09 21:10:50 ad Exp $ */ -/* +/*- * Copyright (c) 2005 The NetBSD Foundation, Inc. * All rights reserved. * @@ -16,13 +16,6 @@ * 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 NetBSD - * Foundation, Inc. and its contributors. - * 4. Neither the name of The NetBSD Foundation nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
