aboutsummaryrefslogtreecommitdiffstats
path: root/wlantest
diff options
context:
space:
mode:
authorJouni Malinen <j@w1.fi>2012-02-11 16:46:35 +0200
committerJouni Malinen <j@w1.fi>2012-02-11 19:39:36 +0200
commit0f3d578efcff5f29d3b8af13edc3c1a9a3222129 (patch)
tree3d98a6a9ccf64f1c5087cbfdaa4cab24eca965e0 /wlantest
parente22d4d957bea049a37dfc2697b895c8ff6cd8b1c (diff)
downloadexternal_wpa_supplicant_8_ti-0f3d578efcff5f29d3b8af13edc3c1a9a3222129.zip
external_wpa_supplicant_8_ti-0f3d578efcff5f29d3b8af13edc3c1a9a3222129.tar.gz
external_wpa_supplicant_8_ti-0f3d578efcff5f29d3b8af13edc3c1a9a3222129.tar.bz2
Remove the GPL notification from files contributed by Jouni Malinen
Remove the GPL notification text from the files that were initially contributed by myself. Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'wlantest')
-rw-r--r--wlantest/bss.c10
-rw-r--r--wlantest/ccmp.c10
-rw-r--r--wlantest/crc32.c10
-rw-r--r--wlantest/ctrl.c10
-rw-r--r--wlantest/inject.c10
-rw-r--r--wlantest/monitor.c10
-rw-r--r--wlantest/process.c10
-rw-r--r--wlantest/readpcap.c10
-rw-r--r--wlantest/rx_data.c10
-rw-r--r--wlantest/rx_eapol.c10
-rw-r--r--wlantest/rx_ip.c10
-rw-r--r--wlantest/rx_mgmt.c10
-rw-r--r--wlantest/rx_tdls.c10
-rw-r--r--wlantest/sta.c10
-rw-r--r--wlantest/tkip.c10
-rw-r--r--wlantest/wep.c10
-rw-r--r--wlantest/wired.c10
-rw-r--r--wlantest/wlantest.c10
-rw-r--r--wlantest/wlantest.h10
-rw-r--r--wlantest/wlantest_cli.c10
-rw-r--r--wlantest/wlantest_ctrl.h10
-rw-r--r--wlantest/writepcap.c10
22 files changed, 44 insertions, 176 deletions
diff --git a/wlantest/bss.c b/wlantest/bss.c
index 34dee50..94f2580 100644
--- a/wlantest/bss.c
+++ b/wlantest/bss.c
@@ -2,14 +2,8 @@
* BSS list
* Copyright (c) 2010, Jouni Malinen <j@w1.fi>
*
- * 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 "utils/includes.h"
diff --git a/wlantest/ccmp.c b/wlantest/ccmp.c
index 5e51310..6292ee0 100644
--- a/wlantest/ccmp.c
+++ b/wlantest/ccmp.c
@@ -2,14 +2,8 @@
* CTR with CBC-MAC Protocol (CCMP)
* Copyright (c) 2010, Jouni Malinen <j@w1.fi>
*
- * 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 "utils/includes.h"
diff --git a/wlantest/crc32.c b/wlantest/crc32.c
index c1747d8..adbbda5 100644
--- a/wlantest/crc32.c
+++ b/wlantest/crc32.c
@@ -2,14 +2,8 @@
* 32-bit CRC for FCS calculation
* Copyright (c) 2010, Jouni Malinen <j@w1.fi>
*
- * 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 "utils/includes.h"
diff --git a/wlantest/ctrl.c b/wlantest/ctrl.c
index 32509b3..bed5d6c 100644
--- a/wlantest/ctrl.c
+++ b/wlantest/ctrl.c
@@ -2,14 +2,8 @@
* wlantest control interface
* Copyright (c) 2010, Jouni Malinen <j@w1.fi>
*
- * 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 "utils/includes.h"
diff --git a/wlantest/inject.c b/wlantest/inject.c
index e8e7de7..b57f23f 100644
--- a/wlantest/inject.c
+++ b/wlantest/inject.c
@@ -2,14 +2,8 @@
* wlantest frame injection
* Copyright (c) 2010, Jouni Malinen <j@w1.fi>
*
- * 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 "utils/includes.h"
diff --git a/wlantest/monitor.c b/wlantest/monitor.c
index c16893a..902e6d9 100644
--- a/wlantest/monitor.c
+++ b/wlantest/monitor.c
@@ -2,14 +2,8 @@
* Linux packet socket monitor
* Copyright (c) 2010, Jouni Malinen <j@w1.fi>
*
- * 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 "utils/includes.h"
diff --git a/wlantest/process.c b/wlantest/process.c
index a4dd87d..dc272ed 100644
--- a/wlantest/process.c
+++ b/wlantest/process.c
@@ -2,14 +2,8 @@
* Received frame processing
* Copyright (c) 2010, Jouni Malinen <j@w1.fi>
*
- * 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 "utils/includes.h"
diff --git a/wlantest/readpcap.c b/wlantest/readpcap.c
index fd8b1e8..3ab4080 100644
--- a/wlantest/readpcap.c
+++ b/wlantest/readpcap.c
@@ -2,14 +2,8 @@
* PCAP capture file reader
* Copyright (c) 2010, Jouni Malinen <j@w1.fi>
*
- * 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 "utils/includes.h"
diff --git a/wlantest/rx_data.c b/wlantest/rx_data.c
index b7f1a89..fea73cc 100644
--- a/wlantest/rx_data.c
+++ b/wlantest/rx_data.c
@@ -2,14 +2,8 @@
* Received Data frame processing
* Copyright (c) 2010, Jouni Malinen <j@w1.fi>
*
- * 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 "utils/includes.h"
diff --git a/wlantest/rx_eapol.c b/wlantest/rx_eapol.c
index 7619baf..ad9035f 100644
--- a/wlantest/rx_eapol.c
+++ b/wlantest/rx_eapol.c
@@ -2,14 +2,8 @@
* Received Data frame processing for EAPOL messages
* Copyright (c) 2010, Jouni Malinen <j@w1.fi>
*
- * 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 "utils/includes.h"
diff --git a/wlantest/rx_ip.c b/wlantest/rx_ip.c
index 2070159..016004d 100644
--- a/wlantest/rx_ip.c
+++ b/wlantest/rx_ip.c
@@ -2,14 +2,8 @@
* Received Data frame processing for IPv4 packets
* Copyright (c) 2010, Jouni Malinen <j@w1.fi>
*
- * 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 "utils/includes.h"
diff --git a/wlantest/rx_mgmt.c b/wlantest/rx_mgmt.c
index c7a9390..0d72f22 100644
--- a/wlantest/rx_mgmt.c
+++ b/wlantest/rx_mgmt.c
@@ -2,14 +2,8 @@
* Received Management frame processing
* Copyright (c) 2010, Jouni Malinen <j@w1.fi>
*
- * 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 "utils/includes.h"
diff --git a/wlantest/rx_tdls.c b/wlantest/rx_tdls.c
index f2e2ac7..08a29a5 100644
--- a/wlantest/rx_tdls.c
+++ b/wlantest/rx_tdls.c
@@ -2,14 +2,8 @@
* Received Data frame processing for TDLS packets
* Copyright (c) 2010, Jouni Malinen <j@w1.fi>
*
- * 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 "utils/includes.h"
diff --git a/wlantest/sta.c b/wlantest/sta.c
index 4b5d16d..115ef8a 100644
--- a/wlantest/sta.c
+++ b/wlantest/sta.c
@@ -2,14 +2,8 @@
* STA list
* Copyright (c) 2010, Jouni Malinen <j@w1.fi>
*
- * 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 "utils/includes.h"
diff --git a/wlantest/tkip.c b/wlantest/tkip.c
index 3533914..2d626f3 100644
--- a/wlantest/tkip.c
+++ b/wlantest/tkip.c
@@ -2,14 +2,8 @@
* Temporal Key Integrity Protocol (CCMP)
* Copyright (c) 2010, Jouni Malinen <j@w1.fi>
*
- * 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 "utils/includes.h"
diff --git a/wlantest/wep.c b/wlantest/wep.c
index 13ff218..c4137f3 100644
--- a/wlantest/wep.c
+++ b/wlantest/wep.c
@@ -2,14 +2,8 @@
* Wired Equivalent Privacy (WEP)
* Copyright (c) 2010, Jouni Malinen <j@w1.fi>
*
- * 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 "utils/includes.h"
diff --git a/wlantest/wired.c b/wlantest/wired.c
index bf9f163..77a395f 100644
--- a/wlantest/wired.c
+++ b/wlantest/wired.c
@@ -2,14 +2,8 @@
* Received frame processing for wired interface
* Copyright (c) 2010, Jouni Malinen <j@w1.fi>
*
- * 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 "utils/includes.h"
diff --git a/wlantest/wlantest.c b/wlantest/wlantest.c
index a1a0b04..094ed17 100644
--- a/wlantest/wlantest.c
+++ b/wlantest/wlantest.c
@@ -2,14 +2,8 @@
* wlantest - IEEE 802.11 protocol monitoring and testing tool
* Copyright (c) 2010-2011, Jouni Malinen <j@w1.fi>
*
- * 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 "utils/includes.h"
diff --git a/wlantest/wlantest.h b/wlantest/wlantest.h
index 18ea3b9..de8bc65 100644
--- a/wlantest/wlantest.h
+++ b/wlantest/wlantest.h
@@ -2,14 +2,8 @@
* wlantest - IEEE 802.11 protocol monitoring and testing tool
* Copyright (c) 2010, Jouni Malinen <j@w1.fi>
*
- * 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 WLANTEST_H
diff --git a/wlantest/wlantest_cli.c b/wlantest/wlantest_cli.c
index b957488..ce95081 100644
--- a/wlantest/wlantest_cli.c
+++ b/wlantest/wlantest_cli.c
@@ -2,14 +2,8 @@
* wlantest controller
* Copyright (c) 2010, Jouni Malinen <j@w1.fi>
*
- * 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 "utils/includes.h"
diff --git a/wlantest/wlantest_ctrl.h b/wlantest/wlantest_ctrl.h
index b0c8123..618cf8c 100644
--- a/wlantest/wlantest_ctrl.h
+++ b/wlantest/wlantest_ctrl.h
@@ -2,14 +2,8 @@
* wlantest control interface
* Copyright (c) 2010, Jouni Malinen <j@w1.fi>
*
- * 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 WLANTEST_CTRL_H
diff --git a/wlantest/writepcap.c b/wlantest/writepcap.c
index b59a1c2..dac0597 100644
--- a/wlantest/writepcap.c
+++ b/wlantest/writepcap.c
@@ -2,14 +2,8 @@
* PCAP capture file writer
* Copyright (c) 2010, Jouni Malinen <j@w1.fi>
*
- * 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 "utils/includes.h"