MIT License

Copyright (c) 2025 MT3-Infer Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

---

This project includes code adapted from the following sources:

1. Magenta MT3 (https://github.com/magenta/mt3)
   License: Apache-2.0
   Copyright: 2024 The MT3 Authors (Google Research)
   Note: Magenta MT3 code is vendored in mt3_infer/vendor/magenta_mt3/

2. MR-MT3 (https://github.com/gudgud96/MR-MT3)
   License: MIT
   Copyright (c) 2024 Hao Hao Tan, Kin Wai Cheuk, Taemin Cho, Wei-Hsiang Liao, Yuki Mitsufuji

3. MT3-PyTorch (https://github.com/rlax59us/MT3-pytorch)
   License: To be verified

4. YourMT3 (https://huggingface.co/spaces/mimbres/YourMT3)
   License: Apache-2.0
   Copyright: 2024 The YourMT3 Authors
   Note: YourMT3 code is vendored in mt3_infer/vendor/yourmt3/

See mt3_infer/vendor/magenta_mt3/LICENSE and mt3_infer/vendor/yourmt3/LICENSE
for the full Apache-2.0 license text.
