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