Skip to content

Commit

Permalink
package.json: fix license declaration
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
TheOneric committed Jul 17, 2021
1 parent 1c2224a commit 820153a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 820153a

Please sign in to comment.