# Third-party software included in this site

This site bundles the following third-party, open-source components inside the `vendor/` folder so the audio converter can run entirely in the visitor's browser.

## @ffmpeg/core (the FFmpeg WebAssembly engine)
- Location: `vendor/core/`
- License: **GPL-2.0-or-later**
- Full license text: `vendor/core/GPL-2.0-LICENSE.txt` (included in this folder)
- Source code: https://github.com/ffmpegwasm/ffmpeg.wasm-core
- This is an unmodified WebAssembly build of FFmpeg (https://ffmpeg.org), compiled by the ffmpeg.wasm project. It was built with GPL-licensed components enabled, which is why the compiled binary is GPL-2.0-or-later rather than the more permissive LGPL that FFmpeg uses by default.

## @ffmpeg/ffmpeg (JavaScript wrapper)
- Location: `vendor/ffmpeg/`
- License: MIT
- Source: https://github.com/ffmpegwasm/ffmpeg.wasm

## @ffmpeg/util (helper functions)
- Location: `vendor/util/`
- License: MIT
- Source: https://github.com/ffmpegwasm/ffmpeg.wasm

## JSZip
- Location: `vendor/jszip.min.js`
- License: MIT (also dual-licensed GPLv3, MIT terms used here)
- Source: https://github.com/Stuk/jszip

---

No modifications were made to any of the above files beyond copying them into this folder for self-hosting. If you redistribute this site, please keep this notices file and the license text alongside the `vendor/` folder.
