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.

The actually important part is at the start; since all other licenses
don't add any new requirements, effectively the short version is:
  GPL-2+ OR (LGPL-2.1+ AND FTL)
  • Loading branch information
TheOneric committed Jul 16, 2021
1 parent 764f6bf commit daca688
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 daca688

Please sign in to comment.