diff options
| author | mrg <mrg@NetBSD.org> | 2008-05-29 14:51:25 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2008-05-29 14:51:25 +0000 |
| commit | c2b95373bf0fdf612ee0f8b5f5711bbc8c3d8b87 (patch) | |
| tree | 3f509d3a49beabdcb23c63b7458b54893227002f | |
| parent | 8578fbdffab16904746503aeff93f21bfae45a9c (diff) | |
remove clause #3 from my license where there are no other
copyright holders involved.
101 files changed, 163 insertions, 366 deletions
diff --git a/distrib/utils/sysinst/disks_lfs.c b/distrib/utils/sysinst/disks_lfs.c index f669d9b3a84..ea50660eb00 100644 --- a/distrib/utils/sysinst/disks_lfs.c +++ b/distrib/utils/sysinst/disks_lfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: disks_lfs.c,v 1.2 2006/04/24 19:00:30 snj Exp $ */ +/* $NetBSD: disks_lfs.c,v 1.3 2008/05/29 14:51:25 mrg Exp $ */ /* * Copyright (c) 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/games/countmail/countmail.6 b/games/countmail/countmail.6 index 25450b62b72..03ccb12d93b 100644 --- a/games/countmail/countmail.6 +++ b/games/countmail/countmail.6 @@ -1,4 +1,4 @@ -.\" $NetBSD: countmail.6,v 1.11 2005/09/15 02:09:41 wiz Exp $ +.\" $NetBSD: countmail.6,v 1.12 2008/05/29 14:51:25 mrg Exp $ .\" .\" Copyright (c) 1997 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,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. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/lib/csu/sparc_elf/dot_init.h b/lib/csu/sparc_elf/dot_init.h index 3299e9e1d04..6af62bb73e4 100644 --- a/lib/csu/sparc_elf/dot_init.h +++ b/lib/csu/sparc_elf/dot_init.h @@ -1,7 +1,7 @@ -/* $NetBSD: dot_init.h,v 1.8 2008/05/10 15:31:04 martin Exp $ */ +/* $NetBSD: dot_init.h,v 1.9 2008/05/29 14:51:25 mrg Exp $ */ -/*- - * Copyright (c) 2001 Matthew Green +/* + * Copyright (c) 2001 Matthew R. Green * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -12,21 +12,18 @@ * 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. 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 - * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS - * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - * POSSIBILITY OF SUCH DAMAGE. + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED + * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. */ /*- diff --git a/lib/libc/include/pathnames.h b/lib/libc/include/pathnames.h index b46cbd7645f..5705c683893 100644 --- a/lib/libc/include/pathnames.h +++ b/lib/libc/include/pathnames.h @@ -1,4 +1,4 @@ -/* $NetBSD: pathnames.h,v 1.5 2004/08/20 04:44:11 dogcow Exp $ */ +/* $NetBSD: pathnames.h,v 1.6 2008/05/29 14:51:25 mrg Exp $ */ /* * Copyright (c) 1997 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/lib/libc/sys/swapctl.2 b/lib/libc/sys/swapctl.2 index 48419099090..a1976489f05 100644 --- a/lib/libc/sys/swapctl.2 +++ b/lib/libc/sys/swapctl.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: swapctl.2,v 1.33 2008/02/13 11:10:31 rillig Exp $ +.\" $NetBSD: swapctl.2,v 1.34 2008/05/29 14:51:25 mrg Exp $ .\" .\" Copyright (c) 1997 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,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. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/lib/libc/sys/swapon.c b/lib/libc/sys/swapon.c index 7551e57541e..a624409089a 100644 --- a/lib/libc/sys/swapon.c +++ b/lib/libc/sys/swapon.c @@ -1,4 +1,4 @@ -/* $NetBSD: swapon.c,v 1.9 2005/06/12 05:21:28 lukem Exp $ */ +/* $NetBSD: swapon.c,v 1.10 2008/05/29 14:51:25 mrg Exp $ */ /* * Copyright (c) 1997 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -30,7 +28,7 @@ #include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: swapon.c,v 1.9 2005/06/12 05:21:28 lukem Exp $"); +__RCSID("$NetBSD: swapon.c,v 1.10 2008/05/29 14:51:25 mrg Exp $"); #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/librmt/pathnames.h b/lib/librmt/pathnames.h index 02878229742..ec175786328 100644 --- a/lib/librmt/pathnames.h +++ b/lib/librmt/pathnames.h @@ -1,4 +1,4 @@ -/* $NetBSD: pathnames.h,v 1.1 1998/03/08 23:36:46 mrg Exp $ */ +/* $NetBSD: pathnames.h,v 1.2 2008/05/29 14:51:25 mrg Exp $ */ /* * Copyright (c) 1998 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/lib/libwrap/libwrap2netbsd b/lib/libwrap/libwrap2netbsd index d41878136af..1364cbca80e 100755 --- a/lib/libwrap/libwrap2netbsd +++ b/lib/libwrap/libwrap2netbsd @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: libwrap2netbsd,v 1.5 2003/10/13 14:22:20 agc Exp $ +# $NetBSD: libwrap2netbsd,v 1.6 2008/05/29 14:51:25 mrg Exp $ # # Copyright (c) 1996 Matthew R. Green # All rights reserved. @@ -13,8 +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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/libexec/getNAME/getNAME.8 b/libexec/getNAME/getNAME.8 index ca6f9def316..79d401a34a2 100644 --- a/libexec/getNAME/getNAME.8 +++ b/libexec/getNAME/getNAME.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: getNAME.8,v 1.11 2003/02/25 10:34:49 wiz Exp $ +.\" $NetBSD: getNAME.8,v 1.12 2008/05/29 14:51:25 mrg Exp $ .\" .\" Copyright (c) 1997 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,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. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sbin/rcorder/rcorder.c b/sbin/rcorder/rcorder.c index ca850451c38..605e04bc603 100644 --- a/sbin/rcorder/rcorder.c +++ b/sbin/rcorder/rcorder.c @@ -1,4 +1,4 @@ -/* $NetBSD: rcorder.c,v 1.14 2006/08/26 18:14:29 christos Exp $ */ +/* $NetBSD: rcorder.c,v 1.15 2008/05/29 14:51:25 mrg Exp $ */ /* * Copyright (c) 1998, 1999 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sbin/swapctl/swapctl.8 b/sbin/swapctl/swapctl.8 index 86ef34d3c6b..45e37561b3c 100644 --- a/sbin/swapctl/swapctl.8 +++ b/sbin/swapctl/swapctl.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: swapctl.8,v 1.39 2007/08/02 18:53:46 he Exp $ +.\" $NetBSD: swapctl.8,v 1.40 2008/05/29 14:51:25 mrg Exp $ .\" .\" Copyright (c) 1997 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,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. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sbin/swapctl/swapctl.c b/sbin/swapctl/swapctl.c index 042fe2cf2c1..b74738d28b2 100644 --- a/sbin/swapctl/swapctl.c +++ b/sbin/swapctl/swapctl.c @@ -1,4 +1,4 @@ -/* $NetBSD: swapctl.c,v 1.32 2006/08/27 21:07:39 martin Exp $ */ +/* $NetBSD: swapctl.c,v 1.33 2008/05/29 14:51:25 mrg Exp $ */ /* * Copyright (c) 1996, 1997, 1999 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -66,7 +64,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: swapctl.c,v 1.32 2006/08/27 21:07:39 martin Exp $"); +__RCSID("$NetBSD: swapctl.c,v 1.33 2008/05/29 14:51:25 mrg Exp $"); #endif diff --git a/sbin/swapctl/swapctl.h b/sbin/swapctl/swapctl.h index 7bb110f5363..188a4bfb640 100644 --- a/sbin/swapctl/swapctl.h +++ b/sbin/swapctl/swapctl.h @@ -1,4 +1,4 @@ -/* $NetBSD: swapctl.h,v 1.5 2006/08/22 14:08:36 martin Exp $ */ +/* $NetBSD: swapctl.h,v 1.6 2008/05/29 14:51:25 mrg Exp $ */ /* * Copyright (c) 1997 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sbin/swapctl/swaplist.c b/sbin/swapctl/swaplist.c index 79699c97bf4..23c8e82670e 100644 --- a/sbin/swapctl/swaplist.c +++ b/sbin/swapctl/swaplist.c @@ -1,4 +1,4 @@ -/* $NetBSD: swaplist.c,v 1.14 2006/08/22 14:08:36 martin Exp $ */ +/* $NetBSD: swaplist.c,v 1.15 2008/05/29 14:51:25 mrg Exp $ */ /* * Copyright (c) 1997 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -30,7 +28,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: swaplist.c,v 1.14 2006/08/22 14:08:36 martin Exp $"); +__RCSID("$NetBSD: swaplist.c,v 1.15 2008/05/29 14:51:25 mrg Exp $"); #endif diff --git a/share/man/man4/ebus.4 b/share/man/man4/ebus.4 index 503170459da..20fa8753b96 100644 --- a/share/man/man4/ebus.4 +++ b/share/man/man4/ebus.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: ebus.4,v 1.5 2003/05/06 18:59:20 wiz Exp $ +.\" $NetBSD: ebus.4,v 1.6 2008/05/29 14:51:25 mrg Exp $ .\" .\" Copyright (c) 1999 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,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. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/share/man/man5/daily.conf.5 b/share/man/man5/daily.conf.5 index 6aadf1da6e8..d5f5ad54dea 100644 --- a/share/man/man5/daily.conf.5 +++ b/share/man/man5/daily.conf.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: daily.conf.5,v 1.21 2008/01/27 05:20:24 xtraeme Exp $ +.\" $NetBSD: daily.conf.5,v 1.22 2008/05/29 14:51:25 mrg Exp $ .\" .\" Copyright (c) 1996 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,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. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/share/man/man5/ifaliases.5 b/share/man/man5/ifaliases.5 index 37ce14682b1..1540ff7b24d 100644 --- a/share/man/man5/ifaliases.5 +++ b/share/man/man5/ifaliases.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: ifaliases.5,v 1.13 2003/01/18 18:32:20 grant Exp $ +.\" $NetBSD: ifaliases.5,v 1.14 2008/05/29 14:51:25 mrg Exp $ .\" .\" Copyright (c) 1996 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,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. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/share/man/man5/ifconfig.if.5 b/share/man/man5/ifconfig.if.5 index 7e8537b4914..ae45886b1ff 100644 --- a/share/man/man5/ifconfig.if.5 +++ b/share/man/man5/ifconfig.if.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: ifconfig.if.5,v 1.8 2005/11/24 17:28:46 rpaulo Exp $ +.\" $NetBSD: ifconfig.if.5,v 1.9 2008/05/29 14:51:25 mrg Exp $ .\" .\" Copyright (c) 1996 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,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. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/share/man/man5/ld.so.conf.5 b/share/man/man5/ld.so.conf.5 index 2a262907eb1..054c3c2efa9 100644 --- a/share/man/man5/ld.so.conf.5 +++ b/share/man/man5/ld.so.conf.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: ld.so.conf.5,v 1.17 2004/07/21 11:08:54 wiz Exp $ +.\" $NetBSD: ld.so.conf.5,v 1.18 2008/05/29 14:51:25 mrg Exp $ .\" .\" Copyright (c) 1996 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,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. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/share/man/man5/lkm.conf.5 b/share/man/man5/lkm.conf.5 index a5543cba476..733ddb9b8e8 100644 --- a/share/man/man5/lkm.conf.5 +++ b/share/man/man5/lkm.conf.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: lkm.conf.5,v 1.7 2002/10/02 11:15:18 wiz Exp $ +.\" $NetBSD: lkm.conf.5,v 1.8 2008/05/29 14:51:25 mrg Exp $ .\" .\" Copyright (c) 1996 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,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. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/share/man/man5/monthly.conf.5 b/share/man/man5/monthly.conf.5 index 20d21c342dd..13c2538481a 100644 --- a/share/man/man5/monthly.conf.5 +++ b/share/man/man5/monthly.conf.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: monthly.conf.5,v 1.8 2007/02/06 17:17:47 reed Exp $ +.\" $NetBSD: monthly.conf.5,v 1.9 2008/05/29 14:51:25 mrg Exp $ .\" .\" Copyright (c) 1996 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,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. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/share/man/man5/security.conf.5 b/share/man/man5/security.conf.5 index d1cf182805e..4eacc223e63 100644 --- a/share/man/man5/security.conf.5 +++ b/share/man/man5/security.conf.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: security.conf.5,v 1.32 2008/04/08 14:51:02 sborrill Exp $ +.\" $NetBSD: security.conf.5,v 1.33 2008/05/29 14:51:25 mrg Exp $ .\" .\" Copyright (c) 1996 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,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. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/share/man/man5/weekly.conf.5 b/share/man/man5/weekly.conf.5 index bf6f832bda3..56d166d2443 100644 --- a/share/man/man5/weekly.conf.5 +++ b/share/man/man5/weekly.conf.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: weekly.conf.5,v 1.9 2007/02/15 23:04:10 reed Exp $ +.\" $NetBSD: weekly.conf.5,v 1.10 2008/05/29 14:51:25 mrg Exp $ .\" .\" Copyright (c) 1996 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,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. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/share/man/man8/compat_netbsd32.8 b/share/man/man8/compat_netbsd32.8 index 1270d97db08..d5eb82732dc 100644 --- a/share/man/man8/compat_netbsd32.8 +++ b/share/man/man8/compat_netbsd32.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: compat_netbsd32.8,v 1.7 2006/03/11 16:59:26 jschauma Exp $ +.\" $NetBSD: compat_netbsd32.8,v 1.8 2008/05/29 14:51:25 mrg Exp $ .\" .\" Copyright (c) 2001 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,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. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/share/man/man8/man8.sparc/binstall.8 b/share/man/man8/man8.sparc/binstall.8 index 971d4781592..2e925ea4476 100644 --- a/share/man/man8/man8.sparc/binstall.8 +++ b/share/man/man8/man8.sparc/binstall.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: binstall.8,v 1.3 2002/01/06 18:35:46 wiz Exp $ +.\" $NetBSD: binstall.8,v 1.4 2008/05/29 14:51:25 mrg Exp $ .\" .\" Copyright (c) 2002 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,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. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/share/man/man9/pfil.9 b/share/man/man9/pfil.9 index 7c970d7a63e..44017fd21b1 100644 --- a/share/man/man9/pfil.9 +++ b/share/man/man9/pfil.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: pfil.9,v 1.30 2006/01/08 23:34:34 riz Exp $ +.\" $NetBSD: pfil.9,v 1.31 2008/05/29 14:51:25 mrg Exp $ .\" .\" Copyright (c) 1996 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,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. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/share/man/man9/uvm.9 b/share/man/man9/uvm.9 index 7a6fcce7cec..eef78f89d23 100644 --- a/share/man/man9/uvm.9 +++ b/share/man/man9/uvm.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: uvm.9,v 1.89 2007/12/02 22:09:34 wiz Exp $ +.\" $NetBSD: uvm.9,v 1.90 2008/05/29 14:51:25 mrg Exp $ .\" .\" Copyright (c) 1998 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,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. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/arch/powerpc/include/netbsd32_machdep.h b/sys/arch/powerpc/include/netbsd32_machdep.h index 726935718fd..64d439f69d4 100644 --- a/sys/arch/powerpc/include/netbsd32_machdep.h +++ b/sys/arch/powerpc/include/netbsd32_machdep.h @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_machdep.h,v 1.4 2007/10/17 19:56:41 garbled Exp $ */ +/* $NetBSD: netbsd32_machdep.h,v 1.5 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/arch/sparc/dev/ebus.c b/sys/arch/sparc/dev/ebus.c index d664073ea75..0b144c5f650 100644 --- a/sys/arch/sparc/dev/ebus.c +++ b/sys/arch/sparc/dev/ebus.c @@ -1,4 +1,4 @@ -/* $NetBSD: ebus.c,v 1.29 2007/10/17 19:57:12 garbled Exp $ */ +/* $NetBSD: ebus.c,v 1.30 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1999, 2000 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -34,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ebus.c,v 1.29 2007/10/17 19:57:12 garbled Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ebus.c,v 1.30 2008/05/29 14:51:26 mrg Exp $"); #if defined(DEBUG) && !defined(EBUS_DEBUG) #define EBUS_DEBUG diff --git a/sys/arch/sparc/include/pci_machdep.h b/sys/arch/sparc/include/pci_machdep.h index 89ff84d0ae6..bf007e116c8 100644 --- a/sys/arch/sparc/include/pci_machdep.h +++ b/sys/arch/sparc/include/pci_machdep.h @@ -1,4 +1,4 @@ -/* $NetBSD: pci_machdep.h,v 1.6 2006/03/04 02:56:21 uwe Exp $ */ +/* $NetBSD: pci_machdep.h,v 1.7 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1999 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/arch/sparc/sparc/sunos_machdep.c b/sys/arch/sparc/sparc/sunos_machdep.c index 90925c5c951..40c083bf701 100644 --- a/sys/arch/sparc/sparc/sunos_machdep.c +++ b/sys/arch/sparc/sparc/sunos_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: sunos_machdep.c,v 1.21 2008/04/24 18:39:21 ad Exp $ */ +/* $NetBSD: sunos_machdep.c,v 1.22 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1995 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: sunos_machdep.c,v 1.21 2008/04/24 18:39:21 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sunos_machdep.c,v 1.22 2008/05/29 14:51:26 mrg Exp $"); #if defined(_KERNEL_OPT) #include "opt_compat_netbsd.h" diff --git a/sys/arch/sparc64/dev/auxio.c b/sys/arch/sparc64/dev/auxio.c index 2896873a394..51d512fd381 100644 --- a/sys/arch/sparc64/dev/auxio.c +++ b/sys/arch/sparc64/dev/auxio.c @@ -1,4 +1,4 @@ -/* $NetBSD: auxio.c,v 1.18 2007/10/17 19:57:28 garbled Exp $ */ +/* $NetBSD: auxio.c,v 1.19 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 2000, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -34,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: auxio.c,v 1.18 2007/10/17 19:57:28 garbled Exp $"); +__KERNEL_RCSID(0, "$NetBSD: auxio.c,v 1.19 2008/05/29 14:51:26 mrg Exp $"); #include "opt_auxio.h" diff --git a/sys/arch/sparc64/dev/auxioreg.h b/sys/arch/sparc64/dev/auxioreg.h index 0c7e373b149..1038b1c26e1 100644 --- a/sys/arch/sparc64/dev/auxioreg.h +++ b/sys/arch/sparc64/dev/auxioreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: auxioreg.h,v 1.6 2007/03/27 10:13:12 jnemeth Exp $ */ +/* $NetBSD: auxioreg.h,v 1.7 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 2000 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/arch/sparc64/dev/auxiovar.h b/sys/arch/sparc64/dev/auxiovar.h index 97bc8dcb013..4f7a4936852 100644 --- a/sys/arch/sparc64/dev/auxiovar.h +++ b/sys/arch/sparc64/dev/auxiovar.h @@ -1,5 +1,5 @@ /* $OpenBSD: auxiovar.h,v 1.7 2005/03/09 18:41:48 miod Exp $ */ -/* $NetBSD: auxiovar.h,v 1.6 2006/10/06 08:44:59 jnemeth Exp $ */ +/* $NetBSD: auxiovar.h,v 1.7 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 2000 Matthew R. Green @@ -13,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/arch/sparc64/dev/com_ebus.c b/sys/arch/sparc64/dev/com_ebus.c index eaf64017160..5e51a75c30f 100644 --- a/sys/arch/sparc64/dev/com_ebus.c +++ b/sys/arch/sparc64/dev/com_ebus.c @@ -1,4 +1,4 @@ -/* $NetBSD: com_ebus.c,v 1.27 2008/03/14 15:09:11 cube Exp $ */ +/* $NetBSD: com_ebus.c,v 1.28 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1999, 2000 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -33,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: com_ebus.c,v 1.27 2008/03/14 15:09:11 cube Exp $"); +__KERNEL_RCSID(0, "$NetBSD: com_ebus.c,v 1.28 2008/05/29 14:51:26 mrg Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sys/arch/sparc64/dev/ebus.c b/sys/arch/sparc64/dev/ebus.c index fe88c26e1ab..d5798e4903a 100644 --- a/sys/arch/sparc64/dev/ebus.c +++ b/sys/arch/sparc64/dev/ebus.c @@ -1,4 +1,4 @@ -/* $NetBSD: ebus.c,v 1.51 2008/04/05 13:40:05 cegger Exp $ */ +/* $NetBSD: ebus.c,v 1.52 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1999, 2000, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ebus.c,v 1.51 2008/04/05 13:40:05 cegger Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ebus.c,v 1.52 2008/05/29 14:51:26 mrg Exp $"); #include "opt_ddb.h" diff --git a/sys/arch/sparc64/dev/iommuvar.h b/sys/arch/sparc64/dev/iommuvar.h index 852d9789f5f..a24855abe48 100644 --- a/sys/arch/sparc64/dev/iommuvar.h +++ b/sys/arch/sparc64/dev/iommuvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: iommuvar.h,v 1.15 2007/03/04 06:00:49 christos Exp $ */ +/* $NetBSD: iommuvar.h,v 1.16 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1999 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/arch/sparc64/dev/lpt_ebus.c b/sys/arch/sparc64/dev/lpt_ebus.c index fb2102c8a13..fe56c82ed9d 100644 --- a/sys/arch/sparc64/dev/lpt_ebus.c +++ b/sys/arch/sparc64/dev/lpt_ebus.c @@ -1,4 +1,4 @@ -/* $NetBSD: lpt_ebus.c,v 1.21 2008/03/07 17:15:51 cube Exp $ */ +/* $NetBSD: lpt_ebus.c,v 1.22 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1999, 2000 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -33,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lpt_ebus.c,v 1.21 2008/03/07 17:15:51 cube Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lpt_ebus.c,v 1.22 2008/05/29 14:51:26 mrg Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sys/arch/sparc64/dev/pci_machdep.c b/sys/arch/sparc64/dev/pci_machdep.c index a1f57b42229..543a27c47ac 100644 --- a/sys/arch/sparc64/dev/pci_machdep.c +++ b/sys/arch/sparc64/dev/pci_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: pci_machdep.c,v 1.57 2008/03/24 00:06:03 cube Exp $ */ +/* $NetBSD: pci_machdep.c,v 1.58 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1999, 2000 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -33,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.57 2008/03/24 00:06:03 cube Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.58 2008/05/29 14:51:26 mrg Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sys/arch/sparc64/dev/psychovar.h b/sys/arch/sparc64/dev/psychovar.h index c9335f5e82e..9a4d1a80b6b 100644 --- a/sys/arch/sparc64/dev/psychovar.h +++ b/sys/arch/sparc64/dev/psychovar.h @@ -1,4 +1,4 @@ -/* $NetBSD: psychovar.h,v 1.14 2006/02/13 21:47:12 cdi Exp $ */ +/* $NetBSD: psychovar.h,v 1.15 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1999, 2000 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/arch/sparc64/include/netbsd32_machdep.h b/sys/arch/sparc64/include/netbsd32_machdep.h index 3795ebed93b..8ed0c1b137d 100644 --- a/sys/arch/sparc64/include/netbsd32_machdep.h +++ b/sys/arch/sparc64/include/netbsd32_machdep.h @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_machdep.h,v 1.26 2008/01/27 17:37:40 dsl Exp $ */ +/* $NetBSD: netbsd32_machdep.h,v 1.27 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/arch/sparc64/include/pci_machdep.h b/sys/arch/sparc64/include/pci_machdep.h index a2d35b89cfa..8fbfe4d5f3f 100644 --- a/sys/arch/sparc64/include/pci_machdep.h +++ b/sys/arch/sparc64/include/pci_machdep.h @@ -1,4 +1,4 @@ -/* $NetBSD: pci_machdep.h,v 1.18 2006/02/11 17:57:31 cdi Exp $ */ +/* $NetBSD: pci_machdep.h,v 1.19 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1999 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/arch/sparc64/sparc64/netbsd32_machdep.c b/sys/arch/sparc64/sparc64/netbsd32_machdep.c index b1b0ab19c8d..866220d7cef 100644 --- a/sys/arch/sparc64/sparc64/netbsd32_machdep.c +++ b/sys/arch/sparc64/sparc64/netbsd32_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_machdep.c,v 1.80 2008/05/21 14:10:28 ad Exp $ */ +/* $NetBSD: netbsd32_machdep.c,v 1.81 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.80 2008/05/21 14:10:28 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.81 2008/05/29 14:51:26 mrg Exp $"); #ifdef _KERNEL_OPT #include "opt_compat_netbsd.h" diff --git a/sys/arch/sparc64/sparc64/netbsd32_sigcode.s b/sys/arch/sparc64/sparc64/netbsd32_sigcode.s index cd333bd30a7..ead902a2c5e 100644 --- a/sys/arch/sparc64/sparc64/netbsd32_sigcode.s +++ b/sys/arch/sparc64/sparc64/netbsd32_sigcode.s @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_sigcode.s,v 1.5 2007/11/10 19:01:28 dsl Exp $ */ +/* $NetBSD: netbsd32_sigcode.s,v 1.6 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/arch/sparc64/sparc64/sunos32_machdep.c b/sys/arch/sparc64/sparc64/sunos32_machdep.c index 30e0274e9d7..fcba4615389 100644 --- a/sys/arch/sparc64/sparc64/sunos32_machdep.c +++ b/sys/arch/sparc64/sparc64/sunos32_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: sunos32_machdep.c,v 1.26 2008/04/24 18:39:21 ad Exp $ */ +/* $NetBSD: sunos32_machdep.c,v 1.27 2008/05/29 14:51:26 mrg Exp $ */ /* from: NetBSD: sunos_machdep.c,v 1.14 2001/01/29 01:37:56 mrg Exp */ /* @@ -13,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -30,7 +28,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: sunos32_machdep.c,v 1.26 2008/04/24 18:39:21 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sunos32_machdep.c,v 1.27 2008/05/29 14:51:26 mrg Exp $"); #ifdef _KERNEL_OPT #include "opt_ddb.h" diff --git a/sys/arch/sparc64/sparc64/sunos_machdep.c b/sys/arch/sparc64/sparc64/sunos_machdep.c index 89662290d45..6d8663ae2cd 100644 --- a/sys/arch/sparc64/sparc64/sunos_machdep.c +++ b/sys/arch/sparc64/sparc64/sunos_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: sunos_machdep.c,v 1.29 2008/04/24 18:39:21 ad Exp $ */ +/* $NetBSD: sunos_machdep.c,v 1.30 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1995 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: sunos_machdep.c,v 1.29 2008/04/24 18:39:21 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sunos_machdep.c,v 1.30 2008/05/29 14:51:26 mrg Exp $"); #ifdef _KERNEL_OPT #include "opt_ddb.h" diff --git a/sys/compat/common/vm_12.c b/sys/compat/common/vm_12.c index 59cbc992b49..4f54faf3906 100644 --- a/sys/compat/common/vm_12.c +++ b/sys/compat/common/vm_12.c @@ -1,4 +1,4 @@ -/* $NetBSD: vm_12.c,v 1.17 2007/12/20 23:02:45 dsl Exp $ */ +/* $NetBSD: vm_12.c,v 1.18 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1997 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: vm_12.c,v 1.17 2007/12/20 23:02:45 dsl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: vm_12.c,v 1.18 2008/05/29 14:51:26 mrg Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/netbsd32/netbsd32.h b/sys/compat/netbsd32/netbsd32.h index 0eab497b64c..160a13ea784 100644 --- a/sys/compat/netbsd32/netbsd32.h +++ b/sys/compat/netbsd32/netbsd32.h @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32.h,v 1.75 2008/05/24 16:02:44 njoly Exp $ */ +/* $NetBSD: netbsd32.h,v 1.76 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/compat/netbsd32/netbsd32_compat_09.c b/sys/compat/netbsd32/netbsd32_compat_09.c index d783d0a5e55..754bb86873e 100644 --- a/sys/compat/netbsd32/netbsd32_compat_09.c +++ b/sys/compat/netbsd32/netbsd32_compat_09.c @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_compat_09.c,v 1.17 2007/12/20 23:03:00 dsl Exp $ */ +/* $NetBSD: netbsd32_compat_09.c,v 1.18 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1998 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_09.c,v 1.17 2007/12/20 23:03:00 dsl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_09.c,v 1.18 2008/05/29 14:51:26 mrg Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/netbsd32/netbsd32_compat_12.c b/sys/compat/netbsd32/netbsd32_compat_12.c index 9891678d35f..9c74736d30b 100644 --- a/sys/compat/netbsd32/netbsd32_compat_12.c +++ b/sys/compat/netbsd32/netbsd32_compat_12.c @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_compat_12.c,v 1.30 2007/12/20 23:03:00 dsl Exp $ */ +/* $NetBSD: netbsd32_compat_12.c,v 1.31 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_12.c,v 1.30 2007/12/20 23:03:00 dsl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_12.c,v 1.31 2008/05/29 14:51:26 mrg Exp $"); #if defined(_KERNEL_OPT) #include "opt_compat_netbsd.h" diff --git a/sys/compat/netbsd32/netbsd32_compat_13.c b/sys/compat/netbsd32/netbsd32_compat_13.c index 217de8394ca..2911fc0687a 100644 --- a/sys/compat/netbsd32/netbsd32_compat_13.c +++ b/sys/compat/netbsd32/netbsd32_compat_13.c @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_compat_13.c,v 1.24 2007/12/20 23:03:01 dsl Exp $ */ +/* $NetBSD: netbsd32_compat_13.c,v 1.25 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_13.c,v 1.24 2007/12/20 23:03:01 dsl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_13.c,v 1.25 2008/05/29 14:51:26 mrg Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/netbsd32/netbsd32_compat_20.c b/sys/compat/netbsd32/netbsd32_compat_20.c index 2f98fc50d81..ebfa4e877d3 100644 --- a/sys/compat/netbsd32/netbsd32_compat_20.c +++ b/sys/compat/netbsd32/netbsd32_compat_20.c @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_compat_20.c,v 1.24 2008/05/06 18:43:44 ad Exp $ */ +/* $NetBSD: netbsd32_compat_20.c,v 1.25 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_20.c,v 1.24 2008/05/06 18:43:44 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_20.c,v 1.25 2008/05/29 14:51:26 mrg Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/netbsd32/netbsd32_compat_30.c b/sys/compat/netbsd32/netbsd32_compat_30.c index ba3c1d7d3b9..67dcc2d2db0 100644 --- a/sys/compat/netbsd32/netbsd32_compat_30.c +++ b/sys/compat/netbsd32/netbsd32_compat_30.c @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_compat_30.c,v 1.24 2008/03/21 21:54:58 ad Exp $ */ +/* $NetBSD: netbsd32_compat_30.c,v 1.25 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_30.c,v 1.24 2008/03/21 21:54:58 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_30.c,v 1.25 2008/05/29 14:51:26 mrg Exp $"); #include "opt_nfsserver.h" diff --git a/sys/compat/netbsd32/netbsd32_compat_43.c b/sys/compat/netbsd32/netbsd32_compat_43.c index c80b1839578..f4825a01c6c 100644 --- a/sys/compat/netbsd32/netbsd32_compat_43.c +++ b/sys/compat/netbsd32/netbsd32_compat_43.c @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_compat_43.c,v 1.49 2008/03/21 21:54:58 ad Exp $ */ +/* $NetBSD: netbsd32_compat_43.c,v 1.50 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_43.c,v 1.49 2008/03/21 21:54:58 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_43.c,v 1.50 2008/05/29 14:51:26 mrg Exp $"); #if defined(_KERNEL_OPT) #include "opt_compat_43.h" diff --git a/sys/compat/netbsd32/netbsd32_conv.h b/sys/compat/netbsd32/netbsd32_conv.h index 97ba44073f9..0ff83425d9f 100644 --- a/sys/compat/netbsd32/netbsd32_conv.h +++ b/sys/compat/netbsd32/netbsd32_conv.h @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_conv.h,v 1.17 2007/12/04 18:40:19 dsl Exp $ */ +/* $NetBSD: netbsd32_conv.h,v 1.18 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/compat/netbsd32/netbsd32_exec.h b/sys/compat/netbsd32/netbsd32_exec.h index 2a181dc4f37..e8f7af71705 100644 --- a/sys/compat/netbsd32/netbsd32_exec.h +++ b/sys/compat/netbsd32/netbsd32_exec.h @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_exec.h,v 1.26 2007/12/04 18:40:19 dsl Exp $ */ +/* $NetBSD: netbsd32_exec.h,v 1.27 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/compat/netbsd32/netbsd32_exec_aout.c b/sys/compat/netbsd32/netbsd32_exec_aout.c index 3ae093564fe..c0e61e2bb51 100644 --- a/sys/compat/netbsd32/netbsd32_exec_aout.c +++ b/sys/compat/netbsd32/netbsd32_exec_aout.c @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_exec_aout.c,v 1.23 2007/12/08 18:36:18 dsl Exp $ */ +/* $NetBSD: netbsd32_exec_aout.c,v 1.24 2008/05/29 14:51:26 mrg Exp $ */ /* from: NetBSD: exec_aout.c,v 1.15 1996/09/26 23:34:46 cgd Exp */ /* @@ -13,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -59,7 +57,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: netbsd32_exec_aout.c,v 1.23 2007/12/08 18:36:18 dsl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_exec_aout.c,v 1.24 2008/05/29 14:51:26 mrg Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/netbsd32/netbsd32_exec_elf32.c b/sys/compat/netbsd32/netbsd32_exec_elf32.c index 8efc49a2be2..682d9c2ef14 100644 --- a/sys/compat/netbsd32/netbsd32_exec_elf32.c +++ b/sys/compat/netbsd32/netbsd32_exec_elf32.c @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_exec_elf32.c,v 1.27 2007/04/22 08:29:58 dsl Exp $ */ +/* $NetBSD: netbsd32_exec_elf32.c,v 1.28 2008/05/29 14:51:26 mrg Exp $ */ /* from: NetBSD: exec_aout.c,v 1.15 1996/09/26 23:34:46 cgd Exp */ /* @@ -13,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -59,7 +57,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: netbsd32_exec_elf32.c,v 1.27 2007/04/22 08:29:58 dsl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_exec_elf32.c,v 1.28 2008/05/29 14:51:26 mrg Exp $"); #define ELFSIZE 32 diff --git a/sys/compat/netbsd32/netbsd32_execve.c b/sys/compat/netbsd32/netbsd32_execve.c index cc8f3504fdb..8c1ba89a07c 100644 --- a/sys/compat/netbsd32/netbsd32_execve.c +++ b/sys/compat/netbsd32/netbsd32_execve.c @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_execve.c,v 1.31 2007/12/20 23:03:01 dsl Exp $ */ +/* $NetBSD: netbsd32_execve.c,v 1.32 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -30,7 +28,7 @@ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: netbsd32_execve.c,v 1.31 2007/12/20 23:03:01 dsl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_execve.c,v 1.32 2008/05/29 14:51:26 mrg Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/netbsd32/netbsd32_fs.c b/sys/compat/netbsd32/netbsd32_fs.c index 690ff7df210..0f588219aad 100644 --- a/sys/compat/netbsd32/netbsd32_fs.c +++ b/sys/compat/netbsd32/netbsd32_fs.c @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_fs.c,v 1.53 2008/04/24 15:35:27 ad Exp $ */ +/* $NetBSD: netbsd32_fs.c,v 1.54 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: netbsd32_fs.c,v 1.53 2008/04/24 15:35:27 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_fs.c,v 1.54 2008/05/29 14:51:26 mrg Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/netbsd32/netbsd32_ioctl.c b/sys/compat/netbsd32/netbsd32_ioctl.c index 6f77b61ca6a..abc08753469 100644 --- a/sys/compat/netbsd32/netbsd32_ioctl.c +++ b/sys/compat/netbsd32/netbsd32_ioctl.c @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_ioctl.c,v 1.38 2008/03/21 21:54:58 ad Exp $ */ +/* $NetBSD: netbsd32_ioctl.c,v 1.39 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -33,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: netbsd32_ioctl.c,v 1.38 2008/03/21 21:54:58 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_ioctl.c,v 1.39 2008/05/29 14:51:26 mrg Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/netbsd32/netbsd32_ioctl.h b/sys/compat/netbsd32/netbsd32_ioctl.h index 2ee650cefd8..3d6ee4efd40 100644 --- a/sys/compat/netbsd32/netbsd32_ioctl.h +++ b/sys/compat/netbsd32/netbsd32_ioctl.h @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_ioctl.h,v 1.21 2008/03/21 21:54:58 ad Exp $ */ +/* $NetBSD: netbsd32_ioctl.h,v 1.22 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/compat/netbsd32/netbsd32_ipc.c b/sys/compat/netbsd32/netbsd32_ipc.c index 148c9741cfe..fa00b7e06c8 100644 --- a/sys/compat/netbsd32/netbsd32_ipc.c +++ b/sys/compat/netbsd32/netbsd32_ipc.c @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_ipc.c,v 1.14 2007/12/20 23:03:01 dsl Exp $ */ +/* $NetBSD: netbsd32_ipc.c,v 1.15 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: netbsd32_ipc.c,v 1.14 2007/12/20 23:03:01 dsl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_ipc.c,v 1.15 2008/05/29 14:51:26 mrg Exp $"); #if defined(_KERNEL_OPT) #include "opt_sysv.h" diff --git a/sys/compat/netbsd32/netbsd32_netbsd.c b/sys/compat/netbsd32/netbsd32_netbsd.c index f0dfb01ce40..f3daf48a2c9 100644 --- a/sys/compat/netbsd32/netbsd32_netbsd.c +++ b/sys/compat/netbsd32/netbsd32_netbsd.c @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_netbsd.c,v 1.143 2008/03/21 21:54:58 ad Exp $ */ +/* $NetBSD: netbsd32_netbsd.c,v 1.144 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.143 2008/03/21 21:54:58 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.144 2008/05/29 14:51:26 mrg Exp $"); #if defined(_KERNEL_OPT) #include "opt_ddb.h" diff --git a/sys/compat/netbsd32/netbsd32_select.c b/sys/compat/netbsd32/netbsd32_select.c index 8d3ff9d65f7..c526f05f386 100644 --- a/sys/compat/netbsd32/netbsd32_select.c +++ b/sys/compat/netbsd32/netbsd32_select.c @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_select.c,v 1.14 2007/12/20 23:03:02 dsl Exp $ */ +/* $NetBSD: netbsd32_select.c,v 1.15 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: netbsd32_select.c,v 1.14 2007/12/20 23:03:02 dsl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_select.c,v 1.15 2008/05/29 14:51:26 mrg Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/netbsd32/netbsd32_signal.c b/sys/compat/netbsd32/netbsd32_signal.c index 6e55ce44ab1..1f8989f9c9a 100644 --- a/sys/compat/netbsd32/netbsd32_signal.c +++ b/sys/compat/netbsd32/netbsd32_signal.c @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_signal.c,v 1.29 2008/04/24 18:39:23 ad Exp $ */ +/* $NetBSD: netbsd32_signal.c,v 1.30 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: netbsd32_signal.c,v 1.29 2008/04/24 18:39:23 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_signal.c,v 1.30 2008/05/29 14:51:26 mrg Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/netbsd32/netbsd32_socket.c b/sys/compat/netbsd32/netbsd32_socket.c index 9bb264f8b4d..3559219e229 100644 --- a/sys/compat/netbsd32/netbsd32_socket.c +++ b/sys/compat/netbsd32/netbsd32_socket.c @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_socket.c,v 1.31 2008/03/21 21:54:58 ad Exp $ */ +/* $NetBSD: netbsd32_socket.c,v 1.32 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: netbsd32_socket.c,v 1.31 2008/03/21 21:54:58 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_socket.c,v 1.32 2008/05/29 14:51:26 mrg Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/netbsd32/netbsd32_time.c b/sys/compat/netbsd32/netbsd32_time.c index 89a2f93cbcf..e9887f04277 100644 --- a/sys/compat/netbsd32/netbsd32_time.c +++ b/sys/compat/netbsd32/netbsd32_time.c @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_time.c,v 1.32 2008/01/20 18:09:10 joerg Exp $ */ +/* $NetBSD: netbsd32_time.c,v 1.33 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: netbsd32_time.c,v 1.32 2008/01/20 18:09:10 joerg Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_time.c,v 1.33 2008/05/29 14:51:26 mrg Exp $"); #if defined(_KERNEL_OPT) #include "opt_ntp.h" diff --git a/sys/compat/netbsd32/netbsd32_wait.c b/sys/compat/netbsd32/netbsd32_wait.c index cfe3f001b3d..fabaf4947d1 100644 --- a/sys/compat/netbsd32/netbsd32_wait.c +++ b/sys/compat/netbsd32/netbsd32_wait.c @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_wait.c,v 1.18 2008/04/24 18:39:23 ad Exp $ */ +/* $NetBSD: netbsd32_wait.c,v 1.19 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: netbsd32_wait.c,v 1.18 2008/04/24 18:39:23 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: netbsd32_wait.c,v 1.19 2008/05/29 14:51:26 mrg Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/sunos32/sunos32.h b/sys/compat/sunos32/sunos32.h index 6eee309b05d..6e7948d80ee 100644 --- a/sys/compat/sunos32/sunos32.h +++ b/sys/compat/sunos32/sunos32.h @@ -1,4 +1,4 @@ -/* $NetBSD: sunos32.h,v 1.12 2007/05/12 20:27:56 dsl Exp $ */ +/* $NetBSD: sunos32.h,v 1.13 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/compat/sunos32/sunos32_exec.c b/sys/compat/sunos32/sunos32_exec.c index e65af880a3e..ac4f91eaecc 100644 --- a/sys/compat/sunos32/sunos32_exec.c +++ b/sys/compat/sunos32/sunos32_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: sunos32_exec.c,v 1.28 2007/03/16 22:21:42 dsl Exp $ */ +/* $NetBSD: sunos32_exec.c,v 1.29 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: sunos32_exec.c,v 1.28 2007/03/16 22:21:42 dsl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sunos32_exec.c,v 1.29 2008/05/29 14:51:26 mrg Exp $"); #if defined(_KERNEL_OPT) #include "opt_syscall_debug.h" diff --git a/sys/compat/sunos32/sunos32_exec.h b/sys/compat/sunos32/sunos32_exec.h index e7654f51f7e..b1956f704ca 100644 --- a/sys/compat/sunos32/sunos32_exec.h +++ b/sys/compat/sunos32/sunos32_exec.h @@ -1,4 +1,4 @@ -/* $NetBSD: sunos32_exec.h,v 1.8 2007/12/04 18:40:22 dsl Exp $ */ +/* $NetBSD: sunos32_exec.h,v 1.9 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/compat/sunos32/sunos32_exec_aout.c b/sys/compat/sunos32/sunos32_exec_aout.c index 98e4d2254c6..d548285d862 100644 --- a/sys/compat/sunos32/sunos32_exec_aout.c +++ b/sys/compat/sunos32/sunos32_exec_aout.c @@ -1,4 +1,4 @@ -/* $NetBSD: sunos32_exec_aout.c,v 1.10 2007/12/08 18:36:23 dsl Exp $ */ +/* $NetBSD: sunos32_exec_aout.c,v 1.11 2008/05/29 14:51:26 mrg Exp $ */ /* * Copyright (c) 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: sunos32_exec_aout.c,v 1.10 2007/12/08 18:36:23 dsl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sunos32_exec_aout.c,v 1.11 2008/05/29 14:51:26 mrg Exp $"); #if defined(_KERNEL_OPT) #include "opt_execfmt.h" diff --git a/sys/compat/sunos32/sunos32_ioctl.c b/sys/compat/sunos32/sunos32_ioctl.c index 31de3d874d0..df4e50e553b 100644 --- a/sys/compat/sunos32/sunos32_ioctl.c +++ b/sys/compat/sunos32/sunos32_ioctl.c @@ -1,4 +1,4 @@ -/* $NetBSD: sunos32_ioctl.c,v 1.28 2008/03/21 21:54:59 ad Exp $ */ +/* $NetBSD: sunos32_ioctl.c,v 1.29 2008/05/29 14:51:26 mrg Exp $ */ /* from: NetBSD: sunos_ioctl.c,v 1.35 2001/02/03 22:20:02 mrg Exp */ /* @@ -13,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -56,7 +54,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: sunos32_ioctl.c,v 1.28 2008/03/21 21:54:59 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sunos32_ioctl.c,v 1.29 2008/05/29 14:51:26 mrg Exp $"); #if defined(_KERNEL_OPT) #include "opt_compat_netbsd32.h" diff --git a/sys/compat/sunos32/sunos32_misc.c b/sys/compat/sunos32/sunos32_misc.c index a1511cc6999..7a3e99cd6a1 100644 --- a/sys/compat/sunos32/sunos32_misc.c +++ b/sys/compat/sunos32/sunos32_misc.c @@ -1,4 +1,4 @@ -/* $NetBSD: sunos32_misc.c,v 1.59 2008/03/21 21:54:59 ad Exp $ */ +/* $NetBSD: sunos32_misc.c,v 1.60 2008/05/29 14:51:26 mrg Exp $ */ /* from :NetBSD: sunos_misc.c,v 1.107 2000/12/01 19:25:10 jdolecek Exp */ /* @@ -13,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -79,7 +77,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: sunos32_misc.c,v 1.59 2008/03/21 21:54:59 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sunos32_misc.c,v 1.60 2008/05/29 14:51:26 mrg Exp $"); #define COMPAT_SUNOS 1 diff --git a/sys/dev/ebus/ebusreg.h b/sys/dev/ebus/ebusreg.h index 7a4cb6f7588..795e4ffdf2f 100644 --- a/sys/dev/ebus/ebusreg.h +++ b/sys/dev/ebus/ebusreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ebusreg.h,v 1.7 2005/12/11 12:21:20 christos Exp $ */ +/* $NetBSD: ebusreg.h,v 1.8 2008/05/29 14:51:27 mrg Exp $ */ /* * Copyright (c) 1999 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/dev/ebus/ebusvar.h b/sys/dev/ebus/ebusvar.h index 332730a8836..157f82527ef 100644 --- a/sys/dev/ebus/ebusvar.h +++ b/sys/dev/ebus/ebusvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: ebusvar.h,v 1.4 2005/12/11 12:21:20 christos Exp $ */ +/* $NetBSD: ebusvar.h,v 1.5 2008/05/29 14:51:27 mrg Exp $ */ /* * Copyright (c) 1999, 2000 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/dev/ic/cd18xx.c b/sys/dev/ic/cd18xx.c index 2ef3e2fe4f6..e45fa9c0c05 100644 --- a/sys/dev/ic/cd18xx.c +++ b/sys/dev/ic/cd18xx.c @@ -1,4 +1,4 @@ -/* $NetBSD: cd18xx.c,v 1.24 2008/04/28 20:23:49 martin Exp $ */ +/* $NetBSD: cd18xx.c,v 1.25 2008/05/29 14:51:27 mrg Exp $ */ /* XXXad does this even compile? */ @@ -14,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -96,7 +94,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: cd18xx.c,v 1.24 2008/04/28 20:23:49 martin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cd18xx.c,v 1.25 2008/05/29 14:51:27 mrg Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/ic/cd18xxreg.h b/sys/dev/ic/cd18xxreg.h index 8daca575b8f..fa49a6e6975 100644 --- a/sys/dev/ic/cd18xxreg.h +++ b/sys/dev/ic/cd18xxreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: cd18xxreg.h,v 1.3 2005/12/11 12:21:26 christos Exp $ */ +/* $NetBSD: cd18xxreg.h,v 1.4 2008/05/29 14:51:27 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/dev/ic/cd18xxvar.h b/sys/dev/ic/cd18xxvar.h index 11a013d55c0..e9ba9e258b7 100644 --- a/sys/dev/ic/cd18xxvar.h +++ b/sys/dev/ic/cd18xxvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: cd18xxvar.h,v 1.1 2001/10/03 04:25:30 mrg Exp $ */ +/* $NetBSD: cd18xxvar.h,v 1.2 2008/05/29 14:51:27 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/dev/pci/if_hme_pci.c b/sys/dev/pci/if_hme_pci.c index 4caa4c4de65..4dbef588a18 100644 --- a/sys/dev/pci/if_hme_pci.c +++ b/sys/dev/pci/if_hme_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_hme_pci.c,v 1.24 2008/04/10 19:13:37 cegger Exp $ */ +/* $NetBSD: if_hme_pci.c,v 1.25 2008/05/29 14:51:27 mrg Exp $ */ /* * Copyright (c) 2000 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -33,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_hme_pci.c,v 1.24 2008/04/10 19:13:37 cegger Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_hme_pci.c,v 1.25 2008/05/29 14:51:27 mrg Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sbus/sio16.c b/sys/dev/sbus/sio16.c index d9dd14e69e2..d78b55a5074 100644 --- a/sys/dev/sbus/sio16.c +++ b/sys/dev/sbus/sio16.c @@ -1,4 +1,4 @@ -/* $NetBSD: sio16.c,v 1.16 2008/04/05 18:35:32 cegger Exp $ */ +/* $NetBSD: sio16.c,v 1.17 2008/05/29 14:51:27 mrg Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -38,7 +36,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: sio16.c,v 1.16 2008/04/05 18:35:32 cegger Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sio16.c,v 1.17 2008/05/29 14:51:27 mrg Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/lkm/dev/vnd/lkminit_vnd.c b/sys/lkm/dev/vnd/lkminit_vnd.c index 2916c586f74..bfbb1e873b5 100644 --- a/sys/lkm/dev/vnd/lkminit_vnd.c +++ b/sys/lkm/dev/vnd/lkminit_vnd.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_vnd.c,v 1.7 2006/02/01 20:55:31 martin Exp $ */ +/* $NetBSD: lkminit_vnd.c,v 1.8 2008/05/29 14:51:27 mrg Exp $ */ /* * Copyright (c) 2002 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_vnd.c,v 1.7 2006/02/01 20:55:31 martin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_vnd.c,v 1.8 2008/05/29 14:51:27 mrg Exp $"); #include <sys/param.h> #include <sys/ioctl.h> diff --git a/sys/net/pfil.c b/sys/net/pfil.c index 2cc154519f7..7f0b42b07b2 100644 --- a/sys/net/pfil.c +++ b/sys/net/pfil.c @@ -1,4 +1,4 @@ -/* $NetBSD: pfil.c,v 1.24 2005/12/11 12:24:51 christos Exp $ */ +/* $NetBSD: pfil.c,v 1.25 2008/05/29 14:51:27 mrg Exp $ */ /* * Copyright (c) 1996 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -29,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pfil.c,v 1.24 2005/12/11 12:24:51 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pfil.c,v 1.25 2008/05/29 14:51:27 mrg Exp $"); #include <sys/param.h> #include <sys/errno.h> diff --git a/sys/net/pfil.h b/sys/net/pfil.h index 8b83c10ad67..747d5189177 100644 --- a/sys/net/pfil.h +++ b/sys/net/pfil.h @@ -1,4 +1,4 @@ -/* $NetBSD: pfil.h,v 1.28 2006/02/16 20:17:20 perry Exp $ */ +/* $NetBSD: pfil.h,v 1.29 2008/05/29 14:51:27 mrg Exp $ */ /* * Copyright (c) 1996 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/sys/swap.h b/sys/sys/swap.h index 6f97eeef7e3..181097ef755 100644 --- a/sys/sys/swap.h +++ b/sys/sys/swap.h @@ -1,4 +1,4 @@ -/* $NetBSD: swap.h,v 1.6 2006/08/22 14:07:07 martin Exp $ */ +/* $NetBSD: swap.h,v 1.7 2008/05/29 14:51:27 mrg Exp $ */ /* * Copyright (c) 1995, 1996, 1998 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/uvm/uvm_swap.c b/sys/uvm/uvm_swap.c index 11882fafa90..8e20a000109 100644 --- a/sys/uvm/uvm_swap.c +++ b/sys/uvm/uvm_swap.c @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_swap.c,v 1.138 2008/05/11 20:19:27 kardel Exp $ */ +/* $NetBSD: uvm_swap.c,v 1.139 2008/05/29 14:51:27 mrg Exp $ */ /* * Copyright (c) 1995, 1996, 1997 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -32,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: uvm_swap.c,v 1.138 2008/05/11 20:19:27 kardel Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uvm_swap.c,v 1.139 2008/05/29 14:51:27 mrg Exp $"); #include "fs_nfs.h" #include "opt_uvmhist.h" diff --git a/sys/uvm/uvm_swap.h b/sys/uvm/uvm_swap.h index 7054ed095ea..fd3a0cff4d1 100644 --- a/sys/uvm/uvm_swap.h +++ b/sys/uvm/uvm_swap.h @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_swap.h,v 1.16 2007/02/22 06:05:02 thorpej Exp $ */ +/* $NetBSD: uvm_swap.h,v 1.17 2008/05/29 14:51:27 mrg Exp $ */ /* * Copyright (c) 1997 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/usr.bin/audio/common/audio.c b/usr.bin/audio/common/audio.c index 6b6e1b6d273..87e667ec5d2 100644 --- a/usr.bin/audio/common/audio.c +++ b/usr.bin/audio/common/audio.c @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.18 2004/10/30 16:57:27 dsl Exp $ */ +/* $NetBSD: audio.c,v 1.19 2008/05/29 14:51:27 mrg Exp $ */ /* * Copyright (c) 1999 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -34,7 +32,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: audio.c,v 1.18 2004/10/30 16:57:27 dsl Exp $"); +__RCSID("$NetBSD: audio.c,v 1.19 2008/05/29 14:51:27 mrg Exp $"); #endif diff --git a/usr.bin/audio/common/libaudio.h b/usr.bin/audio/common/libaudio.h index 7371461e02b..0b7366dea13 100644 --- a/usr.bin/audio/common/libaudio.h +++ b/usr.bin/audio/common/libaudio.h @@ -1,4 +1,4 @@ -/* $NetBSD: libaudio.h,v 1.14 2006/05/11 01:19:10 mrg Exp $ */ +/* $NetBSD: libaudio.h,v 1.15 2008/05/29 14:51:27 mrg Exp $ */ /* * Copyright (c) 1999 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/usr.bin/audio/common/sun.c b/usr.bin/audio/common/sun.c index ea522c889dd..8a0efa79f73 100644 --- a/usr.bin/audio/common/sun.c +++ b/usr.bin/audio/common/sun.c @@ -1,4 +1,4 @@ -/* $NetBSD: sun.c,v 1.5 2006/10/22 16:11:34 christos Exp $ */ +/* $NetBSD: sun.c,v 1.6 2008/05/29 14:51:27 mrg Exp $ */ /* * Copyright (c) 2002 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -34,7 +32,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: sun.c,v 1.5 2006/10/22 16:11:34 christos Exp $"); +__RCSID("$NetBSD: sun.c,v 1.6 2008/05/29 14:51:27 mrg Exp $"); #endif diff --git a/usr.bin/audio/common/wav.c b/usr.bin/audio/common/wav.c index ace2832f4ce..4a1b696a75f 100644 --- a/usr.bin/audio/common/wav.c +++ b/usr.bin/audio/common/wav.c @@ -1,4 +1,4 @@ -/* $NetBSD: wav.c,v 1.7 2004/01/21 11:55:07 mrg Exp $ */ +/* $NetBSD: wav.c,v 1.8 2008/05/29 14:51:27 mrg Exp $ */ /* * Copyright (c) 2002 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -35,7 +33,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: wav.c,v 1.7 2004/01/21 11:55:07 mrg Exp $"); +__RCSID("$NetBSD: wav.c,v 1.8 2008/05/29 14:51:27 mrg Exp $"); #endif diff --git a/usr.bin/audio/ctl/audioctl.h b/usr.bin/audio/ctl/audioctl.h index bf9bb6bc02a..bb9cd274c31 100644 --- a/usr.bin/audio/ctl/audioctl.h +++ b/usr.bin/audio/ctl/audioctl.h @@ -1,4 +1,4 @@ -/* $NetBSD: audioctl.h,v 1.3 2000/12/22 11:38:42 mrg Exp $ */ +/* $NetBSD: audioctl.h,v 1.4 2008/05/29 14:51:27 mrg Exp $ */ /* * Copyright (c) 1999 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/usr.bin/audio/play/audioplay.1 b/usr.bin/audio/play/audioplay.1 index 7debf19eeb1..c121b1ffe7a 100644 --- a/usr.bin/audio/play/audioplay.1 +++ b/usr.bin/audio/play/audioplay.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: audioplay.1,v 1.20 2003/03/31 02:40:25 perry Exp $ +.\" $NetBSD: audioplay.1,v 1.21 2008/05/29 14:51:27 mrg Exp $ .\" .\" Copyright (c) 1998-2002 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,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. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/usr.bin/audio/play/play.c b/usr.bin/audio/play/play.c index e842215ea8c..30ce501c40e 100644 --- a/usr.bin/audio/play/play.c +++ b/usr.bin/audio/play/play.c @@ -1,4 +1,4 @@ -/* $NetBSD: play.c,v 1.48 2007/12/15 19:44:48 perry Exp $ */ +/* $NetBSD: play.c,v 1.49 2008/05/29 14:51:27 mrg Exp $ */ /* * Copyright (c) 1999 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -30,7 +28,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: play.c,v 1.48 2007/12/15 19:44:48 perry Exp $"); +__RCSID("$NetBSD: play.c,v 1.49 2008/05/29 14:51:27 mrg Exp $"); #endif diff --git a/usr.bin/audio/record/audiorecord.1 b/usr.bin/audio/record/audiorecord.1 index 458ea3da119..c91d5d78fac 100644 --- a/usr.bin/audio/record/audiorecord.1 +++ b/usr.bin/audio/record/audiorecord.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: audiorecord.1,v 1.36 2006/05/15 02:21:37 gson Exp $ +.\" $NetBSD: audiorecord.1,v 1.37 2008/05/29 14:51:27 mrg Exp $ .\" .\" Copyright (c) 1998-1999 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,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. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/usr.bin/audio/record/record.c b/usr.bin/audio/record/record.c index 01aa05308ec..040a3157374 100644 --- a/usr.bin/audio/record/record.c +++ b/usr.bin/audio/record/record.c @@ -1,4 +1,4 @@ -/* $NetBSD: record.c,v 1.45 2007/12/15 19:44:49 perry Exp $ */ +/* $NetBSD: record.c,v 1.46 2008/05/29 14:51:27 mrg Exp $ */ /* * Copyright (c) 1999, 2002 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -34,7 +32,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: record.c,v 1.45 2007/12/15 19:44:49 perry Exp $"); +__RCSID("$NetBSD: record.c,v 1.46 2008/05/29 14:51:27 mrg Exp $"); #endif diff --git a/usr.bin/gzip/gzip.1 b/usr.bin/gzip/gzip.1 index 639f557e6e2..0bd29d05d0d 100644 --- a/usr.bin/gzip/gzip.1 +++ b/usr.bin/gzip/gzip.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: gzip.1,v 1.18 2005/09/30 13:46:56 wiz Exp $ +.\" $NetBSD: gzip.1,v 1.19 2008/05/29 14:51:27 mrg Exp $ .\" .\" Copyright (c) 1997, 2003, 2004 Matthew R. Green .\" All rights reserved. @@ -11,8 +11,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. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/usr.bin/gzip/gzip.c b/usr.bin/gzip/gzip.c index 10f341c5651..ab6c1d11436 100644 --- a/usr.bin/gzip/gzip.c +++ b/usr.bin/gzip/gzip.c @@ -1,4 +1,4 @@ -/* $NetBSD: gzip.c,v 1.90 2007/01/31 08:23:22 martin Exp $ */ +/* $NetBSD: gzip.c,v 1.91 2008/05/29 14:51:27 mrg Exp $ */ /* * Copyright (c) 1997, 1998, 2003, 2004, 2006 Matthew R. Green @@ -12,8 +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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -32,7 +30,7 @@ #ifndef lint __COPYRIGHT("@(#) Copyright (c) 1997, 1998, 2003, 2004, 2006 Matthew R. Green\n\ All rights reserved.\n"); -__RCSID("$NetBSD: gzip.c,v 1.90 2007/01/31 08:23:22 martin Exp $"); +__RCSID("$NetBSD: gzip.c,v 1.91 2008/05/29 14:51:27 mrg Exp $"); #endif /* not lint */ /* diff --git a/usr.bin/less/less2netbsd b/usr.bin/less/less2netbsd index 60c3b2bc8bf..104bea7c018 100755 --- a/usr.bin/less/less2netbsd +++ b/usr.bin/less/less2netbsd @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: less2netbsd,v 1.7 2006/10/26 01:30:33 mrg Exp $ +# $NetBSD: less2netbsd,v 1.8 2008/05/29 14:51:27 mrg Exp $ # # Copyright (c) 1996, 2003 Matthew R. Green # All rights reserved. @@ -13,8 +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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/usr.sbin/installboot/arch/sparc64.c b/usr.sbin/installboot/arch/sparc64.c index 7257df9a68f..eddfecf51cd 100644 --- a/usr.sbin/installboot/arch/sparc64.c +++ b/usr.sbin/installboot/arch/sparc64.c @@ -1,4 +1,4 @@ -/* $NetBSD: sparc64.c,v 1.16 2008/04/28 20:24:16 martin Exp $ */ +/* $NetBSD: sparc64.c,v 1.17 2008/05/29 14:51:27 mrg Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -41,8 +41,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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -63,7 +61,7 @@ #include <sys/cdefs.h> #if defined(__RCSID) && !defined(__lint) -__RCSID("$NetBSD: sparc64.c,v 1.16 2008/04/28 20:24:16 martin Exp $"); +__RCSID("$NetBSD: sparc64.c,v 1.17 2008/05/29 14:51:27 mrg Exp $"); #endif /* !__lint */ #include <sys/param.h> |
