diff options
author | Jouni Malinen <j@w1.fi> | 2012-02-11 16:31:36 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2012-02-11 19:39:36 +0200 |
commit | e22d4d957bea049a37dfc2697b895c8ff6cd8b1c (patch) | |
tree | 1aa9591c9ddcd4cd8bfcfb1a82e21158adee585e /wpa_supplicant/wpa_gui-qt4 | |
parent | 0dd1603c3fd34008d047b581b906b66b829d7520 (diff) | |
download | external_wpa_supplicant_8_ti-e22d4d957bea049a37dfc2697b895c8ff6cd8b1c.zip external_wpa_supplicant_8_ti-e22d4d957bea049a37dfc2697b895c8ff6cd8b1c.tar.gz external_wpa_supplicant_8_ti-e22d4d957bea049a37dfc2697b895c8ff6cd8b1c.tar.bz2 |
Remove the GPL notification from files contributed by Atheros
Remove the GPL notification text from files that were initially
contributed by Atheros Communications or Qualcomm Atheros.
Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'wpa_supplicant/wpa_gui-qt4')
-rw-r--r-- | wpa_supplicant/wpa_gui-qt4/peers.cpp | 10 | ||||
-rw-r--r-- | wpa_supplicant/wpa_gui-qt4/peers.h | 10 | ||||
-rw-r--r-- | wpa_supplicant/wpa_gui-qt4/stringquery.cpp | 10 | ||||
-rw-r--r-- | wpa_supplicant/wpa_gui-qt4/stringquery.h | 10 |
4 files changed, 8 insertions, 32 deletions
diff --git a/wpa_supplicant/wpa_gui-qt4/peers.cpp b/wpa_supplicant/wpa_gui-qt4/peers.cpp index 65bb17d..f5aa9f7 100644 --- a/wpa_supplicant/wpa_gui-qt4/peers.cpp +++ b/wpa_supplicant/wpa_gui-qt4/peers.cpp @@ -2,14 +2,8 @@ * wpa_gui - Peers class * Copyright (c) 2009-2010, Atheros Communications * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - * Alternatively, this software may be distributed under the terms of BSD - * license. - * - * See README and COPYING for more details. + * This software may be distributed under the terms of the BSD license. + * See README for more details. */ #include <cstdio> diff --git a/wpa_supplicant/wpa_gui-qt4/peers.h b/wpa_supplicant/wpa_gui-qt4/peers.h index a715395..bac77dc 100644 --- a/wpa_supplicant/wpa_gui-qt4/peers.h +++ b/wpa_supplicant/wpa_gui-qt4/peers.h @@ -2,14 +2,8 @@ * wpa_gui - Peers class * Copyright (c) 2009-2010, Atheros Communications * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - * Alternatively, this software may be distributed under the terms of BSD - * license. - * - * See README and COPYING for more details. + * This software may be distributed under the terms of the BSD license. + * See README for more details. */ #ifndef PEERS_H diff --git a/wpa_supplicant/wpa_gui-qt4/stringquery.cpp b/wpa_supplicant/wpa_gui-qt4/stringquery.cpp index 1ca98d9..420e0be 100644 --- a/wpa_supplicant/wpa_gui-qt4/stringquery.cpp +++ b/wpa_supplicant/wpa_gui-qt4/stringquery.cpp @@ -2,14 +2,8 @@ * wpa_gui - StringQuery class * Copyright (c) 2009, Atheros Communications * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - * Alternatively, this software may be distributed under the terms of BSD - * license. - * - * See README and COPYING for more details. + * This software may be distributed under the terms of the BSD license. + * See README for more details. */ #include <cstdio> diff --git a/wpa_supplicant/wpa_gui-qt4/stringquery.h b/wpa_supplicant/wpa_gui-qt4/stringquery.h index 1b68217..9d6bffd 100644 --- a/wpa_supplicant/wpa_gui-qt4/stringquery.h +++ b/wpa_supplicant/wpa_gui-qt4/stringquery.h @@ -2,14 +2,8 @@ * wpa_gui - StringQuery class * Copyright (c) 2009, Atheros Communications * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - * Alternatively, this software may be distributed under the terms of BSD - * license. - * - * See README and COPYING for more details. + * This software may be distributed under the terms of the BSD license. + * See README for more details. */ #ifndef STRINGQUERY_H |