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/ic/ath_netbsd.c | |
| 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/ic/ath_netbsd.c')
| -rw-r--r-- | sys/dev/ic/ath_netbsd.c | 6 |
1 files changed, 2 insertions, 4 deletions
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> |
