From 1f5db67980015861de39b7747b82bb14ca7a9b99 Mon Sep 17 00:00:00 2001 From: Ryan Hall Date: Wed, 25 Sep 2024 10:27:20 -0400 Subject: [PATCH] update license --- contracts/src/v0.8/ccip/test/legacy/BurnMintTokenPool1_2.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/src/v0.8/ccip/test/legacy/BurnMintTokenPool1_2.sol b/contracts/src/v0.8/ccip/test/legacy/BurnMintTokenPool1_2.sol index c50006d2c4..44de2787c6 100644 --- a/contracts/src/v0.8/ccip/test/legacy/BurnMintTokenPool1_2.sol +++ b/contracts/src/v0.8/ccip/test/legacy/BurnMintTokenPool1_2.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: BUSL pragma solidity ^0.8.20; import {ITypeAndVersion} from "../../../shared/interfaces/ITypeAndVersion.sol";