mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 02:41:09 +00:00
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:
8
LICENSE
8
LICENSE
@@ -1,3 +1,11 @@
|
|||||||
|
The below license (BSD-3) applies to the reference implementations in this repository.
|
||||||
|
|
||||||
|
The PMTiles specification itself is public domain, or CC0 where applicable.
|
||||||
|
|
||||||
|
Sample tilesets available in this repository are subject to their own license terms.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
Copyright 2021 Protomaps LLC
|
Copyright 2021 Protomaps LLC
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||||
|
|||||||
21
REUSE.toml
Normal file
21
REUSE.toml
Normal 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"
|
||||||
Reference in New Issue
Block a user