From a5105f1c9b0d61d034ea52e55af6dff31afbf11b Mon Sep 17 00:00:00 2001 From: Daniel Vogel Date: Sun, 6 Aug 2017 01:10:42 -0500 Subject: [PATCH] MIT License --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8dafc1e..87c4424 100644 --- a/build.gradle +++ b/build.gradle @@ -38,8 +38,8 @@ install { pom.project { licenses { license { - name 'The Apache Software License, Version 2.0' - url 'http://www.apache.org/licenses/LICENSE-2.0.txt' + name 'The MIT License (MIT)' + url 'https://github.com/bitsoex/bitso-java/blob/master/LICENSE' distribution 'repo' } }