|
| 1 | +# Third-Party Licenses |
| 2 | + |
| 3 | +This package bundles third-party components used by Icinga Web. |
| 4 | +Each bundled component remains available under its upstream license. |
| 5 | + |
| 6 | +This file highlights bundled components and shipped assets under licenses other |
| 7 | +than MIT. |
| 8 | + |
| 9 | +## License Summary |
| 10 | + |
| 11 | +| License | Component | License Files / Notes | |
| 12 | +|-------------------|---------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------| |
| 13 | +| Apache-2.0 | [wikimedia/less.php](https://github.com/wikimedia/less.php) | [`vendor/wikimedia/less.php/LICENSE`](vendor/wikimedia/less.php/LICENSE) | |
| 14 | +| Apache-2.0 | [zircote/swagger-php](https://github.com/zircote/swagger-php) | [`vendor/zircote/swagger-php/LICENSE`](vendor/zircote/swagger-php/LICENSE) | |
| 15 | +| BSD-3-Clause | [icinga/zf1](https://github.com/Icinga/zf1) | [`vendor/icinga/zf1/LICENSE.txt`](vendor/icinga/zf1/LICENSE.txt) | |
| 16 | +| BSD-3-Clause | [jfcherng/php-diff](https://github.com/jfcherng/php-diff) | [`vendor/jfcherng/php-diff/LICENSE`](vendor/jfcherng/php-diff/LICENSE) | |
| 17 | +| BSD-3-Clause | [tedivm/jshrink](https://github.com/tedious/JShrink) | [`vendor/tedivm/jshrink/LICENSE`](vendor/tedivm/jshrink/LICENSE) | |
| 18 | +| ISC | [d3.js](https://d3js.org/) | [`asset/js/mbostock/LICENSE`](asset/js/mbostock/LICENSE); shipped as [`asset/js/mbostock/d3.js`](asset/js/mbostock/d3.js) | |
| 19 | +| LGPL-2.1 | [dompdf/dompdf](https://github.com/dompdf/dompdf) | [`vendor/dompdf/dompdf/LICENSE.LGPL`](vendor/dompdf/dompdf/LICENSE.LGPL) | |
| 20 | +| LGPL-2.1-or-later | [ezyang/htmlpurifier](https://github.com/ezyang/htmlpurifier) | [`vendor/ezyang/htmlpurifier/LICENSE`](vendor/ezyang/htmlpurifier/LICENSE) | |
| 21 | +| LGPL-3.0-or-later | [dompdf/php-svg-lib](https://github.com/dompdf/php-svg-lib) | [`vendor/dompdf/php-svg-lib/LICENSE`](vendor/dompdf/php-svg-lib/LICENSE); bundled through the `dompdf/dompdf` dependency | |
| 22 | + |
| 23 | +## Notes |
| 24 | + |
| 25 | +- This file lists top-level bundled components and additional shipped assets. |
| 26 | +- Components under MIT are not listed individually here. |
| 27 | +- Indirect dependencies are not listed one by one, but licenses they add to the |
| 28 | + shipped source tree are still reflected here when relevant. For example, |
| 29 | + `dompdf/dompdf` brings in a bundled `LGPL-3.0-or-later` dependency, so that |
| 30 | + license is included above. |
0 commit comments