Tenstorrent Device Access Library (tt-dal)
Copyright © 2026 Tenstorrent Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

================================================================================

Third-Party Dependencies:

The Rust and Python bindings depend on the following third-party libraries,
each distributed under its own terms:

    PyO3 (https://github.com/PyO3/pyo3)
        Apache-2.0 OR MIT
    semver (https://github.com/dtolnay/semver)
        Apache-2.0 OR MIT
    libc (https://github.com/rust-lang/libc)
        Apache-2.0 OR MIT

================================================================================

Vendored Code:

The following file is vendored (with modifications) from another Tenstorrent
project:

    vendor/tt-kmd/ioctl.h (https://github.com/tenstorrent/tt-kmd)

This code is authored by Tenstorrent. It was originally released under
GPL-2.0 WITH Linux-syscall-note. It is re-released here under Apache 2.0,
and can be considered dual-licensed.
