dorfteich/packages/plugins/excalidraw/licenses/FONT-NOTICES.md
Claude Fable 5 cc9c70287c
Some checks failed
CI / Lint, typecheck, test (pull_request) Successful in 6m51s
CI / Build container images (pull_request) Successful in 1m13s
CI / Auth e2e pack (pull_request) Successful in 9m28s
CI / Import/export fidelity gate (pull_request) Successful in 54s
CD / Build and push images (push) Successful in 15s
CD / Deploy to Test (push) Successful in 16s
CD / Smoke tests against Test (push) Successful in 1m18s
CD / Promote to Int (push) Successful in 12s
CI / Lint, typecheck, test (push) Successful in 6m57s
CI / Build container images (push) Has been skipped
CI / Auth e2e pack (push) Successful in 9m7s
CI / Import/export fidelity gate (push) Successful in 57s
Restore drill / Restore the latest backup into a scratch stack (push) Failing after 17s
Ship third-party license texts in plugin ZIPs (#345)
The drawio, excalidraw, and mermaid plugin packages redistribute
third-party material (the draw.io webapp, the Excalidraw editor and its
fonts, mermaid and its dependency tree) without the license texts their
licenses require. Every affected ZIP now carries a licenses/ directory:

- licenses/THIRD-PARTY-NOTICES.txt is generated from the esbuild
  metafile (packages/plugins/third-party-licenses.mjs), so the notice
  list is derived from what actually lands in plugin.js and cannot
  drift the way a hand-maintained list would.
- drawio additionally extracts the upstream LICENSE from the pinned
  release tarball (Apache-2.0 requires the text with redistribution);
  the extraction guard also heals vendor/ caches from before this
  change. The CI fast path (no vendor fetch, no ZIP) is unchanged.
- excalidraw additionally commits curated texts (MIT for Excalidraw,
  per-font OFL-1.1/MIT with each font's own copyright statement, plus
  a FONT-NOTICES.md attribution table), because neither the npm
  package nor upstream ships any license files for them.

The api-side package validator accepts additional ZIP entries, so
installed plugins are unaffected beyond the new files.

Closes #345

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012aoPvnakfBP28nAfijgUY9
2026-08-16 19:00:26 +02:00

2.1 KiB

Font notices

The Excalidraw plugin package ships the font files that Excalidraw's prod build loads at runtime (fonts/). Neither the npm package nor the Excalidraw repository ships license files next to the fonts, so the attributions are collected here (issue #345); each referenced text in this directory carries the font's own copyright statement.

Font family License Text Upstream
Assistant OFL-1.1 Assistant-OFL.txt https://github.com/hafontia/Assistant
Cascadia Code OFL-1.1 CascadiaCode-OFL.txt https://github.com/microsoft/cascadia-code
Comic Shanns MIT ComicShanns-MIT.txt https://github.com/shannpersand/comic-shanns
Excalifont MIT excalidraw-MIT.txt Published as part of https://github.com/excalidraw/excalidraw (no separate font license upstream)
Liberation Sans OFL-1.1 Liberation-OFL.txt https://github.com/liberationfonts/liberation-fonts
Lilita One OFL-1.1 LilitaOne-OFL.txt https://fonts.google.com/specimen/Lilita+One
Nunito OFL-1.1 Nunito-OFL.txt https://github.com/googlefonts/nunito
Virgil OFL-1.1 Virgil-OFL.txt https://github.com/excalidraw/virgil
Xiaolai OFL-1.1 Xiaolai-OFL.txt https://github.com/lxgw/kose-font

The SIL Open Font License permits use, redistribution, and bundling with software; it applies to the font files, not to this plugin's code.