first commit
This commit is contained in:
29
REUSE.toml
Normal file
29
REUSE.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
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 = "documentation/**"
|
||||
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"
|
||||
Reference in New Issue
Block a user