From 9c9d69bdaaf6f2b6748795c748d822d4cae4a42f Mon Sep 17 00:00:00 2001 From: Tuan Pham <103537251+phantumcode@users.noreply.github.com> Date: Thu, 25 Jul 2024 12:19:17 -0500 Subject: [PATCH] chore: update POM license name to Apache 2.0 (#3618) --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 01198a8eb9..98a4d2dc32 100644 --- a/gradle.properties +++ b/gradle.properties @@ -32,8 +32,8 @@ POM_SCM_URL=https://github.com/aws/aws-sdk-android POM_SCM_CONNECTION=scm:git:git://github.com/aws/aws-sdk-android.git POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/aws/aws-sdk-android.git -POM_LICENCE_NAME=Amazon Software License -POM_LICENCE_URL=https://aws.amazon.com/asl/ +POM_LICENCE_NAME=Apache 2.0 +POM_LICENCE_URL=http://aws.amazon.com/apache2.0 POM_LICENCE_DIST=repo POM_DEVELOPER_ID=amazonwebservices