diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-08-22 09:15:05 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2008-08-22 09:15:05 +0300 |
commit | 71b6ae1425d5a347caede49a8fd8278b09d69880 (patch) | |
tree | d444b2347778b9f813571d3baa74b48f1353d08c /hostapd | |
parent | 839faf0475d0eef343bce7dcfed7f3d5291f7933 (diff) | |
download | external_wpa_supplicant_8_ti-71b6ae1425d5a347caede49a8fd8278b09d69880.zip external_wpa_supplicant_8_ti-71b6ae1425d5a347caede49a8fd8278b09d69880.tar.gz external_wpa_supplicant_8_ti-71b6ae1425d5a347caede49a8fd8278b09d69880.tar.bz2 |
Add Intel copyright for files with 802.11n Intel changes
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Diffstat (limited to 'hostapd')
-rw-r--r-- | hostapd/ap.h | 1 | ||||
-rw-r--r-- | hostapd/ap_list.c | 7 | ||||
-rw-r--r-- | hostapd/ap_list.h | 7 | ||||
-rw-r--r-- | hostapd/beacon.c | 1 | ||||
-rw-r--r-- | hostapd/config.c | 1 | ||||
-rw-r--r-- | hostapd/config.h | 1 | ||||
-rw-r--r-- | hostapd/driver.h | 1 | ||||
-rw-r--r-- | hostapd/hostapd.h | 1 | ||||
-rw-r--r-- | hostapd/ieee802_11.c | 1 | ||||
-rw-r--r-- | hostapd/ieee802_11.h | 1 | ||||
-rw-r--r-- | hostapd/sta_info.c | 1 |
11 files changed, 17 insertions, 6 deletions
diff --git a/hostapd/ap.h b/hostapd/ap.h index 5db4f25..3a00845 100644 --- a/hostapd/ap.h +++ b/hostapd/ap.h @@ -1,6 +1,7 @@ /* * hostapd / Station table data structures * Copyright (c) 2002-2004, Jouni Malinen <j@w1.fi> + * Copyright (c) 2007-2008, Intel Corporation * * 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 diff --git a/hostapd/ap_list.c b/hostapd/ap_list.c index b7082d5..4f217dc 100644 --- a/hostapd/ap_list.c +++ b/hostapd/ap_list.c @@ -1,8 +1,9 @@ /* * hostapd / AP table - * Copyright 2002-2003, Jouni Malinen <j@w1.fi> - * Copyright 2003-2004, Instant802 Networks, Inc. - * Copyright 2006, Devicescape Software, Inc. + * Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi> + * Copyright (c) 2003-2004, Instant802 Networks, Inc. + * Copyright (c) 2006, Devicescape Software, Inc. + * Copyright (c) 2007-2008, Intel Corporation * * 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 diff --git a/hostapd/ap_list.h b/hostapd/ap_list.h index c5db8b8..93704f8b 100644 --- a/hostapd/ap_list.h +++ b/hostapd/ap_list.h @@ -1,8 +1,9 @@ /* * hostapd / AP table - * Copyright 2002-2003, Jouni Malinen <j@w1.fi> - * Copyright 2003-2004, Instant802 Networks, Inc. - * Copyright 2006, Devicescape Software, Inc. + * Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi> + * Copyright (c) 2003-2004, Instant802 Networks, Inc. + * Copyright (c) 2006, Devicescape Software, Inc. + * Copyright (c) 2007-2008, Intel Corporation * * 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 diff --git a/hostapd/beacon.c b/hostapd/beacon.c index 1a221d7..1235275 100644 --- a/hostapd/beacon.c +++ b/hostapd/beacon.c @@ -3,6 +3,7 @@ * Copyright (c) 2002-2004, Instant802 Networks, Inc. * Copyright (c) 2005-2006, Devicescape Software, Inc. * Copyright (c) 2008, Jouni Malinen <j@w1.fi> + * Copyright (c) 2007-2008, Intel Corporation * * 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 diff --git a/hostapd/config.c b/hostapd/config.c index 0c46b38..8c1ac2d 100644 --- a/hostapd/config.c +++ b/hostapd/config.c @@ -1,6 +1,7 @@ /* * hostapd / Configuration file * Copyright (c) 2003-2007, Jouni Malinen <j@w1.fi> + * Copyright (c) 2007-2008, Intel Corporation * * 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 diff --git a/hostapd/config.h b/hostapd/config.h index d1d15df..eb27d81 100644 --- a/hostapd/config.h +++ b/hostapd/config.h @@ -1,6 +1,7 @@ /* * hostapd / Configuration file * Copyright (c) 2003-2007, Jouni Malinen <j@w1.fi> + * Copyright (c) 2007-2008, Intel Corporation * * 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 diff --git a/hostapd/driver.h b/hostapd/driver.h index 2b323a1..3ec87a1 100644 --- a/hostapd/driver.h +++ b/hostapd/driver.h @@ -1,6 +1,7 @@ /* * hostapd - driver interface definition * Copyright (c) 2002-2007, Jouni Malinen <j@w1.fi> + * Copyright (c) 2007-2008, Intel Corporation * * 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 diff --git a/hostapd/hostapd.h b/hostapd/hostapd.h index d989820..4f5fcd4 100644 --- a/hostapd/hostapd.h +++ b/hostapd/hostapd.h @@ -2,6 +2,7 @@ * hostapd / Initialization and configuration * Host AP kernel driver * Copyright (c) 2002-2007, Jouni Malinen <j@w1.fi> + * Copyright (c) 2007-2008, Intel Corporation * * 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 diff --git a/hostapd/ieee802_11.c b/hostapd/ieee802_11.c index b3a9f3d..c1071a7 100644 --- a/hostapd/ieee802_11.c +++ b/hostapd/ieee802_11.c @@ -1,6 +1,7 @@ /* * hostapd / IEEE 802.11 Management * Copyright (c) 2002-2008, Jouni Malinen <j@w1.fi> + * Copyright (c) 2007-2008, Intel Corporation * * 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 diff --git a/hostapd/ieee802_11.h b/hostapd/ieee802_11.h index 186c0d3..8df0a8b 100644 --- a/hostapd/ieee802_11.h +++ b/hostapd/ieee802_11.h @@ -1,6 +1,7 @@ /* * hostapd / IEEE 802.11 Management * Copyright (c) 2002-2006, Jouni Malinen <j@w1.fi> + * Copyright (c) 2007-2008, Intel Corporation * * 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 diff --git a/hostapd/sta_info.c b/hostapd/sta_info.c index 7bc7fae..e9c0cc6 100644 --- a/hostapd/sta_info.c +++ b/hostapd/sta_info.c @@ -1,6 +1,7 @@ /* * hostapd / Station table * Copyright (c) 2002-2007, Jouni Malinen <j@w1.fi> + * Copyright (c) 2007-2008, Intel Corporation * * 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 |