diff options
| author | rmind <rmind@NetBSD.org> | 2009-10-19 23:19:37 +0000 |
|---|---|---|
| committer | rmind <rmind@NetBSD.org> | 2009-10-19 23:19:37 +0000 |
| commit | 993cb03302a1dfcbf47f5ed548f42dbe21aec423 (patch) | |
| tree | 63c50477830eea3fa0cb14491bd0b07e41fd2813 /sys/dev | |
| parent | 6f40c61d9b50aca6c3042ff74ebfd49f5393450f (diff) | |
Drop 3rd and 4th clauses from David Young's license.
Reviewed and approved by dyoung@ (copyright holder).
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/cardbus/if_rtw_cardbus.c | 7 | ||||
| -rw-r--r-- | sys/dev/ic/al2210reg.h | 5 | ||||
| -rw-r--r-- | sys/dev/ic/ath_netbsd.c | 6 | ||||
| -rw-r--r-- | sys/dev/ic/ath_netbsd.h | 4 | ||||
| -rw-r--r-- | sys/dev/ic/hfa3861areg.h | 7 | ||||
| -rw-r--r-- | sys/dev/ic/max2820reg.h | 5 | ||||
| -rw-r--r-- | sys/dev/ic/rf3000reg.h | 5 | ||||
| -rw-r--r-- | sys/dev/ic/rtw.c | 7 | ||||
| -rw-r--r-- | sys/dev/ic/rtwphy.c | 7 | ||||
| -rw-r--r-- | sys/dev/ic/rtwphy.h | 5 | ||||
| -rw-r--r-- | sys/dev/ic/rtwphyio.c | 7 | ||||
| -rw-r--r-- | sys/dev/ic/rtwphyio.h | 5 | ||||
| -rw-r--r-- | sys/dev/ic/rtwreg.h | 5 | ||||
| -rw-r--r-- | sys/dev/ic/rtwvar.h | 5 | ||||
| -rw-r--r-- | sys/dev/ic/sa2400reg.h | 5 | ||||
| -rw-r--r-- | sys/dev/ic/si4136reg.h | 5 |
16 files changed, 22 insertions, 68 deletions
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, |
