From 7786640663310356f73db88608af7a4b34731b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BlueT=20-=20Matthew=20Lien=20-=20=E7=B7=B4=E5=96=86?= =?UTF-8?q?=E6=98=8E?= Date: Sat, 1 Jul 2017 13:27:15 +0800 Subject: [PATCH] resolve License conflict #1 https://github.com/quickly/quickly-skeleton/issues/1 INFO: Package com.sonrisesoftware.quickly has a different license (MPL_2_0) than it's dependant (NONE). WARNING: The MPL_2_0 license requires distribution of source code in some cases. --- qpm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qpm.json b/qpm.json index 768bfbd..fda39d4 100644 --- a/qpm.json +++ b/qpm.json @@ -4,7 +4,7 @@ "dependencies": [ "com.sonrisesoftware.quickly@0.0.5" ], - "license": "NONE", + "license": "MPL_2_0", "pri_filename": "", "webpage": "" -} \ No newline at end of file +}