# Third-Party Notices

A3S Office depends on third-party open-source packages listed in
`package.json`. Those packages retain their respective copyrights and licenses.

The browser Office WebAssembly kernel includes Rust dependencies recorded in
`Cargo.lock`, including Serde and serde_json. Those dependencies retain their
respective MIT or Apache-2.0 licenses.

The published package also redistributes `pdfium.wasm` from
`@embedpdf/pdfium`. Its complete upstream notice file is included as
`dist/pdfium.LICENSE.txt` in every build and npm package.

Deterministic document layout redistributes Noto Sans Hans Regular from
`@embedpdf/fonts-sc` under the SIL Open Font License 1.1. Its complete license
is included as `dist/noto-sans-hans.LICENSE.txt`.

Deterministic document layout also redistributes Noto Sans Regular from
`@embedpdf/fonts-latin` under the SIL Open Font License 1.1. Its complete
license is included as `dist/noto-sans.LICENSE.txt`.

Deterministic document layout also redistributes Noto Naskh Arabic Regular from
`@embedpdf/fonts-arabic` under the SIL Open Font License 1.1. Its complete
license is included as `dist/noto-naskh-arabic.LICENSE.txt`.

Deterministic document layout also redistributes Noto Sans Hebrew Regular from
`@embedpdf/fonts-hebrew` under the SIL Open Font License 1.1. Its complete
license is included as `dist/noto-sans-hebrew.LICENSE.txt`.

PPTX export redistributes the browser bundle from `pptxgenjs`. Its upstream
license is included as `dist/pptxgen.LICENSE.txt`.

The A3S Office source code remains licensed under the MIT License in `LICENSE`.
