diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2007-06-06 19:31:08 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2007-06-06 19:31:08 +0000 |
commit | 9317f311f7934f0af490628a0312d01a9356cd89 (patch) | |
tree | f7967eccbcccdcd5cc55a0d59973ec947ef8d70e /sys/net80211/ieee80211_output.c | |
parent | 500a578db75cf89083df2a55d0595219cd097bef (diff) |
The license permits us to redistribute this code under the BSD or the GPLv2.
Choose the BSD license so that future enhancements will be BSD-only.
ok jsg@ reyk@ deraadt@
Diffstat (limited to 'sys/net80211/ieee80211_output.c')
-rw-r--r-- | sys/net80211/ieee80211_output.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/net80211/ieee80211_output.c b/sys/net80211/ieee80211_output.c index 46efb330f64..b7a8084655b 100644 --- a/sys/net80211/ieee80211_output.c +++ b/sys/net80211/ieee80211_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee80211_output.c,v 1.23 2006/12/25 19:24:26 reyk Exp $ */ +/* $OpenBSD: ieee80211_output.c,v 1.24 2007/06/06 19:31:07 damien Exp $ */ /* $NetBSD: ieee80211_output.c,v 1.13 2004/05/31 11:02:55 dyoung Exp $ */ /*- @@ -17,10 +17,6 @@ * 3. The name of the author may not 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. - * * 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. |