upload
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dieses Repo ist archiviert. Du kannst Dateien sehen und es klonen, kannst aber nicht pushen oder Issues/Pull-Requests öffnen.

LicenseInfo.txt 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /** \file
  2. *
  3. * This file contains special DoxyGen information for the generation of the main page and other special
  4. * documentation pages. It is not a project source file.
  5. */
  6. /**
  7. * \page Page_LicenseInfo Source Code License
  8. *
  9. * The LUFA library is currently released under the MIT license, included below.
  10. *
  11. * \section Sec_LicenseForHumans License Summary for Human Beings
  12. * Everyone is free to use LUFA without payment - even in commercial applications
  13. * where the product source code is not publicly disclosed. However, use of the
  14. * library must be in accordance with the library license conditions.
  15. *
  16. * If you wish to use LUFA without payment, you <b>must</b> include a copy of the
  17. * full license text below with your product or project - on your website, and in
  18. * an accompanying manual or other materials for the product. As long as the entire
  19. * license text is made available and obvious to the users of your product, you
  20. * are free to incorporate the LUFA library into your product without special
  21. * additional licensing.
  22. *
  23. * \section Sec_CommercialLicenses Commercial Licensing
  24. * In some instances the small requirement for public disclosure of LUFA within a
  25. * product is unwanted; in these instances a commercial license is offered up as an
  26. * alternative to the standard LUFA license.
  27. *
  28. * Commercial entities can opt out of the public disclosure clause in this license
  29. * for a one-time US$1500 payment. This provides a non-exclusive modified MIT
  30. * licensed which allows for the free use of the LUFA library, bootloaders and
  31. * (where the sole copyright is attributed to Dean Camera) demos without public
  32. * disclosure within an organization, in addition to three free hours of consultation
  33. * with the library author, and priority support.
  34. *
  35. * Please visit the Commercial License link on \ref Page_Resources for more information on
  36. * ordering a commercial license for your company.
  37. *
  38. * \section Sec_LicenseText LUFA License Text
  39. *
  40. * \verbinclude License.txt
  41. */