PDAL / PDAL

PDAL is Point Data Abstraction Library. GDAL for point cloud data.

Home Page:https://pdal.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Type of BSD licence

Sinan81 opened this issue · comments

I'm wondering what the precise license is. I see "BSD open source license" in LICENSE.txt, but that precise phrase isn't listed here:
https://spdx.github.io/spdx-spec/v2-draft/SPDX-license-list/#a1-licenses-with-short-identifiers
image

I would say the project license is generally https://spdx.org/licenses/BSD-3-Clause-Attribution.html but there are some files that are individually licensed with different licenses due to them being vendored, etc.

The top-level license is https://github.com/PDAL/PDAL/blob/master/LICENSE.txt but if you look at cpp/hpp files, you can see they're each licensed and attributed individually.