# Source Attribution

`Cron-Mbt` is maintained here as an original MoonBit project.

## What Is Original In This Repository

- the MoonBit lexer / AST / parser implementation
- the matcher and next-trigger calculation logic
- the CLI structure and repository layout
- the tests, CI workflow, and acceptance self-check script
- the deterministic benchmark corpus and CLI baseline script

## What Was Referenced

- cron syntax conventions used across common Unix-like schedulers
- the public OSC2026 competition site and GitLink competition page for acceptance requirements
- MoonBit community CI templates for workflow structure

## Compliance Notes

- the repository uses Apache-2.0
- no third-party source code is vendored into this repository
- if future work ports syntax or behavior from an upstream implementation, that upstream project, scope, and license should be documented here before release
