README 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. krackattacks
  2. ------------
  3. Copyright of portions of this project are held by Jouni Malinen and
  4. contributors (see below). Copyright of project krackattacks are held by
  5. Mathy Vanhoef <Mathy.Vanhoef@cs.kuleuven> and contributors.
  6. Software of project krackattacks is licensed under the 2-clause BSD
  7. license (the license below with the 3rd clause removed).
  8. wpa_supplicant and hostapd
  9. --------------------------
  10. Copyright (c) 2002-2017, Jouni Malinen <j@w1.fi> and contributors
  11. All Rights Reserved.
  12. These programs are licensed under the BSD license (the one with
  13. advertisement clause removed).
  14. If you are submitting changes to the project, please see CONTRIBUTIONS
  15. file for more instructions.
  16. This package may include either wpa_supplicant, hostapd, or both. See
  17. README file respective subdirectories (wpa_supplicant/README or
  18. hostapd/README) for more details.
  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. License
  25. -------
  26. This software may be distributed, used, and modified under the terms of
  27. BSD license:
  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. 1. Redistributions of source code must retain the above copyright
  32. notice, this list of conditions and the following disclaimer.
  33. 2. Redistributions in binary form must reproduce the above copyright
  34. notice, this list of conditions and the following disclaimer in the
  35. documentation and/or other materials provided with the distribution.
  36. 3. Neither the name(s) of the above-listed copyright holder(s) nor the
  37. names of its contributors may be used to endorse or promote products
  38. derived from this software without specific prior written permission.
  39. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  40. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  41. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  42. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  43. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  44. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  45. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  46. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  47. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  48. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  49. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.