NOTICE ====== dsh-a11y-scan ------------- Copyright (c) 2026 dsh-a11y-scan contributors Licensed under the MIT License (see LICENSE). Dependency: axe-core -------------------- The optional scanning backend of this plugin shells out to `@axe-core/cli` (and, through it, the `axe-core` rule engine), which is licensed under the Mozilla Public License 2.0 (MPL-2.0) — a file-level copyleft license, in contrast to this project's MIT license. MPL-2.0 obligations for redistribution: * The MPL-2.0 license text, copyright notices, and the identity of the MPL-covered source files must be preserved. * Source code of any MPL-covered files you distribute must be made available under MPL-2.0. `@axe-core/cli` is NOT bundled into this package; it is an external, user-installed prerequisite (see README "前置依赖"). Full source of axe-core is available at https://github.com/dequelabs/axe-core under MPL-2.0. The MPL-2.0 license text is available at https://mozilla.org/MPL/2.0/. Behavioral model reference -------------------------- The scan flow (automated axe run → manual verification checklist → fix suggestions → CI) follows the field model of wshobson/agents' accessibility-compliance plugin (MIT): https://github.com/wshobson/agents Only the process/field model is reused; no source text is copied.