# License Clarification (Core vs Pro)

**Last updated:** 2026-02-15

This document clarifies the licensing boundary in Synkra AIOX.

## Scope

- `aiox-core` (this repository): **MIT**
- `aiox-pro` (private/proprietary module): separate license terms defined in that module/repository

## What This Means

- The open-source core framework is MIT-licensed and can be used under MIT terms.
- Commercial or proprietary restrictions, if any, belong to `aiox-pro` and do not change the MIT license of `aiox-core`.

## Practical Guidance

- If you are using only `aiox-core`, follow MIT terms in `LICENSE`.
- If you are using any `aiox-pro` capability, also review and comply with `aiox-pro` license terms.

## Related Files

- `LICENSE` (root): MIT license for `aiox-core`
- `docs/legal/terms.md`: terms of use for this repository

