Files
bamort/THIRD_PARTY_NOTICES.md
T

33 lines
1.0 KiB
Markdown

# Third-Party Notices
This repository depends on third-party open-source components. Those components remain licensed under their own terms.
## Backend (Go)
A license inventory is recorded in `backend/tmp/go-licenses.txt`.
Notable licenses included:
- MIT
- BSD-2-Clause / BSD-3-Clause
- Apache-2.0 (e.g. `github.com/pdfcpu/pdfcpu`, `gopkg.in/yaml.v2`)
- MPL-2.0 (e.g. `github.com/go-sql-driver/mysql`)
## Frontend (Node/Vue)
A license inventory is recorded in `frontend/tmp/npm-licenses.json`.
Notable licenses included:
- MIT
- BSD-2-Clause / BSD-3-Clause
- ISC
## Icons
- `frontend/src/components/icons/IconTooling.vue` contains an icon from MaterialDesignIcons (Templarian), licensed under Apache-2.0 (see the file header comment for the upstream link).
## Artwork / images
The repository contains image assets (e.g. under `frontend/public/` and template assets under `backend/templates/`).
Ensure you have redistribution rights for all included artwork (and add explicit attribution/license information if any files originate from third parties).