# Third-party notices

Project: https://github.com/chendefine/dsh-sidebar-superdoc-docx

This plugin's own code is MIT (see LICENSE). It integrates, but does not
modify, the following third-party packages. Nothing from these packages is
committed to this repository; they are installed by `pnpm install` and served
verbatim by the plugin's host routes.

## superdoc (npm `superdoc`)

- Homepage: https://github.com/superdoc/docx-editor
- License: **AGPL-3.0** (https://github.com/superdoc/docx-editor/blob/main/LICENSE)
- Used as: the browser DOCX editor (`dist-cdn/superdoc.min.js` +
  `superdoc.min.css`, unmodified, served same-origin by this plugin's routes).

AGPL-3.0 summary for this integration: the editor is an unmodified npm
artifact; its source is available at the upstream repository (and via npm).
If you convey or offer this deployment as a network service, AGPL-3.0's
source-offer obligations apply to the superdoc component. Review the license
text linked above — this notice is informational, not legal advice.

## @superdoc/docx-engine (npm `@superdoc/docx-engine`)

- License: **SuperDoc DOCX Engine Proprietary License**
  (https://docs.superdoc.dev/resources/docx-engine-license)
- Used as: the DOCX engine runtime the editor loads at runtime
  (`dist-cdn/docx-engine.es.js`, its stylesheet, and its web-worker entries —
  all unmodified, mirrored same-origin).

This is **proprietary software, not open source**. Without a commercial
agreement with SuperDoc (Harbour Enterprises, Inc.), the engine may be used
solely as a dependency of SuperDoc for uses permitted under the AGPLv3
license applicable to SuperDoc's open-source code (evaluation, development,
testing, and other AGPL-permitted use). Commercial or production use outside
that scope requires a license from SuperDoc:
https://www.superdocportal.dev/get-in-touch

By installing this package you accept the terms of both licenses above.
