license: built full stack, test and documentation
This commit is contained in:
15
REUSE.toml
15
REUSE.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user