# Sources and licenses

## Project code

The lexer, parser, syntax model, semantic index, lint rules, diagnostics, CLI,
fixtures, and benchmark harness in this repository are original project code.
No third-party Verilog parser or HDL implementation is copied or vendored.

## Runtime dependency

- `moonbitlang/x@0.4.47` — official MoonBit ecosystem package, used for
  filesystem and system access in the CLI. Its license and notices are kept in
  the local package cache and are not copied into the project source.

## Fixtures

The Verilog files under `examples/` and `benchmarks/fixtures/` are small
purpose-built fixtures for parser and analyzer behavior. They are not copied
from commercial, private, or incompatible-licensed HDL projects.

## License

Project source and documentation are released under Apache License 2.0; see
[LICENSE](LICENSE).
