From 881e790a5d88c747c29d7a6e8b57bfb00e27a0c5 Mon Sep 17 00:00:00 2001 From: shekohex Date: Wed, 29 Jan 2025 17:11:55 +0200 Subject: [PATCH] Add Apache License header to precompiles.rs --- runtime/mainnet/src/precompiles.rs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/runtime/mainnet/src/precompiles.rs b/runtime/mainnet/src/precompiles.rs index d84f8f72..6913041f 100644 --- a/runtime/mainnet/src/precompiles.rs +++ b/runtime/mainnet/src/precompiles.rs @@ -1,3 +1,18 @@ +// This file is part of Tangle. +// Copyright (C) 2022-2024 Tangle 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. +// use frame_support::parameter_types; use pallet_evm_precompile_balances_erc20::{Erc20BalancesPrecompile, Erc20Metadata}; use pallet_evm_precompile_batch::BatchPrecompile;