summaryrefslogtreecommitdiff
path: root/qt_attribution.json
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-07-21 06:55:47 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2020-09-01 19:48:18 +0300
commit255935c14af38a3f39c4f23f99eda6901c39998f (patch)
treef9638c9167bded5c09cbfc934a8eae225062a7ec /qt_attribution.json
parenta7f15a82690a7736e2020ebf1d783a1b9a24908c (diff)
downloadqtlocation-mapboxgl-255935c14af38a3f39c4f23f99eda6901c39998f.tar.gz
[qt] Add zlib to mapbox-gl license
src/mbgl/util/mat* are licensed under zlib.
Diffstat (limited to 'qt_attribution.json')
-rw-r--r--qt_attribution.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/qt_attribution.json b/qt_attribution.json
index abdbea165c..802e6938ca 100644
--- a/qt_attribution.json
+++ b/qt_attribution.json
@@ -7,10 +7,11 @@
"Description": "A library for embedding interactive and customizable vector maps.",
"Homepage": "https://github.com/mapbox/mapbox-gl-native",
- "LicenseId": "BSD-2-Clause",
- "License": "BSD 2-clause \"Simplified\" License",
+ "LicenseId": "BSD-2-Clause AND Zlib",
+ "License": "BSD 2-clause \"Simplified\" License and zlib License",
"LicenseFile": "LICENSE_mapbox.txt",
- "Copyright": "Copyright (c) 2014-2017 Mapbox"
+ "Copyright": "Copyright (c) 2014-2017 Mapbox
+Copyright (c) 2013 Brandon Jones, Colin MacKenzie IV"
},
{
"Id": "mapboxgl-css_color_parser",