From 9479180629bffa67a883f4825cd308b91698cb53 Mon Sep 17 00:00:00 2001 From: Joey Date: Thu, 11 Jul 2024 10:13:22 +0200 Subject: [PATCH] Change package.json license to valid spdx format Right now license-checker returns Apache* because the format is not valid spdx format. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3039d7..b4722f3 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "contributors": [ "jeromewu" ], - "license": "Apache License 2.0", + "license": "Apache-2.0", "bugs": { "url": "https://github.com/naptha/tesseract.js-core/issues" },