README 2.3 KB

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