From 3b42dbf9533317d89af9fa73f0ccc1177724d6b3 Mon Sep 17 00:00:00 2001 From: kteraguchi Date: Fri, 26 Jan 2018 19:31:28 +0900 Subject: [PATCH] Change license value MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Packagistで以下エラーが発生したため Importing branch master (dev-master) Skipped branch master, Invalid package information: License "NetCommons License" is not a valid SPDX license identifier, see https://spdx.org/licenses/ if you use an open license. If the software is closed-source, you may use "proprietary" as license. Conflicts: composer.json --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 48662bf..97d9c20 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,8 @@ "type": "cakephp-plugin", "keywords": ["cakephp", "groups"], "homepage": "http://www.netcommons.org/", - "license": "NetCommons License", + "license": "LicenseRef-NetCommons", + "license-ref-net-commons": "https://raw.githubusercontent.com/NetCommons3/NetCommons3/master/license.txt", "authors": [ { "name": "NetCommons Community",