• Home
  • History
  • Annotate
  • only in /external/wpa_supplicant_8/
NameDateSize

..17-Jul-20124 KiB

.gitignore17-Jul-20128

Android.mk17-Jul-201290

CleanSpec.mk17-Jul-20122.8 KiB

COPYING17-Jul-201217.6 KiB

hostapd/17-Jul-20124 KiB

MODULE_LICENSE_BSD_LIKE17-Jul-20120

README17-Jul-20122.9 KiB

src/17-Jul-20124 KiB

wpa_supplicant/17-Jul-20124 KiB

README

1wpa_supplicant and hostapd
2--------------------------
3
4Copyright (c) 2002-2011, Jouni Malinen <j@w1.fi> and contributors
5All Rights Reserved.
6
7These programs are dual-licensed under both the GPL version 2 and BSD
8license (the one with advertisement clause removed). Either license
9may be used at your option.
10
11
12This package may include either wpa_supplicant, hostapd, or both. See
13README file respective subdirectories (wpa_supplicant/README or
14hostapd/README) for more details.
15
16Source code files were moved around in v0.6.x releases and compared to
17earlier releases, the programs are now built by first going to a
18subdirectory (wpa_supplicant or hostapd) and creating build
19configuration (.config) and running 'make' there (for Linux/BSD/cygwin
20builds).
21
22
23License
24-------
25
26GPL v2:
27
28This program is free software; you can redistribute it and/or modify
29it under the terms of the GNU General Public License version 2 as
30published by the Free Software Foundation.
31
32This program is distributed in the hope that it will be useful,
33but WITHOUT ANY WARRANTY; without even the implied warranty of
34MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
35GNU General Public License for more details.
36
37You should have received a copy of the GNU General Public License
38along with this program; if not, write to the Free Software
39Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
40
41(this copy of the license is in COPYING file)
42
43
44Alternatively, this software may be distributed, used, and modified
45under the terms of BSD license:
46
47Redistribution and use in source and binary forms, with or without
48modification, are permitted provided that the following conditions are
49met:
50
511. Redistributions of source code must retain the above copyright
52   notice, this list of conditions and the following disclaimer.
53
542. Redistributions in binary form must reproduce the above copyright
55   notice, this list of conditions and the following disclaimer in the
56   documentation and/or other materials provided with the distribution.
57
583. Neither the name(s) of the above-listed copyright holder(s) nor the
59   names of its contributors may be used to endorse or promote products
60   derived from this software without specific prior written permission.
61
62THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
63"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
64LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
65A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
66OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
67SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
68LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
69DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
70THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
71(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
72OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
73