README 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. wpa_supplicant and hostapd
  2. --------------------------
  3. Copyright (c) 2002-2010, Jouni Malinen <j@w1.fi> and contributors
  4. All Rights Reserved.
  5. These programs are dual-licensed under both the GPL version 2 and BSD
  6. license (the one with advertisement clause removed). Either license
  7. may be used at your option.
  8. This package may include either wpa_supplicant, hostapd, or both. See
  9. README file respective subdirectories (wpa_supplicant/README or
  10. hostapd/README) for more details.
  11. Source code files were moved around in v0.6.x releases and compared to
  12. earlier releases, the programs are now built by first going to a
  13. subdirectory (wpa_supplicant or hostapd) and creating build
  14. configuration (.config) and running 'make' there (for Linux/BSD/cygwin
  15. builds).
  16. License
  17. -------
  18. GPL v2:
  19. This program is free software; you can redistribute it and/or modify
  20. it under the terms of the GNU General Public License version 2 as
  21. published by the Free Software Foundation.
  22. This program is distributed in the hope that it will be useful,
  23. but WITHOUT ANY WARRANTY; without even the implied warranty of
  24. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  25. GNU General Public License for more details.
  26. You should have received a copy of the GNU General Public License
  27. along with this program; if not, write to the Free Software
  28. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  29. (this copy of the license is in COPYING file)
  30. Alternatively, this software may be distributed, used, and modified
  31. under the terms of BSD license:
  32. Redistribution and use in source and binary forms, with or without
  33. modification, are permitted provided that the following conditions are
  34. met:
  35. 1. Redistributions of source code must retain the above copyright
  36. notice, this list of conditions and the following disclaimer.
  37. 2. Redistributions in binary form must reproduce the above copyright
  38. notice, this list of conditions and the following disclaimer in the
  39. documentation and/or other materials provided with the distribution.
  40. 3. Neither the name(s) of the above-listed copyright holder(s) nor the
  41. names of its contributors may be used to endorse or promote products
  42. derived from this software without specific prior written permission.
  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.