diff options
author | 2007-06-06 21:41:31 +0000 | |
---|---|---|
committer | 2007-06-06 21:41:31 +0000 | |
commit | 6ec6dc8304af57f88db8cfca85aee7d2e4a1ed38 (patch) | |
tree | 7abe012bbe9ddaa80d1e6a583887f3b0b19e6657 /sys/dev/ic/ath.c | |
parent | No need to call hci_enable() when we can do "btconfig <dev> up"; ok gwk (diff) | |
download | wireguard-openbsd-6ec6dc8304af57f88db8cfca85aee7d2e4a1ed38.tar.xz wireguard-openbsd-6ec6dc8304af57f88db8cfca85aee7d2e4a1ed38.zip |
the copyright holder changed the license from "dual bsd/gpl" to be
2-clause bsd-only. good.
Diffstat (limited to 'sys/dev/ic/ath.c')
-rw-r--r-- | sys/dev/ic/ath.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/ic/ath.c b/sys/dev/ic/ath.c index 07cfd9759d7..c9e62d172b5 100644 --- a/sys/dev/ic/ath.c +++ b/sys/dev/ic/ath.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ath.c,v 1.63 2007/05/09 16:41:14 reyk Exp $ */ +/* $OpenBSD: ath.c,v 1.64 2007/06/06 21:41:32 reyk Exp $ */ /* $NetBSD: ath.c,v 1.37 2004/08/18 21:59:39 dyoung Exp $ */ /*- @@ -19,10 +19,6 @@ * of any contributors may be used to endorse or promote products derived * from this software without specific prior written permission. * - * Alternatively, this software may be distributed under the terms of the - * GNU General Public License ("GPL") version 2 as published by the Free - * Software Foundation. - * * NO WARRANTY * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |