diff options
| author | rmind <rmind@NetBSD.org> | 2009-10-21 16:16:24 +0000 |
|---|---|---|
| committer | rmind <rmind@NetBSD.org> | 2009-10-21 16:16:24 +0000 |
| commit | d4b6de6fb5fd3b709474ca00fc3c331df4073fc2 (patch) | |
| tree | 9bc843b2eb4d2b1f52a2ba22f59ec04c4bb0e086 | |
| parent | 5455170368e470cdbda6b4f101b6f3f00149c0ee (diff) | |
Drop 3rd and 4th clauses from Ichiro FUKUHARA's license.
Reviewed and approved by ichiro@ (copyright holder).
(this single file was missed in previous commit)
| -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> |
