summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Zugaldia <antonio@mapbox.com>2018-11-02 20:19:17 -0400
committerAntonio Zugaldia <antonio@mapbox.com>2018-11-02 20:19:17 -0400
commit77e1ed82992be290f3554aaac5f325a5c3b2965e (patch)
tree98e0ec1c6ee6ea57dbf789b2081897d7d10ca4d9
parent947af3059c5d2dec3dfdd8b8a6002679a6ccc055 (diff)
downloadqtlocation-mapboxgl-77e1ed82992be290f3554aaac5f325a5c3b2965e.tar.gz
[android] Makes gradle.properties license listing consisting with repo
-rw-r--r--platform/android/MapboxGLAndroidSDK/gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/gradle.properties b/platform/android/MapboxGLAndroidSDK/gradle.properties
index 84aeabef1a..2262e5c145 100644
--- a/platform/android/MapboxGLAndroidSDK/gradle.properties
+++ b/platform/android/MapboxGLAndroidSDK/gradle.properties
@@ -6,8 +6,8 @@ POM_URL=https://github.com/mapbox/mapbox-gl-native
POM_SCM_URL=https://github.com/mapbox/mapbox-gl-native
POM_SCM_CONNECTION=scm:git@github.com:mapbox/mapbox-gl-native.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:mapbox/mapbox-gl-native.git
-POM_LICENCE_NAME=The Apache Software License, Version 2.0
-POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
+POM_LICENCE_NAME=The MIT License
+POM_LICENCE_URL=https://opensource.org/licenses/MIT
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=mapbox
POM_DEVELOPER_NAME=Mapbox