diff options
| author | martin <martin@NetBSD.org> | 2008-04-28 20:22:51 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2008-04-28 20:22:51 +0000 |
| commit | ce099b40997c43048fb78bd578195f81d2456523 (patch) | |
| tree | 4cb7f9949083eba72144c0329c296fa0853b6a94 /sys/modules/example/example.c | |
| parent | 313a56c04053b9b3ec0de60749106c6fcd5d7ebd (diff) | |
Remove clause 3 and 4 from TNF licenses
Diffstat (limited to 'sys/modules/example/example.c')
| -rw-r--r-- | sys/modules/example/example.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sys/modules/example/example.c b/sys/modules/example/example.c index 923b8fdff57..a7c5bda08cc 100644 --- a/sys/modules/example/example.c +++ b/sys/modules/example/example.c @@ -1,4 +1,4 @@ -/* $NetBSD: example.c,v 1.2 2008/03/02 11:19:30 jmmv Exp $ */ +/* $NetBSD: example.c,v 1.3 2008/04/28 20:24:09 martin Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -12,13 +12,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 @@ -34,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: example.c,v 1.2 2008/03/02 11:19:30 jmmv Exp $"); +__KERNEL_RCSID(0, "$NetBSD: example.c,v 1.3 2008/04/28 20:24:09 martin Exp $"); #include <sys/param.h> #include <sys/kernel.h> |
