Reuse toml (#518)

* add REUSE.toml [#480]

* add REUSE.toml and clarify license of different parts - software, specification, sample data [#480]
This commit is contained in:
Brandon Liu
2025-01-14 18:56:08 +08:00
committed by GitHub
parent 61e60c69d2
commit 5897a82a16
2 changed files with 29 additions and 0 deletions

21
REUSE.toml Normal file
View File

@@ -0,0 +1,21 @@
version = 1
[[annotations]]
path = ["app/**","cpp/**","js/**","openlayers/**","python/**","serverless/**"]
SPDX-FileCopyrightText = "2021 and later, Protomaps LLC and contributors"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "spec/**/*.md"
SPDX-FileCopyrightText = "2021 and later, Protomaps LLC and contributors"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "spec/v3/protomaps(vector)ODbL_firenze.pmtiles"
SPDX-FileCopyrightText = "© OpenStreetMap Contributors"
SPDX-License-Identifier = "ODbL-1.0"
[[annotations]]
path = "stamen_toner(raster)CC-BY+ODbL_z3.pmtiles"
SPDX-FileCopyrightText = "Stamen Design, © OpenStreetMap Contributors"
SPDX-License-Identifier = "CC-BY-4.0"