wxWidgets 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. wxWindows Library Licence, Version 3.1
  2. ======================================
  3. Copyright (c) 1998-2005 Julian Smart, Robert Roebling et al
  4. Everyone is permitted to copy and distribute verbatim copies
  5. of this licence document, but changing it is not allowed.
  6. WXWINDOWS LIBRARY LICENCE
  7. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  8. This library is free software; you can redistribute it and/or modify it
  9. under the terms of the GNU Library General Public Licence as published by
  10. the Free Software Foundation; either version 2 of the Licence, or (at
  11. your option) any later version.
  12. This library is distributed in the hope that it will be useful, but
  13. WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library
  15. General Public Licence for more details.
  16. You should have received a copy of the GNU Library General Public Licence
  17. along with this software, usually in a file named COPYING.LIB. If not,
  18. write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  19. Boston, MA 02110-1301 USA.
  20. EXCEPTION NOTICE
  21. 1. As a special exception, the copyright holders of this library give
  22. permission for additional uses of the text contained in this release of
  23. the library as licenced under the wxWindows Library Licence, applying
  24. either version 3.1 of the Licence, or (at your option) any later version of
  25. the Licence as published by the copyright holders of version
  26. 3.1 of the Licence document.
  27. 2. The exception is that you may use, copy, link, modify and distribute
  28. under your own terms, binary object code versions of works based
  29. on the Library.
  30. 3. If you copy code from files distributed under the terms of the GNU
  31. General Public Licence or the GNU Library General Public Licence into a
  32. copy of this library, as this licence permits, the exception does not
  33. apply to the code that you add in this way. To avoid misleading anyone as
  34. to the status of such modified files, you must delete this exception
  35. notice from such code and/or adjust the licensing conditions notice
  36. accordingly.
  37. 4. If you write modifications of your own for this library, it is your
  38. choice whether to permit this exception to apply to your modifications.
  39. If you do not wish that, you must delete the exception notice from such
  40. code and/or adjust the licensing conditions notice accordingly.