From 883970e1125392b88bb4f3e4a9d3fce578685e15 Mon Sep 17 00:00:00 2001 From: Alexander Wunschik Date: Wed, 7 Apr 2021 12:07:23 +0200 Subject: [PATCH] update license to be valid spdx identifier --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dce09fe..da26606 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version" : "1.6.0", "description" : "JavaScript Unicode 8.0 Normalization - NFC, NFD, NFKC, NFKD. Read UAX #15 Unicode Normalization Forms.", "author": "Bjarke Walling ", - "license": "MIT or GPL-2.0", + "license": "(MIT OR GPL-2.0-or-later)", "contributors": [ { "name": "Bjarke Walling", "email": "bwp@bwp.dk" }, { "name": "Oleg Grenrus", "email": "oleg.grenrus@iki.fi" },