We have a few BSD/ISC licensed userspace applications which include nl80211.h from the kernel. To avoid legal ambiguity for usage of the header file in these projects we rather simply relicense the header file under the ISC. We've received consent from all contributors to it. Signed-off-by: Luis R. Rodriguez <lrodriguez@xxxxxxxxxxx> Acked-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Acked-by: Michael Wu <flamingice@xxxxxxxxxxxx> Acked-by: Luis Carlos Cobo <luisca@xxxxxxxxxxx> Acked-by: Michael Buesch <mb@xxxxxxxxx> Acked-by: Jouni Malinen <jouni.malinen@xxxxxxxxxxx> Acked-by: Colin McCabe <colin@xxxxxxxxxxx> Acked-by: Javier Cardona <javier@xxxxxxxxxxx> Cc: johannes@xxxxxxxxxxxxxxxx Cc: altape@xxxxxxxxxxxxxxxx Cc: luisca@xxxxxxxxxxx Cc: mb@xxxxxxxxx Cc: jouni.malinen@xxxxxxxxxxx Cc: colin@xxxxxxxxxxx Cc: javier@xxxxxxxxxxx --- include/linux/nl80211.h | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/include/linux/nl80211.h b/include/linux/nl80211.h index e08c8bc..3a7e14c 100644 --- a/include/linux/nl80211.h +++ b/include/linux/nl80211.h @@ -3,7 +3,26 @@ /* * 802.11 netlink interface public header * - * Copyright 2006, 2007 Johannes Berg <johannes@xxxxxxxxxxxxxxxx> + * Copyright 2006, 2007, 2008 Johannes Berg <johannes@xxxxxxxxxxxxxxxx> + * Copyright 2008 Michael Wu <flamingice@xxxxxxxxxxxx> + * Copyright 2008 Luis Carlos Cobo <luisca@xxxxxxxxxxx> + * Copyright 2008 Michael Buesch <mb@xxxxxxxxx> + * Copyright 2008 Luis R. Rodriguez <lrodriguez@xxxxxxxxxxx> + * Copyright 2008 Jouni Malinen <jouni.malinen@xxxxxxxxxxx> + * Copyright 2008 Colin McCabe <colin@xxxxxxxxxxx> + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + * */ /** -- 1.5.6.rc2.15.g457bb.dirty -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html