# Third-Party Licenses

labelprinter.fit (din2lp) bundles the following open-source libraries.
Their license texts and attributions are included in the minified
JavaScript/CSS files themselves; this file summarises them for
reference.

---

## Bulma 1.0.4

CSS framework. Used for component styling.

- Repository: https://github.com/jgthms/bulma
- License: MIT
- Copyright (c) 2024 Jeremy Thomas

## JsBarcode 3.11.6 *(only when FEATURE_QR_RETOURE is enabled)*

Generates Code-128 barcodes for the DHL-Retoure label generator.

- Repository: https://github.com/lindell/JsBarcode
- License: MIT
- Copyright (c) Johan Lindell

## jsQR 1.4.0 *(only when FEATURE_QR_RETOURE is enabled)*

Decodes QR codes from image data.

- Repository: https://github.com/cozmo/jsQR
- License: Apache License 2.0
- Copyright (c) Cosmo Wolfe

## pdf-lib 1.17.1

Creates and modifies PDF documents in the browser.

- Repository: https://github.com/Hopding/pdf-lib
- License: MIT
- Copyright (c) 2019 Andrew Dillon

## PDF.js 3.11.174

Renders PDF documents in the browser (parsing + canvas-rendering).

- Repository: https://github.com/mozilla/pdf.js
- License: Apache License 2.0
- Copyright 2023 Mozilla Foundation

PDF.js is a trademark of Mozilla. The bundled `pdf.min.js` and
`pdf.worker.min.js` are unmodified distributions; the in-file license
notices include the full Apache 2.0 license text. This project does
not modify the PDF.js source.

---

## Inter Tight (Google Fonts)

UI typeface (loaded from Google Fonts CDN in the hosted version;
falls back to system fonts in the standalone build).

- License: SIL Open Font License 1.1
- Designer: Rasmus Andersson

---

## MIT License (used by Bulma, JsBarcode, pdf-lib)

```
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

## Apache License 2.0 (used by PDF.js, jsQR)

Full text at: http://www.apache.org/licenses/LICENSE-2.0

The bundled minified files contain the complete Apache 2.0 notice
inline; refer to those for the exact preserved license text.
