Skip to content

Commit 80b6ae2

Browse files
authored
Update core package license to match the built WASM files (#686)
* Fix issue #685 in core package * Fix issue #685 in core-mt package
1 parent 083397a commit 80b6ae2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core-mt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"transcode"
2929
],
3030
"author": "Jerome Wu <jeromewus@gmail.com>",
31-
"license": "MIT",
31+
"license": "GPL-2.0-or-later",
3232
"bugs": {
3333
"url": "https://github.com/ffmpegwasm/ffmpeg.wasm/issues"
3434
},

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"transcode"
2929
],
3030
"author": "Jerome Wu <jeromewus@gmail.com>",
31-
"license": "MIT",
31+
"license": "GPL-2.0-or-later",
3232
"bugs": {
3333
"url": "https://github.com/ffmpegwasm/ffmpeg.wasm/issues"
3434
},

0 commit comments

Comments
 (0)