diff options
| -rw-r--r-- | sys/arch/acorn32/eb7500atx/rsbus.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/arch/acorn32/eb7500atx/rsbus.c b/sys/arch/acorn32/eb7500atx/rsbus.c index e8b75b4238c..e7cc3743ddf 100644 --- a/sys/arch/acorn32/eb7500atx/rsbus.c +++ b/sys/arch/acorn32/eb7500atx/rsbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: rsbus.c,v 1.6 2009/03/14 15:35:58 dsl Exp $ */ +/* $NetBSD: rsbus.c,v 1.7 2009/10/21 16:16:24 rmind Exp $ */ /* * Copyright (c) 2002 @@ -13,12 +13,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 Ichiro FUKUHARA. - * 4. The name of the company nor the name of the author may be used to - * endorse or promote products derived from this software without specific - * prior written permission. * * THIS SOFTWARE IS PROVIDED BY ICHIRO FUKUHARA ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -35,7 +29,7 @@ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rsbus.c,v 1.6 2009/03/14 15:35:58 dsl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rsbus.c,v 1.7 2009/10/21 16:16:24 rmind Exp $"); #include <sys/param.h> #include <sys/systm.h> |
