1*f05cddf9SRui Paulowpa_supplicant and hostapd 2*f05cddf9SRui Paulo-------------------------- 339beb93cSSam Leffler 4*f05cddf9SRui PauloCopyright (c) 2002-2012, Jouni Malinen <j@w1.fi> and contributors 539beb93cSSam LefflerAll Rights Reserved. 639beb93cSSam Leffler 7*f05cddf9SRui PauloThese programs are licensed under the BSD license (the one with 8*f05cddf9SRui Pauloadvertisement clause removed). 9*f05cddf9SRui Paulo 10*f05cddf9SRui PauloIf you are submitting changes to the project, please see CONTRIBUTIONS 11*f05cddf9SRui Paulofile for more instructions. 1239beb93cSSam Leffler 1339beb93cSSam Leffler 1439beb93cSSam LefflerThis package may include either wpa_supplicant, hostapd, or both. See 1539beb93cSSam LefflerREADME file respective subdirectories (wpa_supplicant/README or 1639beb93cSSam Lefflerhostapd/README) for more details. 1739beb93cSSam Leffler 18*f05cddf9SRui PauloSource code files were moved around in v0.6.x releases and compared to 19*f05cddf9SRui Pauloearlier releases, the programs are now built by first going to a 20*f05cddf9SRui Paulosubdirectory (wpa_supplicant or hostapd) and creating build 21*f05cddf9SRui Pauloconfiguration (.config) and running 'make' there (for Linux/BSD/cygwin 22*f05cddf9SRui Paulobuilds). 23*f05cddf9SRui Paulo 24*f05cddf9SRui Paulo 25*f05cddf9SRui PauloLicense 26*f05cddf9SRui Paulo------- 27*f05cddf9SRui Paulo 28*f05cddf9SRui PauloThis software may be distributed, used, and modified under the terms of 29*f05cddf9SRui PauloBSD license: 30*f05cddf9SRui Paulo 31*f05cddf9SRui PauloRedistribution and use in source and binary forms, with or without 32*f05cddf9SRui Paulomodification, are permitted provided that the following conditions are 33*f05cddf9SRui Paulomet: 34*f05cddf9SRui Paulo 35*f05cddf9SRui Paulo1. Redistributions of source code must retain the above copyright 36*f05cddf9SRui Paulo notice, this list of conditions and the following disclaimer. 37*f05cddf9SRui Paulo 38*f05cddf9SRui Paulo2. Redistributions in binary form must reproduce the above copyright 39*f05cddf9SRui Paulo notice, this list of conditions and the following disclaimer in the 40*f05cddf9SRui Paulo documentation and/or other materials provided with the distribution. 41*f05cddf9SRui Paulo 42*f05cddf9SRui Paulo3. Neither the name(s) of the above-listed copyright holder(s) nor the 43*f05cddf9SRui Paulo names of its contributors may be used to endorse or promote products 44*f05cddf9SRui Paulo derived from this software without specific prior written permission. 45*f05cddf9SRui Paulo 46*f05cddf9SRui PauloTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 47*f05cddf9SRui Paulo"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 48*f05cddf9SRui PauloLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 49*f05cddf9SRui PauloA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 50*f05cddf9SRui PauloOWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 51*f05cddf9SRui PauloSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 52*f05cddf9SRui PauloLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 53*f05cddf9SRui PauloDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 54*f05cddf9SRui PauloTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 55*f05cddf9SRui Paulo(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 56*f05cddf9SRui PauloOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 57