license: built full stack, test and documentation
Some checks failed
docs / build (push) Has been cancelled
docs / deploy (push) Has been cancelled

This commit is contained in:
Giuseppe Naponiello
2026-07-03 12:47:47 +02:00
parent f8206b5840
commit 271acacb1d
39 changed files with 4078 additions and 57 deletions

View File

@@ -15,7 +15,7 @@ SPDX-License-Identifier = "EUPL-1.2"
# Documentazione utente (sito MkDocs): CC-BY-4.0.
[[annotations]]
path = "documentation/**"
path = ["docs/**", "mkdocs.yml"]
precedence = "override"
SPDX-FileCopyrightText = "2026 Giuseppe Naponiello"
SPDX-License-Identifier = "CC-BY-4.0"
@@ -27,3 +27,16 @@ path = "frontend/public/vendor/3dhop/**"
precedence = "override"
SPDX-FileCopyrightText = "2014-2020 Visual Computing Lab, ISTI - CNR"
SPDX-License-Identifier = "GPL-3.0-or-later"
# Testi delle licenze offerti in download insieme ai media (colonna `file` della
# tabella `licenses`, vedi LicenseSeeder), serviti al frontend via storage:link.
# NON sono le licenze del repository: non possono stare in LICENSES/ (un testo
# non referenziato dal codice fa fallire `reuse lint` come "unused license").
# Creative Commons dedica il testo delle proprie licenze al pubblico dominio (CC0):
# https://creativecommons.org/policies/#license — da qui l'annotazione, che a sua
# volta richiede LICENSES/CC0-1.0.txt nella root.
[[annotations]]
path = "backend/storage/app/public/licenses/**"
precedence = "override"
SPDX-FileCopyrightText = "Creative Commons Corporation"
SPDX-License-Identifier = "CC0-1.0"