From 1008c6e3ba0770a37a26473a0e74c1c1f1ba22f5 Mon Sep 17 00:00:00 2001 From: Ludovic Roland Date: Thu, 16 Nov 2017 16:56:18 +0100 Subject: [PATCH] RED-149 Update the license info into the build.gradle file --- library/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 08cae5bf..166cccd4 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -79,8 +79,8 @@ def pomConfig = { { license { - name "GNU Library Public License version 2.1" - url "https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt" + name "MIT License (MIT)" + url "https://opensource.org/licenses/MIT" distribution "repo" } }