diff options
-rw-r--r-- | platform/android/MapboxGLAndroidSDK/gradle.properties | 4 |
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 |