summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorrmind <rmind@NetBSD.org>2009-10-19 23:19:37 +0000
committerrmind <rmind@NetBSD.org>2009-10-19 23:19:37 +0000
commit993cb03302a1dfcbf47f5ed548f42dbe21aec423 (patch)
tree63c50477830eea3fa0cb14491bd0b07e41fd2813 /sys
parent6f40c61d9b50aca6c3042ff74ebfd49f5393450f (diff)
Drop 3rd and 4th clauses from David Young's license.
Reviewed and approved by dyoung@ (copyright holder).
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/isa/cmos.c7
-rw-r--r--sys/arch/i386/pci/geode.c10
-rw-r--r--sys/arch/i386/pci/geodereg.h8
-rw-r--r--sys/arch/i386/pci/geodewdg.c10
-rw-r--r--sys/arch/mips/adm5120/adm5120_extio_space.c7
-rw-r--r--sys/arch/mips/adm5120/dev/admgpio.c7
-rw-r--r--sys/arch/mips/adm5120/dev/admpci.c7
-rw-r--r--sys/arch/mips/adm5120/dev/admwdog.c7
-rw-r--r--sys/arch/mips/adm5120/dev/wdc_extio.c7
-rw-r--r--sys/arch/mips/adm5120/include/adm5120_extiovar.h5
-rw-r--r--sys/arch/mips/adm5120/include/adm5120_pcivar.h5
-rw-r--r--sys/dev/cardbus/if_rtw_cardbus.c7
-rw-r--r--sys/dev/ic/al2210reg.h5
-rw-r--r--sys/dev/ic/ath_netbsd.c6
-rw-r--r--sys/dev/ic/ath_netbsd.h4
-rw-r--r--sys/dev/ic/hfa3861areg.h7
-rw-r--r--sys/dev/ic/max2820reg.h5
-rw-r--r--sys/dev/ic/rf3000reg.h5
-rw-r--r--sys/dev/ic/rtw.c7
-rw-r--r--sys/dev/ic/rtwphy.c7
-rw-r--r--sys/dev/ic/rtwphy.h5
-rw-r--r--sys/dev/ic/rtwphyio.c7
-rw-r--r--sys/dev/ic/rtwphyio.h5
-rw-r--r--sys/dev/ic/rtwreg.h5
-rw-r--r--sys/dev/ic/rtwvar.h5
-rw-r--r--sys/dev/ic/sa2400reg.h5
-rw-r--r--sys/dev/ic/si4136reg.h5
-rw-r--r--sys/net80211/ieee80211_radiotap.h5
-rw-r--r--sys/net80211/ieee80211_rssadapt.c7
-rw-r--r--sys/net80211/ieee80211_rssadapt.h5
-rw-r--r--sys/net80211/ieee80211_sysctl.h5
-rw-r--r--sys/netinet/in_selsrc.c10
32 files changed, 48 insertions, 154 deletions
diff --git a/sys/arch/i386/isa/cmos.c b/sys/arch/i386/isa/cmos.c
index 35571199e28..43251d1d997 100644
--- a/sys/arch/i386/isa/cmos.c
+++ b/sys/arch/i386/isa/cmos.c
@@ -1,4 +1,4 @@
-/* $NetBSD: cmos.c,v 1.7 2009/04/15 20:44:26 elad Exp $ */
+/* $NetBSD: cmos.c,v 1.8 2009/10/19 23:19:38 rmind Exp $ */
/*
* Copyright (C) 2003 JONE System Co., Inc.
@@ -43,9 +43,6 @@
* 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 David Young 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
@@ -62,7 +59,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cmos.c,v 1.7 2009/04/15 20:44:26 elad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cmos.c,v 1.8 2009/10/19 23:19:38 rmind Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/arch/i386/pci/geode.c b/sys/arch/i386/pci/geode.c
index caa872e0c8e..5d68afe93af 100644
--- a/sys/arch/i386/pci/geode.c
+++ b/sys/arch/i386/pci/geode.c
@@ -1,4 +1,4 @@
-/* $NetBSD: geode.c,v 1.13 2008/05/10 13:38:34 jmcneill Exp $ */
+/* $NetBSD: geode.c,v 1.14 2009/10/19 23:19:38 rmind Exp $ */
/*-
* Copyright (c) 2005 David Young. All rights reserved.
@@ -14,12 +14,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by David Young.
- * 4. The name of David Young may not be used to endorse or promote
- * products derived from this software without specific prior
- * written permission.
*
* THIS SOFTWARE IS PROVIDED BY DAVID YOUNG ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
@@ -70,7 +64,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: geode.c,v 1.13 2008/05/10 13:38:34 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: geode.c,v 1.14 2009/10/19 23:19:38 rmind Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/arch/i386/pci/geodereg.h b/sys/arch/i386/pci/geodereg.h
index 7dc78bca0e0..7ee1920dc21 100644
--- a/sys/arch/i386/pci/geodereg.h
+++ b/sys/arch/i386/pci/geodereg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: geodereg.h,v 1.8 2006/08/31 19:24:37 dyoung Exp $ */
+/* $NetBSD: geodereg.h,v 1.9 2009/10/19 23:19:38 rmind Exp $ */
/*-
* Copyright (c) 2005 David Young. All rights reserved.
@@ -13,12 +13,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by David Young.
- * 4. The name of David Young may not be used to endorse or promote
- * products derived from this software without specific prior
- * written permission.
*
* THIS SOFTWARE IS PROVIDED BY DAVID YOUNG ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
diff --git a/sys/arch/i386/pci/geodewdg.c b/sys/arch/i386/pci/geodewdg.c
index a5fca0edf28..dae54d8be66 100644
--- a/sys/arch/i386/pci/geodewdg.c
+++ b/sys/arch/i386/pci/geodewdg.c
@@ -1,4 +1,4 @@
-/* $NetBSD: geodewdg.c,v 1.9 2008/05/05 11:49:40 xtraeme Exp $ */
+/* $NetBSD: geodewdg.c,v 1.10 2009/10/19 23:19:38 rmind Exp $ */
/*-
* Copyright (c) 2005 David Young. All rights reserved.
@@ -13,12 +13,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by David Young.
- * 4. The name of David Young may not be used to endorse or promote
- * products derived from this software without specific prior
- * written permission.
*
* THIS SOFTWARE IS PROVIDED BY DAVID YOUNG ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
@@ -69,7 +63,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: geodewdg.c,v 1.9 2008/05/05 11:49:40 xtraeme Exp $");
+__KERNEL_RCSID(0, "$NetBSD: geodewdg.c,v 1.10 2009/10/19 23:19:38 rmind Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/arch/mips/adm5120/adm5120_extio_space.c b/sys/arch/mips/adm5120/adm5120_extio_space.c
index 7eb31b6720e..3cf77d651d4 100644
--- a/sys/arch/mips/adm5120/adm5120_extio_space.c
+++ b/sys/arch/mips/adm5120/adm5120_extio_space.c
@@ -1,4 +1,4 @@
-/* $NetBSD: adm5120_extio_space.c,v 1.2 2008/04/28 20:23:27 martin Exp $ */
+/* $NetBSD: adm5120_extio_space.c,v 1.3 2009/10/19 23:19:38 rmind Exp $ */
/*-
* Copyright (c) 2007 David Young. All rights reserved.
@@ -12,9 +12,6 @@
* 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,
@@ -63,7 +60,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: adm5120_extio_space.c,v 1.2 2008/04/28 20:23:27 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: adm5120_extio_space.c,v 1.3 2009/10/19 23:19:38 rmind Exp $");
#include <sys/param.h>
diff --git a/sys/arch/mips/adm5120/dev/admgpio.c b/sys/arch/mips/adm5120/dev/admgpio.c
index 9865e652d53..f591805da56 100644
--- a/sys/arch/mips/adm5120/dev/admgpio.c
+++ b/sys/arch/mips/adm5120/dev/admgpio.c
@@ -1,4 +1,4 @@
-/* $NetBSD: admgpio.c,v 1.1 2007/03/20 08:52:01 dyoung Exp $ */
+/* $NetBSD: admgpio.c,v 1.2 2009/10/19 23:19:38 rmind Exp $ */
/*-
* Copyright (c) 2007 David Young. All rights reserved.
@@ -12,9 +12,6 @@
* 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,
@@ -31,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: admgpio.c,v 1.1 2007/03/20 08:52:01 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: admgpio.c,v 1.2 2009/10/19 23:19:38 rmind Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/arch/mips/adm5120/dev/admpci.c b/sys/arch/mips/adm5120/dev/admpci.c
index adc56fc44fe..2a24b2822bf 100644
--- a/sys/arch/mips/adm5120/dev/admpci.c
+++ b/sys/arch/mips/adm5120/dev/admpci.c
@@ -1,4 +1,4 @@
-/* $NetBSD: admpci.c,v 1.1 2007/03/20 08:52:02 dyoung Exp $ */
+/* $NetBSD: admpci.c,v 1.2 2009/10/19 23:19:38 rmind Exp $ */
/*-
* Copyright (c) 2007 David Young. All rights reserved.
@@ -12,9 +12,6 @@
* 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,
@@ -64,7 +61,7 @@
#include "pci.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: admpci.c,v 1.1 2007/03/20 08:52:02 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: admpci.c,v 1.2 2009/10/19 23:19:38 rmind Exp $");
#include <sys/types.h>
#include <sys/param.h>
diff --git a/sys/arch/mips/adm5120/dev/admwdog.c b/sys/arch/mips/adm5120/dev/admwdog.c
index 210fc7f5ae2..82b26f15aa8 100644
--- a/sys/arch/mips/adm5120/dev/admwdog.c
+++ b/sys/arch/mips/adm5120/dev/admwdog.c
@@ -1,4 +1,4 @@
-/* $NetBSD: admwdog.c,v 1.1 2007/03/20 08:52:02 dyoung Exp $ */
+/* $NetBSD: admwdog.c,v 1.2 2009/10/19 23:19:38 rmind Exp $ */
/*-
* Copyright (c) 2007 David Young. All rights reserved.
@@ -12,9 +12,6 @@
* 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,
@@ -32,7 +29,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: admwdog.c,v 1.1 2007/03/20 08:52:02 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: admwdog.c,v 1.2 2009/10/19 23:19:38 rmind Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/arch/mips/adm5120/dev/wdc_extio.c b/sys/arch/mips/adm5120/dev/wdc_extio.c
index 7c59b4bb5ff..a74df2eece9 100644
--- a/sys/arch/mips/adm5120/dev/wdc_extio.c
+++ b/sys/arch/mips/adm5120/dev/wdc_extio.c
@@ -1,4 +1,4 @@
-/* $NetBSD: wdc_extio.c,v 1.2 2008/03/18 20:46:36 cube Exp $ */
+/* $NetBSD: wdc_extio.c,v 1.3 2009/10/19 23:19:38 rmind Exp $ */
/*-
* Copyright (c) 2007 David Young. All rights reserved.
@@ -15,9 +15,6 @@
* 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,
@@ -64,7 +61,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wdc_extio.c,v 1.2 2008/03/18 20:46:36 cube Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wdc_extio.c,v 1.3 2009/10/19 23:19:38 rmind Exp $");
#include <sys/types.h>
#include <sys/param.h>
diff --git a/sys/arch/mips/adm5120/include/adm5120_extiovar.h b/sys/arch/mips/adm5120/include/adm5120_extiovar.h
index beb9d8af7d1..84227358cd7 100644
--- a/sys/arch/mips/adm5120/include/adm5120_extiovar.h
+++ b/sys/arch/mips/adm5120/include/adm5120_extiovar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: adm5120_extiovar.h,v 1.2 2008/01/15 22:22:37 dyoung Exp $ */
+/* $NetBSD: adm5120_extiovar.h,v 1.3 2009/10/19 23:19:39 rmind Exp $ */
/*-
* Copyright (c) 2007 David Young. All rights reserved.
@@ -12,9 +12,6 @@
* 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,
diff --git a/sys/arch/mips/adm5120/include/adm5120_pcivar.h b/sys/arch/mips/adm5120/include/adm5120_pcivar.h
index 7a1003452bf..8222b7d20eb 100644
--- a/sys/arch/mips/adm5120/include/adm5120_pcivar.h
+++ b/sys/arch/mips/adm5120/include/adm5120_pcivar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: adm5120_pcivar.h,v 1.1 2007/03/20 08:52:03 dyoung Exp $ */
+/* $NetBSD: adm5120_pcivar.h,v 1.2 2009/10/19 23:19:39 rmind Exp $ */
/*-
* Copyright (c) 2007 David Young. All rights reserved.
@@ -12,9 +12,6 @@
* 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,
diff --git a/sys/dev/cardbus/if_rtw_cardbus.c b/sys/dev/cardbus/if_rtw_cardbus.c
index 701928c984a..a7ffe6a1b94 100644
--- a/sys/dev/cardbus/if_rtw_cardbus.c
+++ b/sys/dev/cardbus/if_rtw_cardbus.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_rtw_cardbus.c,v 1.31 2009/09/16 16:34:50 dyoung Exp $ */
+/* $NetBSD: if_rtw_cardbus.c,v 1.32 2009/10/19 23:19:39 rmind Exp $ */
/*-
* Copyright (c) 2004, 2005 David Young. All rights reserved.
@@ -13,9 +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 David Young may not be used to endorse or promote
- * products derived from this software without specific prior
- * written permission.
*
* THIS SOFTWARE IS PROVIDED BY David Young ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
@@ -67,7 +64,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_rtw_cardbus.c,v 1.31 2009/09/16 16:34:50 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_rtw_cardbus.c,v 1.32 2009/10/19 23:19:39 rmind Exp $");
#include "opt_inet.h"
#include "bpfilter.h"
diff --git a/sys/dev/ic/al2210reg.h b/sys/dev/ic/al2210reg.h
index d36e7042ac1..c7f802a84a2 100644
--- a/sys/dev/ic/al2210reg.h
+++ b/sys/dev/ic/al2210reg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: al2210reg.h,v 1.4 2006/03/08 08:26:50 dyoung Exp $ */
+/* $NetBSD: al2210reg.h,v 1.5 2009/10/19 23:19:39 rmind Exp $ */
/*
* Copyright (c) 2004 David Young. All rights reserved.
@@ -13,9 +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. Neither the name of the author nor the names of any co-contributors
- * may be used to endorse or promote products derived from this software
- * without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY David Young ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
diff --git a/sys/dev/ic/ath_netbsd.c b/sys/dev/ic/ath_netbsd.c
index b9ddca387dd..dbdc1cdf1ac 100644
--- a/sys/dev/ic/ath_netbsd.c
+++ b/sys/dev/ic/ath_netbsd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ath_netbsd.c,v 1.16 2008/11/12 12:36:11 ad Exp $ */
+/* $NetBSD: ath_netbsd.c,v 1.17 2009/10/19 23:19:39 rmind Exp $ */
/*-
* Copyright (c) 2003, 2004 David Young
@@ -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
@@ -28,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ath_netbsd.c,v 1.16 2008/11/12 12:36:11 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ath_netbsd.c,v 1.17 2009/10/19 23:19:39 rmind Exp $");
#include <sys/param.h>
#include <sys/types.h>
diff --git a/sys/dev/ic/ath_netbsd.h b/sys/dev/ic/ath_netbsd.h
index 2a1ba964d33..a65e01a2731 100644
--- a/sys/dev/ic/ath_netbsd.h
+++ b/sys/dev/ic/ath_netbsd.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ath_netbsd.h,v 1.8 2007/11/26 23:52:40 dyoung Exp $ */
+/* $NetBSD: ath_netbsd.h,v 1.9 2009/10/19 23:19:39 rmind Exp $ */
/*-
* Copyright (c) 2003, 2004 David Young
@@ -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/hfa3861areg.h b/sys/dev/ic/hfa3861areg.h
index 37bdb15ed1b..f8da7fc3d3b 100644
--- a/sys/dev/ic/hfa3861areg.h
+++ b/sys/dev/ic/hfa3861areg.h
@@ -1,5 +1,5 @@
-/* $NetBSD: hfa3861areg.h,v 1.3 2007/11/16 04:52:36 dyoung Exp $ */
-/* $Id: hfa3861areg.h,v 1.3 2007/11/16 04:52:36 dyoung Exp $ */
+/* $NetBSD: hfa3861areg.h,v 1.4 2009/10/19 23:19:39 rmind Exp $ */
+/* $Id: hfa3861areg.h,v 1.4 2009/10/19 23:19:39 rmind Exp $ */
/*
* Copyright (c) 2007 David Young. All rights reserved.
*
@@ -14,9 +14,6 @@
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials provided
* with the distribution.
- * 3. David Young's name may not be used to endorse or promote
- * products derived from this software without specific prior
- * written permission.
*
* THIS SOFTWARE IS PROVIDED BY DAVID YOUNG ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
diff --git a/sys/dev/ic/max2820reg.h b/sys/dev/ic/max2820reg.h
index 5f84dba0dde..1254b700b90 100644
--- a/sys/dev/ic/max2820reg.h
+++ b/sys/dev/ic/max2820reg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: max2820reg.h,v 1.7 2006/08/31 19:24:37 dyoung Exp $ */
+/* $NetBSD: max2820reg.h,v 1.8 2009/10/19 23:19:39 rmind Exp $ */
/*
* Copyright (c) 2004 David Young. All rights reserved.
@@ -13,9 +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. Neither the name of the author nor the names of any co-contributors
- * may be used to endorse or promote products derived from this software
- * without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY David Young ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
diff --git a/sys/dev/ic/rf3000reg.h b/sys/dev/ic/rf3000reg.h
index 4f94c59856c..7993ce453ab 100644
--- a/sys/dev/ic/rf3000reg.h
+++ b/sys/dev/ic/rf3000reg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rf3000reg.h,v 1.5 2006/03/08 08:26:50 dyoung Exp $ */
+/* $NetBSD: rf3000reg.h,v 1.6 2009/10/19 23:19:39 rmind Exp $ */
/*
* Copyright (c) 2005 David Young. All rights reserved.
@@ -13,9 +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. Neither the name of the author nor the names of any co-contributors
- * may be used to endorse or promote products derived from this software
- * without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY David Young ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
diff --git a/sys/dev/ic/rtw.c b/sys/dev/ic/rtw.c
index b8fe8caa0aa..a0d3cbb2351 100644
--- a/sys/dev/ic/rtw.c
+++ b/sys/dev/ic/rtw.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rtw.c,v 1.109 2009/09/16 16:34:50 dyoung Exp $ */
+/* $NetBSD: rtw.c,v 1.110 2009/10/19 23:19:39 rmind Exp $ */
/*-
* Copyright (c) 2004, 2005, 2006, 2007 David Young. All rights
* reserved.
@@ -13,9 +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 David Young may not be used to endorse or promote
- * products derived from this software without specific prior
- * written permission.
*
* THIS SOFTWARE IS PROVIDED BY David Young ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
@@ -35,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rtw.c,v 1.109 2009/09/16 16:34:50 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rtw.c,v 1.110 2009/10/19 23:19:39 rmind Exp $");
#include "bpfilter.h"
diff --git a/sys/dev/ic/rtwphy.c b/sys/dev/ic/rtwphy.c
index b79b5a8bdb2..394f568a20d 100644
--- a/sys/dev/ic/rtwphy.c
+++ b/sys/dev/ic/rtwphy.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rtwphy.c,v 1.14 2008/03/03 12:30:57 tsutsui Exp $ */
+/* $NetBSD: rtwphy.c,v 1.15 2009/10/19 23:19:39 rmind Exp $ */
/*-
* Copyright (c) 2004, 2005 David Young. All rights reserved.
*
@@ -12,9 +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 David Young may not be used to endorse or promote
- * products derived from this software without specific prior
- * written permission.
*
* THIS SOFTWARE IS PROVIDED BY David Young ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
@@ -35,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rtwphy.c,v 1.14 2008/03/03 12:30:57 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rtwphy.c,v 1.15 2009/10/19 23:19:39 rmind Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/dev/ic/rtwphy.h b/sys/dev/ic/rtwphy.h
index 1ad3dd8cf0c..aafb8fa8657 100644
--- a/sys/dev/ic/rtwphy.h
+++ b/sys/dev/ic/rtwphy.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rtwphy.h,v 1.5 2005/12/29 22:27:17 dyoung Exp $ */
+/* $NetBSD: rtwphy.h,v 1.6 2009/10/19 23:19:39 rmind Exp $ */
/*-
* Copyright (c) 2004, 2005 David Young. All rights reserved.
*
@@ -12,9 +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 David Young may not be used to endorse or promote
- * products derived from this software without specific prior
- * written permission.
*
* THIS SOFTWARE IS PROVIDED BY David Young ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
diff --git a/sys/dev/ic/rtwphyio.c b/sys/dev/ic/rtwphyio.c
index b275aa0a11f..7f442a09ffd 100644
--- a/sys/dev/ic/rtwphyio.c
+++ b/sys/dev/ic/rtwphyio.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rtwphyio.c,v 1.16 2008/03/03 12:30:57 tsutsui Exp $ */
+/* $NetBSD: rtwphyio.c,v 1.17 2009/10/19 23:19:39 rmind Exp $ */
/*-
* Copyright (c) 2004, 2005 David Young. All rights reserved.
*
@@ -12,9 +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 David Young may not be used to endorse or promote
- * products derived from this software without specific prior
- * written permission.
*
* THIS SOFTWARE IS PROVIDED BY David Young ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
@@ -35,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rtwphyio.c,v 1.16 2008/03/03 12:30:57 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rtwphyio.c,v 1.17 2009/10/19 23:19:39 rmind Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/dev/ic/rtwphyio.h b/sys/dev/ic/rtwphyio.h
index 366f3d02c6d..c8c95c56d12 100644
--- a/sys/dev/ic/rtwphyio.h
+++ b/sys/dev/ic/rtwphyio.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rtwphyio.h,v 1.3 2005/12/11 12:21:28 christos Exp $ */
+/* $NetBSD: rtwphyio.h,v 1.4 2009/10/19 23:19:39 rmind Exp $ */
/*-
* Copyright (c) 2004, 2005 David Young. All rights reserved.
*
@@ -12,9 +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 David Young may not be used to endorse or promote
- * products derived from this software without specific prior
- * written permission.
*
* THIS SOFTWARE IS PROVIDED BY David Young ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
diff --git a/sys/dev/ic/rtwreg.h b/sys/dev/ic/rtwreg.h
index 5d82238c110..f40a89bf5f1 100644
--- a/sys/dev/ic/rtwreg.h
+++ b/sys/dev/ic/rtwreg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rtwreg.h,v 1.26 2008/09/08 23:36:54 gmcgarry Exp $ */
+/* $NetBSD: rtwreg.h,v 1.27 2009/10/19 23:19:39 rmind Exp $ */
/*-
* Copyright (c) 2004, 2005 David Young. All rights reserved.
*
@@ -12,9 +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 David Young may not be used to endorse or promote
- * products derived from this software without specific prior
- * written permission.
*
* THIS SOFTWARE IS PROVIDED BY David Young ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
diff --git a/sys/dev/ic/rtwvar.h b/sys/dev/ic/rtwvar.h
index 1f54f360d1d..020c1cc5b2f 100644
--- a/sys/dev/ic/rtwvar.h
+++ b/sys/dev/ic/rtwvar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rtwvar.h,v 1.38 2009/09/16 16:34:50 dyoung Exp $ */
+/* $NetBSD: rtwvar.h,v 1.39 2009/10/19 23:19:39 rmind Exp $ */
/*-
* Copyright (c) 2004, 2005 David Young. All rights reserved.
*
@@ -12,9 +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 David Young may not be used to endorse or promote
- * products derived from this software without specific prior
- * written permission.
*
* THIS SOFTWARE IS PROVIDED BY David Young ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
diff --git a/sys/dev/ic/sa2400reg.h b/sys/dev/ic/sa2400reg.h
index e72d82b3756..90bb2215b79 100644
--- a/sys/dev/ic/sa2400reg.h
+++ b/sys/dev/ic/sa2400reg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: sa2400reg.h,v 1.7 2006/08/31 19:24:38 dyoung Exp $ */
+/* $NetBSD: sa2400reg.h,v 1.8 2009/10/19 23:19:39 rmind Exp $ */
/*
* Copyright (c) 2005 David Young. All rights reserved.
@@ -13,9 +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. Neither the name of the author nor the names of any co-contributors
- * may be used to endorse or promote products derived from this software
- * without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY David Young ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
diff --git a/sys/dev/ic/si4136reg.h b/sys/dev/ic/si4136reg.h
index 5bed51e0769..047acf6963c 100644
--- a/sys/dev/ic/si4136reg.h
+++ b/sys/dev/ic/si4136reg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: si4136reg.h,v 1.5 2006/08/31 19:24:38 dyoung Exp $ */
+/* $NetBSD: si4136reg.h,v 1.6 2009/10/19 23:19:39 rmind Exp $ */
/*
* Copyright (c) 2005 David Young. All rights reserved.
@@ -13,9 +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. Neither the name of the author nor the names of any co-contributors
- * may be used to endorse or promote products derived from this software
- * without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY David Young ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
diff --git a/sys/net80211/ieee80211_radiotap.h b/sys/net80211/ieee80211_radiotap.h
index d792afc721f..cd662d920a6 100644
--- a/sys/net80211/ieee80211_radiotap.h
+++ b/sys/net80211/ieee80211_radiotap.h
@@ -1,5 +1,5 @@
/* $FreeBSD: src/sys/net80211/ieee80211_radiotap.h,v 1.5 2005/01/22 20:12:05 sam Exp $ */
-/* $NetBSD: ieee80211_radiotap.h,v 1.20 2008/09/08 23:36:55 gmcgarry Exp $ */
+/* $NetBSD: ieee80211_radiotap.h,v 1.21 2009/10/19 23:19:39 rmind Exp $ */
/*-
* Copyright (c) 2003, 2004 David Young. All rights reserved.
@@ -12,9 +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 David Young may not be used to endorse or promote
- * products derived from this software without specific prior
- * written permission.
*
* THIS SOFTWARE IS PROVIDED BY DAVID YOUNG ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
diff --git a/sys/net80211/ieee80211_rssadapt.c b/sys/net80211/ieee80211_rssadapt.c
index dcd749d1476..e591909644c 100644
--- a/sys/net80211/ieee80211_rssadapt.c
+++ b/sys/net80211/ieee80211_rssadapt.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ieee80211_rssadapt.c,v 1.16 2008/11/12 12:36:28 ad Exp $ */
+/* $NetBSD: ieee80211_rssadapt.c,v 1.17 2009/10/19 23:19:39 rmind Exp $ */
/*-
* Copyright (c) 2003, 2004 David Young. All rights reserved.
*
@@ -11,9 +11,6 @@
* 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 David Young may not be used to endorse or promote
- * products derived from this software without specific prior
- * written permission.
*
* THIS SOFTWARE IS PROVIDED BY David Young ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
@@ -31,7 +28,7 @@
#include <sys/cdefs.h>
#ifdef __NetBSD__
-__KERNEL_RCSID(0, "$NetBSD: ieee80211_rssadapt.c,v 1.16 2008/11/12 12:36:28 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ieee80211_rssadapt.c,v 1.17 2009/10/19 23:19:39 rmind Exp $");
#endif
#include <sys/param.h>
diff --git a/sys/net80211/ieee80211_rssadapt.h b/sys/net80211/ieee80211_rssadapt.h
index 53aefb459c5..72ed07eb573 100644
--- a/sys/net80211/ieee80211_rssadapt.h
+++ b/sys/net80211/ieee80211_rssadapt.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ieee80211_rssadapt.h,v 1.6 2005/12/10 23:26:35 elad Exp $ */
+/* $NetBSD: ieee80211_rssadapt.h,v 1.7 2009/10/19 23:19:39 rmind Exp $ */
/*-
* Copyright (c) 2003, 2004 David Young. All rights reserved.
*
@@ -11,9 +11,6 @@
* 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 David Young may not be used to endorse or promote
- * products derived from this software without specific prior
- * written permission.
*
* THIS SOFTWARE IS PROVIDED BY David Young ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
diff --git a/sys/net80211/ieee80211_sysctl.h b/sys/net80211/ieee80211_sysctl.h
index a537a50f71c..495fb3f5e25 100644
--- a/sys/net80211/ieee80211_sysctl.h
+++ b/sys/net80211/ieee80211_sysctl.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ieee80211_sysctl.h,v 1.8 2007/12/25 18:33:46 perry Exp $ */
+/* $NetBSD: ieee80211_sysctl.h,v 1.9 2009/10/19 23:19:39 rmind Exp $ */
/*-
* Copyright (c) 2005 David Young. All rights reserved.
*
@@ -11,9 +11,6 @@
* 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 David Young may not be used to endorse or promote
- * products derived from this software without specific prior
- * written permission.
*
* THIS SOFTWARE IS PROVIDED BY David Young ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
diff --git a/sys/netinet/in_selsrc.c b/sys/netinet/in_selsrc.c
index 39551db4901..e1f3c31d634 100644
--- a/sys/netinet/in_selsrc.c
+++ b/sys/netinet/in_selsrc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: in_selsrc.c,v 1.7 2009/08/30 02:03:58 dyoung Exp $ */
+/* $NetBSD: in_selsrc.c,v 1.8 2009/10/19 23:19:39 rmind Exp $ */
/*-
* Copyright (c) 2005 David Young. All rights reserved.
@@ -13,12 +13,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by David Young.
- * 4. The name of David Young may not be used to endorse or promote
- * products derived from this software without specific prior
- * written permission.
*
* THIS SOFTWARE IS PROVIDED BY DAVID YOUNG ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
@@ -35,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: in_selsrc.c,v 1.7 2009/08/30 02:03:58 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: in_selsrc.c,v 1.8 2009/10/19 23:19:39 rmind Exp $");
#include "opt_inet.h"
#include "opt_inet_conf.h"