tpl-token-interface 3.2.2

Trezoa Program Library Token Interface
Documentation
===============================================================================
TPL Token Interface
===============================================================================

This product contains software originally developed by the Solana Foundation
and Anza as part of the Solana Program Library (SPL).

Original Project: SPL Token Interface v2.0.0
Original Repository: https://github.com/solana-program/token
Original Crate: https://crates.io/crates/spl-token-interface
Original License: Apache License 2.0

This crate has been adapted and renamed for the Trezoa Blockchain ecosystem
as part of the Trezoa Program Library (TPL).

MODIFICATIONS:
- Renamed from "spl-token-interface" to "tpl-token-interface"
- Updated dependencies to use Trezoa blockchain libraries
- Adapted for Trezoa ecosystem compatibility
- Updated documentation and references
- Version bumped to 3.0.0 for Trezoa compatibility

ORIGINAL COPYRIGHT NOTICES:
Copyright (c) 2021 Solana Foundation
Copyright (c) 2024 Anza

MODIFICATIONS COPYRIGHT:
Copyright (c) 2025 TRZ Ledger Foundation

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.

ACKNOWLEDGMENTS:
This work builds upon the excellent foundation provided by the Solana
community and the original SPL Token Interface contributors. We acknowledge
and respect their contributions to the blockchain ecosystem.

For the complete list of original contributors, please refer to:
https://github.com/solana-program/token/graphs/contributors

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