Quill — Local-First Voice Dictation
Copyright (c) 2026 CorvidLabs. All rights reserved.

This product bundles third-party assets and code. A COMPLETE attribution
document — every compiled Rust crate (name + version + license + full
license text) plus the non-crate bundled components (whisper.cpp,
llama.cpp, ggml, the Schibsted Grotesk + Spline Sans Mono fonts, the
Qwen3-4B and Whisper model weights, and Lucide) — lives at:

    crates/quill-app/THIRD_PARTY_NOTICES.txt

That file is generated by `cargo about` (config: about.toml + about.hbs)
and is surfaced inside the app under Settings → Help → "Open-source
licenses". Regenerate it after a dependency change with:

    cargo about generate about.hbs --workspace > crates/quill-app/THIRD_PARTY_NOTICES.txt

then re-append the hand-maintained "OTHER BUNDLED COMPONENTS" section.

The highlights below are retained for quick reference; the file above is
authoritative.

---

Lucide Icons (lucide.dev)
Copyright (c) 2024 Lucide Contributors
Licensed under the ISC License.

The Lucide TTF font is bundled in the `quill-app` crate via the
`iced_lucide` crate (MIT). The generated Rust icon API is curated by
`crates/quill-app/fonts/icons.toml`.

Full ISC license text:

  Permission to use, copy, modify, and/or distribute this software for any
  purpose with or without fee is hereby granted, provided that the above
  copyright notice and this permission notice appear in all copies.

  THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

---

iced_lucide (crates.io/crates/iced_lucide)
Licensed under MIT.
