Module Name: src
Committed By: rmind
Date: Wed Oct 21 16:16:24 UTC 2009
Modified Files:
src/sys/arch/acorn32/eb7500atx: rsbus.c
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/acorn32/eb7500atx/rsbus.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/acorn32/eb7500atx/rsbus.c
diff -u src/sys/arch/acorn32/eb7500atx/rsbus.c:1.6 src/sys/arch/acorn32/eb7500atx/rsbus.c:1.7
--- src/sys/arch/acorn32/eb7500atx/rsbus.c:1.6 Sat Mar 14 15:35:58 2009
+++ src/sys/arch/acorn32/eb7500atx/rsbus.c Wed Oct 21 16:16:24 2009
@@ -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>