preamble.txt 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. Preamble
  2. ========
  3. The licensing of the wxWidgets library is intended to protect the wxWidgets
  4. library, its developers, and its users, so that the considerable investment
  5. it represents is not abused.
  6. Under the terms of the wxWindows licence, you as a user are not
  7. obliged to distribute wxWidgets source code with your products, if you
  8. distribute these products in binary form. However, you are prevented from
  9. restricting use of the library in source code form, or denying others the
  10. rights to use or distribute wxWidgets library source code in the way
  11. intended.
  12. The wxWindows licence establishes the copyright for the code and related
  13. material, and it gives you legal permission to copy, distribute and/or
  14. modify the library. It also asserts that no warranty is given by the authors
  15. for this or derived code.
  16. The core distribution of the wxWidgets library contains files
  17. under two different licences:
  18. - Most files are distributed under the GNU Library General Public
  19. Licence, version 2, with the special exception that you may create and
  20. distribute object code versions built from the source code or modified
  21. versions of it (even if these modified versions include code under a
  22. different licence), and distribute such binaries under your own
  23. terms.
  24. - Most core wxWidgets manuals are made available under the "wxWidgets
  25. Free Documentation Licence", which allows you to distribute modified
  26. versions of the manuals, such as versions documenting any modifications
  27. made by you in your version of the library. However, you may not restrict
  28. any third party from reincorporating your changes into the original
  29. manuals.
  30. Other relevant files:
  31. - licence.txt: a statement that the wxWidgets library is
  32. covered by the GNU Library General Public Licence, with an
  33. exception notice for binary distribution.
  34. - licendoc.txt: the wxWidgets Documentation Licence.
  35. - lgpl.txt: the text of the GNU Library General Public Licence.
  36. - gpl.txt: the text of the GNU General Public Licence, which is
  37. referenced by the LGPL.