Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 1 | wpa_supplicant and hostapd |
| 2 | -------------------------- |
| 3 | |
Jouni Malinen | 80da042 | 2012-08-09 15:29:25 -0700 | [diff] [blame^] | 4 | Copyright (c) 2002-2012, Jouni Malinen <j@w1.fi> and contributors |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 5 | All Rights Reserved. |
| 6 | |
Jouni Malinen | 80da042 | 2012-08-09 15:29:25 -0700 | [diff] [blame^] | 7 | These programs are licensed under the BSD license (the one with |
| 8 | advertisement clause removed). |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 9 | |
| 10 | |
| 11 | This package may include either wpa_supplicant, hostapd, or both. See |
| 12 | README file respective subdirectories (wpa_supplicant/README or |
| 13 | hostapd/README) for more details. |
| 14 | |
| 15 | Source code files were moved around in v0.6.x releases and compared to |
| 16 | earlier releases, the programs are now built by first going to a |
| 17 | subdirectory (wpa_supplicant or hostapd) and creating build |
| 18 | configuration (.config) and running 'make' there (for Linux/BSD/cygwin |
| 19 | builds). |
| 20 | |
| 21 | |
| 22 | License |
| 23 | ------- |
| 24 | |
Jouni Malinen | 80da042 | 2012-08-09 15:29:25 -0700 | [diff] [blame^] | 25 | This software may be distributed, used, and modified under the terms of |
| 26 | BSD license: |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 27 | |
| 28 | Redistribution and use in source and binary forms, with or without |
| 29 | modification, are permitted provided that the following conditions are |
| 30 | met: |
| 31 | |
| 32 | 1. Redistributions of source code must retain the above copyright |
| 33 | notice, this list of conditions and the following disclaimer. |
| 34 | |
| 35 | 2. Redistributions in binary form must reproduce the above copyright |
| 36 | notice, this list of conditions and the following disclaimer in the |
| 37 | documentation and/or other materials provided with the distribution. |
| 38 | |
| 39 | 3. Neither the name(s) of the above-listed copyright holder(s) nor the |
| 40 | names of its contributors may be used to endorse or promote products |
| 41 | derived from this software without specific prior written permission. |
| 42 | |
| 43 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 44 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 45 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 46 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 47 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 48 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 49 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 50 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 51 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 52 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 53 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |