From 605cc84df2029c46234a4e6c4eeccbf3a795870e Mon Sep 17 00:00:00 2001 From: Jan Lohage Date: Wed, 27 Nov 2019 10:37:32 +0100 Subject: [PATCH] Update package.json Make it match the included LICENSE files. Changed `GPL-3.0` to `GPL-3.0-only` as the `GPL-3.0` identifier is deprecated (see https://spdx.org/licenses/) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63eb3d6..6807f7c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "url": "git+https://github.com/fangq/jsonlab.git" }, "author": "Qianqian Fang ", - "license": "GPL-3.0", + "license": "GPL-3.0-only OR BSD-3-Clause", "bugs": { "url": "https://github.com/fangq/jsonlab/issues" },