TPL Generic Token Library
Copyright 2025 TRZ Ledger Foundation
This product includes software developed by the Trezoa project
(https://github.com/Trezoa-team).
================================================================================
THIRD PARTY SOFTWARE NOTICES AND INFORMATION
This software is based on and derived from:
SPL Generic Token v2.0.1
Original Copyright (c) 2021 Anza Maintainers
Original source: https://crates.io/crates/spl-generic-token
Original repository: https://github.com/solana-program/libraries
The original SPL Generic Token software is licensed under the Apache License 2.0.
================================================================================
MODIFICATIONS
This crate has been adapted for the Trezoa Blockchain ecosystem (TPL) with the
following changes:
- Renamed from 'spl-generic-token' to 'tpl-generic-token'
- Updated dependencies from Solana ecosystem to Trezoa ecosystem
- Changed all 'spl_' prefixes to 'tpl_'
- Updated 'solana-pubkey' dependency to 'trezoa-pubkey'
- Modified documentation and comments to reflect Trezoa branding
- Updated version to 3.2.2 for Trezoa ecosystem compatibility
All modifications are licensed under the same Apache License 2.0 terms.
================================================================================
DEPENDENCIES
This software depends on the following third-party libraries:
- bytemuck v1.23.2 (Apache-2.0 OR MIT)
- trezoa-pubkey v3.2.2 (Apache-2.0)
================================================================================
For the complete license text, see the LICENSE file in this distribution.
Apache License 2.0
http://www.apache.org/licenses/LICENSE-2.0