================================================================================
TREZOA BPF LOADER PROGRAM
================================================================================
MIGRATION NOTICE
================================================================================
This software is a modified version of the Solana BPF Loader Program, originally
developed by the Solana Foundation and maintained by Anza.
Original Project Information:
- Name: solana-bpf-loader-program
- Version: v3.0.10 (migrated from)
- Original Repository: https://github.com/anza-xyz/agave
- Original Crate: https://crates.io/crates/solana-bpf-loader-program
- Original License: Apache License 2.0
Migration Details:
- Migration Date: November 2025
- Target Version: v3.2.2
- New Name: trezoa-bpf-loader-program
- New Repository: https://github.com/Trezoa-team/trezoa-bpf-loader-program
Purpose of Migration:
This crate has been forked and adapted specifically for the Trezoa Blockchain
ecosystem. All references to Solana-specific components have been systematically
replaced with Trezoa equivalents while maintaining full compatibility with the
original BPF (Berkeley Packet Filter) loader functionality.
Key Changes Made:
- Package name: solana-bpf-loader-program → trezoa-bpf-loader-program
- All import paths: solana_* → trezoa_*
- Dependencies updated to Trezoa ecosystem equivalents
- Version bumped to 3.2.2 for Trezoa compatibility
- Documentation and metadata updated
- Test files adapted for Trezoa naming conventions
COPYRIGHT NOTICE
================================================================================
Original Work Copyright:
Copyright (c) 2020-2024 Solana Labs, Inc.
Copyright (c) 2024 Anza Technology, Inc.
All original copyrights, patents, trademarks, and attributions remain with
their respective owners as specified in the original project.
Modifications Copyright:
Copyright (c) 2025 TRZ Ledger Foundation
LICENSING
================================================================================
This project is licensed under the Apache License, Version 2.0 - the same
license as the original work.
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.
ATTRIBUTION
================================================================================
This work builds upon the excellent foundation provided by:
- The Solana Foundation and Solana Labs team
- Anza Technology and the Agave client maintainers
- All contributors to the original solana-bpf-loader-program
We acknowledge and respect the original authors' contributions and maintain
this notice as required by the Apache 2.0 license.
CONTACT
================================================================================
For questions regarding this migration or the Trezoa implementation:
- Project: https://github.com/Trezoa-team/trezoa-bpf-loader-program
- Foundation: foundation@trezoa.xyz
- Website: https://trezoa.io
For issues with the original implementation, please refer to:
- Original Project: https://github.com/anza-xyz/agave
================================================================================