# NOTICE

xair-cli
Copyright (c) 2026 Dallas Crilley
Licensed under the MIT License (see LICENSE).

This distribution bundles third-party code.

## xair-api

`xair-cli/lib/xair_api/` is a vendored and modified copy of the `xair-api`
Python package (version 2.4.1).

- Upstream project: https://github.com/onyx-and-iris/xair-api-python
- Upstream package: https://pypi.org/project/xair-api/
- License: MIT
- Copyright (c) 2018 Peter Dikant
- Copyright (c) 2022 Onyx and Iris

Full license text: `xair-cli/lib/xair_api/LICENSE`.

The vendored copy has been modified. Changes include an `IRemoteObject` base
class extracted from seven duplicated abstract base classes, fixes for mypy
type errors, and a `Mix.pan` property (`/<object>/mix/pan`, -100 to +100) that
upstream does not provide. Run `git log -- xair-cli/lib/xair_api` for the full
record. The
vendored copy is redistributed in the `dc-xair-cli` wheel under the same MIT
terms as upstream.
