From 2ff26c3f7acaa6bc41c2ee129782e040e09a4c39 Mon Sep 17 00:00:00 2001 From: Oneric Date: Fri, 16 Jul 2021 18:04:06 +0200 Subject: [PATCH] package.json: fix license declaration This now lists all licenses contained in the build by SPDX-identifiers, using regular 'NTP' for Debian's 'NTP~disclaimer' as it lacks a SPDX-ID. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 056801b8..ee259476 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "emscripten" ], "author": "TFSThiagoBR98, Dador", - "license": "MIT", + "license": "LGPL-2.1-or-later AND (FTL OR GPL-2.0-or-later) AND MIT AND MIT-Modern-Variant AND ISC AND NTP AND Zlib AND Apache-2.0", "bugs": { "url": "https://github.com/Dador/JavascriptSubtitlesOctopus/issues" },