summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Zugaldia <antonio@mapbox.com>2018-11-05 11:13:54 -0500
committerGitHub <noreply@github.com>2018-11-05 11:13:54 -0500
commit18b00b95e9eaaa00e1fe0445d907570710f67df6 (patch)
tree3a14fde0119490cd8f527a27c0b0a5e4a4c56283
parent947af3059c5d2dec3dfdd8b8a6002679a6ccc055 (diff)
downloadqtlocation-mapboxgl-18b00b95e9eaaa00e1fe0445d907570710f67df6.tar.gz
[android] Makes gradle.properties license listing consisting with repo (#13271)
* [android] Makes gradle.properties license listing consisting with repo * right license this time
-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..afac72ce9a 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 2-Clause BSD License
+POM_LICENCE_URL=https://opensource.org/licenses/BSD-2-Clause
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=mapbox
POM_DEVELOPER_NAME=Mapbox