first commit

This commit is contained in:
Giuseppe Naponiello
2026-06-14 19:01:02 +02:00
commit 36bcc9a842
98 changed files with 26936 additions and 0 deletions

29
REUSE.toml Normal file
View 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"