diff options
author | Jason Wray <friedbunny@users.noreply.github.com> | 2019-10-01 01:02:16 +0900 |
---|---|---|
committer | Paul Goodman <paul@mapbox.com> | 2019-09-30 09:02:16 -0700 |
commit | b0f3875be269c8523381e72c3abc79ce3a598cf6 (patch) | |
tree | d84ac6bc7281ee0f0b20be0d30bcb44a18ff5f90 /README.md | |
parent | d446b3382b7de03d9031445e37c1ebf183092ea2 (diff) | |
download | qtlocation-mapboxgl-b0f3875be269c8523381e72c3abc79ce3a598cf6.tar.gz |
[docs] Correct license typo in README (#15707)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,6 +19,6 @@ This repository hosts the cross-platform Mapbox GL Native library, plus convenie ## License -Mapbox GL Native is licensed under the [3-Clause BSD license](LICENSE.md). The licenses of its dependencies are tracked via [FOSSA](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmapbox%2Fmapbox-gl-native): +Mapbox GL Native is licensed under the [2-Clause BSD license](LICENSE.md). The licenses of its dependencies are tracked via [FOSSA](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmapbox%2Fmapbox-gl-native): [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmapbox%2Fmapbox-gl-native.svg?type=large)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmapbox%2Fmapbox-gl-native) |