-
-
Notifications
You must be signed in to change notification settings - Fork 172
Expand file tree
/
Copy pathREUSE.toml
More file actions
26 lines (21 loc) · 897 Bytes
/
REUSE.toml
File metadata and controls
26 lines (21 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
version = 1
[[annotations]]
path = ["app/**","cpp/**","js/**","openlayers/**","python/pmtiles/**","serverless/**"]
SPDX-FileCopyrightText = "2021 and later, Protomaps LLC and contributors"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = ["python/rio-pmtiles/**"]
SPDX-FileCopyrightText = "2025 and later, Protomaps LLC and contributors; 2024-2021 Mapbox"
SPDX-License-Identifier = "MIT"
[[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"