GPT created a Bamort Community License (BCL) :-)

This commit is contained in:
2026-01-07 15:39:07 +01:00
parent 4e774642f2
commit 2a8e883d64
9 changed files with 129 additions and 208 deletions
+32
View File
@@ -0,0 +1,32 @@
# 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).