From 42166dda5ed9f8d324fa237a2efd112dbcbcfdab Mon Sep 17 00:00:00 2001 From: wangmengyan95 Date: Tue, 3 Nov 2015 11:56:58 -0800 Subject: [PATCH] Update maven pom license --- ParseUI-Login/build.gradle | 2 +- ParseUI-Widget/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ParseUI-Login/build.gradle b/ParseUI-Login/build.gradle index 6e1416f..f6b3db7 100644 --- a/ParseUI-Login/build.gradle +++ b/ParseUI-Login/build.gradle @@ -110,7 +110,7 @@ uploadArchives { licenses { license { - name 'BSD License' + name 'Platform License' url 'https://github.com/ParsePlatform/ParseUI-Android/blob/master/LICENSE' distribution 'repo' } diff --git a/ParseUI-Widget/build.gradle b/ParseUI-Widget/build.gradle index f8cc5b8..dfc48e2 100644 --- a/ParseUI-Widget/build.gradle +++ b/ParseUI-Widget/build.gradle @@ -109,7 +109,7 @@ uploadArchives { licenses { license { - name 'BSD License' + name 'Platform License' url 'https://github.com/ParsePlatform/ParseUI-Android/blob/master/LICENSE' distribution 'repo' }