Files
dyncoll-dev/REUSE.toml
Giuseppe Naponiello 271acacb1d
Some checks failed
docs / build (push) Has been cancelled
docs / deploy (push) Has been cancelled
license: built full stack, test and documentation
2026-07-03 12:47:47 +02:00

43 lines
1.9 KiB
TOML

version = 1
# =============================================================================
# Annotazioni REUSE (https://reuse.software) per dyncoll.v2.
# Evita header SPDX in ogni singolo file: la licenza è dichiarata qui in blocco.
# Titolare del copyright: cambiare se deve essere l'istituzione/università.
# =============================================================================
# Default per tutto il repository (codice e configurazioni): EUPL-1.2.
[[annotations]]
path = "**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Giuseppe Naponiello"
SPDX-License-Identifier = "EUPL-1.2"
# Documentazione utente (sito MkDocs): CC-BY-4.0.
[[annotations]]
path = ["docs/**", "mkdocs.yml"]
precedence = "override"
SPDX-FileCopyrightText = "2026 Giuseppe Naponiello"
SPDX-License-Identifier = "CC-BY-4.0"
# Libreria di terzi 3DHOP (vendored come asset statici, non modificata).
# 3D Heritage Online Presenter — Visual Computing Lab, ISTI - CNR — GPL-3.0-or-later.
[[annotations]]
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"