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