|
| 1 | +## General Public License |
| 2 | + |
| 3 | +Copyright (C) 2019-2025 Ivan Goethals GPLv3 |
| 4 | + |
| 5 | +This program is free software: you can redistribute it and/or modify it |
| 6 | +under the terms of the GNU General Public License as published by the |
| 7 | +Free Software Foundation, either version 3 of the License, or (at your option) |
| 8 | +any later version. |
| 9 | + |
| 10 | +This program is distributed in the hope that it will be useful, but |
| 11 | +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 12 | +FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
| 13 | +more details. |
| 14 | + |
| 15 | +You should have received a copy of the GNU General Public License |
| 16 | +along with this program. If not, see http://www.gnu.org/licenses/. |
| 17 | + |
| 18 | +The source code of this community edition is hosted on Github at |
| 19 | +https://github.com/igoethal/eendraadschema. |
| 20 | + |
| 21 | +## Exclusive license |
| 22 | + |
| 23 | +Notwithstanding the above, the original and sole author of this edition, |
| 24 | +Ivan Goethals, reserves the exclusive right to create derivative works of |
| 25 | +this software and distribute them under different licensing terms, including |
| 26 | +but not limited to proprietary licenses. This includes the ability to develop |
| 27 | +and offer a hosted edition with additional features not available in the |
| 28 | +community edition. This right does not extend to derivative works produced by |
| 29 | +others based on this community edition. |
| 30 | + |
| 31 | +## Embedded content |
| 32 | + |
| 33 | +### Pako.js |
| 34 | + |
| 35 | +This program uses the Pako.js entropy coding library. Pako is released under |
| 36 | +an MIT license by Andrey Tupitsin and Vitaly Puzrin. For more information on |
| 37 | +Pako and the full license text, please visit https://github.com/nodeca/pako |
| 38 | + |
| 39 | +### Zlib |
| 40 | + |
| 41 | +Pako implements ZLib in javascript. Zlib is released under the ZLIB License. |
| 42 | +See https://www.zlib.net/zlib_license.html |
| 43 | + |
| 44 | +### jsPDF |
| 45 | + |
| 46 | +This program uses the jsPDF library to transform SVG images into PDF files. |
| 47 | +The jsPDF license is as follows |
| 48 | + |
| 49 | +Copyright |
| 50 | +(c) 2010-2021 James Hall, https://github.com/MrRio/jsPDF |
| 51 | +(c) 2015-2021 yWorks GmbH, https://www.yworks.com/ |
| 52 | + |
| 53 | +Permission is hereby granted, free of charge, to any person obtaining |
| 54 | +a copy of this software and associated documentation files (the |
| 55 | +"Software"), to deal in the Software without restriction, including |
| 56 | +without limitation the rights to use, copy, modify, merge, publish, |
| 57 | +distribute, sublicense, and/or sell copies of the Software, and to |
| 58 | +permit persons to whom the Software is furnished to do so, subject to |
| 59 | +the following conditions: |
| 60 | + |
| 61 | +The above copyright notice and this permission notice shall be |
| 62 | +included in all copies or substantial portions of the Software. |
| 63 | + |
| 64 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 65 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 66 | +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 67 | +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
| 68 | +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 69 | +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
| 70 | +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 71 | + |
0 commit comments