diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2008-06-27 06:03:09 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2008-06-27 06:03:09 +0000 |
commit | 73b469f4242268442dc72d0a3119b458d8ac7d54 (patch) | |
tree | 5423e11452dfa4a085202da31c2e074e4124a645 /sys/arch/landisk | |
parent | f3d6c91b5ad06e804a168b38d33011bb5ab6e1ee (diff) |
More removal of clauses 3 and 4 from NetBSD licenses.
OK deraadt@ and millert@
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r-- | sys/arch/landisk/dev/rs5c313.c | 6 | ||||
-rw-r--r-- | sys/arch/landisk/dev/rs5c313reg.h | 6 | ||||
-rw-r--r-- | sys/arch/landisk/landisk/clock_machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/landisk/stand/boot/scifcons.c | 9 |
4 files changed, 3 insertions, 22 deletions
diff --git a/sys/arch/landisk/dev/rs5c313.c b/sys/arch/landisk/dev/rs5c313.c index 949bd36239a..8ffaec234b6 100644 --- a/sys/arch/landisk/dev/rs5c313.c +++ b/sys/arch/landisk/dev/rs5c313.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rs5c313.c,v 1.2 2006/10/23 20:26:25 miod Exp $ */ +/* $OpenBSD: rs5c313.c,v 1.3 2008/06/27 06:03:08 ray Exp $ */ /* $NetBSD: rs5c313.c,v 1.1 2006/09/07 01:12:00 uwe Exp $ */ /* $NetBSD: rs5c313_landisk.c,v 1.1 2006/09/07 01:55:03 uwe Exp $ */ @@ -14,10 +14,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. * * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/sys/arch/landisk/dev/rs5c313reg.h b/sys/arch/landisk/dev/rs5c313reg.h index cbc33273066..64309c548b1 100644 --- a/sys/arch/landisk/dev/rs5c313reg.h +++ b/sys/arch/landisk/dev/rs5c313reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rs5c313reg.h,v 1.1 2006/10/06 22:30:26 mickey Exp $ */ +/* $OpenBSD: rs5c313reg.h,v 1.2 2008/06/27 06:03:08 ray Exp $ */ /* $NetBSD: rs5c313reg.h,v 1.1 2006/09/07 01:12:00 uwe Exp $ */ /*- @@ -13,10 +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 the NetBSD - * Foundation, Inc. and its contributors. * * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/sys/arch/landisk/landisk/clock_machdep.c b/sys/arch/landisk/landisk/clock_machdep.c index 6aae39d47f3..f400b00a5a3 100644 --- a/sys/arch/landisk/landisk/clock_machdep.c +++ b/sys/arch/landisk/landisk/clock_machdep.c @@ -12,10 +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. * * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/sys/arch/landisk/stand/boot/scifcons.c b/sys/arch/landisk/stand/boot/scifcons.c index 8d4db30a973..d2ef9517f7e 100644 --- a/sys/arch/landisk/stand/boot/scifcons.c +++ b/sys/arch/landisk/stand/boot/scifcons.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scifcons.c,v 1.2 2006/10/10 05:26:54 miod Exp $ */ +/* $OpenBSD: scifcons.c,v 1.3 2008/06/27 06:03:08 ray Exp $ */ /* $NetBSD: scifcons.c,v 1.1 2006/09/01 21:26:18 uwe Exp $ */ /* NetBSD: scif.c,v 1.38 2004/12/13 02:14:13 chs Exp */ @@ -42,13 +42,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 |