mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 06:38:07 +02:00
Include the OpenJPEG license files
This is consistent with the handling of CMaps and StandardFontData.
This commit is contained in:
parent
de79996574
commit
696c6c626b
3 changed files with 63 additions and 3 deletions
|
@ -639,8 +639,7 @@ function createStandardFontBundle() {
|
|||
[
|
||||
"external/standard_fonts/*.pfb",
|
||||
"external/standard_fonts/*.ttf",
|
||||
"external/standard_fonts/LICENSE_FOXIT",
|
||||
"external/standard_fonts/LICENSE_LIBERATION",
|
||||
"external/standard_fonts/LICENSE_*",
|
||||
],
|
||||
{
|
||||
base: "external/standard_fonts",
|
||||
|
@ -651,7 +650,7 @@ function createStandardFontBundle() {
|
|||
|
||||
function createWasmBundle() {
|
||||
return ordered([
|
||||
gulp.src(["external/openjpeg/*.wasm"], {
|
||||
gulp.src(["external/openjpeg/*.wasm", "external/openjpeg/LICENSE_*"], {
|
||||
base: "external/openjpeg",
|
||||
encoding: false,
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue