From 289059038113d947f70b9a99910f5bad53324d90 Mon Sep 17 00:00:00 2001 From: kteraguchi Date: Fri, 26 Jan 2018 21:13:35 +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 e189cd8..fff1060 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,8 @@ "name": "netcommons/registrations", "description": "Registrations for NetCommons Plugin", "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": "Ryuji AMANO (RYUS INC.)",