Skip to content

Commit

Permalink
Add third-party notices
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Nov 1, 2023
1 parent a52d71a commit 103e38c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
33 changes: 33 additions & 0 deletions THIRD-PARTY-NOTICES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Third-party notices

This software contains third-party libraries
used under the terms of the following licences:

| Library | Used under the terms of |
|---------------|-----------------------------------------------------------------------------------------------------------|
| aom | BSD 2-Clause + [Alliance for Open Media Patent License 1.0](https://aomedia.org/license/patent-license/) |
| brotli | MIT Licence |
| cgif | MIT Licence |
| expat | MIT Licence |
| glib | LGPLv3 |
| highway | Apache-2.0 License, BSD 3-Clause |
| lcms | MIT Licence |
| libexif | LGPLv3 |
| libffi | MIT Licence |
| libheif | LGPLv3 |
| libimagequant | [BSD 2-Clause](https://github.com/lovell/libimagequant/blob/main/COPYRIGHT) |
| libjxl | BSD 3-Clause |
| libnsgif | MIT Licence |
| libspng | [BSD 2-Clause, libpng License](https://github.com/randy408/libspng/blob/master/LICENSE) |
| libtiff | [libtiff License](https://gitlab.com/libtiff/libtiff/blob/master/LICENSE.md) (BSD-like) |
| libvips | LGPLv3 |
| libwebp | New BSD License |
| mozjpeg | [zlib License, IJG License, BSD-3-Clause](https://github.com/mozilla/mozjpeg/blob/master/LICENSE.md) |
| resvg | MPL-2.0 License |
| zlib-ng | [zlib Licence](https://github.com/zlib-ng/zlib-ng/blob/develop/LICENSE.md) |

Use of libraries under the terms of the LGPLv3 is via the
"any later version" clause of the LGPLv2 or LGPLv2.1.

Please report any errors or omissions via
https://github.com/kleisauke/wasm-vips/issues/new
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"lib/vips.wasm",
"lib/vips-heif.wasm",
"lib/vips-jxl.wasm",
"lib/vips-resvg.wasm"
"lib/vips-resvg.wasm",
"THIRD-PARTY-NOTICES.md"
],
"scripts": {
"build": "docker build -t wasm-vips . && docker run -it --rm -v $(pwd):/src wasm-vips ./build.sh",
Expand Down

0 comments on commit 103e38c

Please sign in to comment.