From 3721dc1ebfbe36d11a4e99f7de121112ca94b4ba Mon Sep 17 00:00:00 2001 From: Matt Rice Date: Wed, 12 Jul 2023 16:02:04 -0400 Subject: [PATCH] fix: fix incorrect license (#312) * fix: fix incorrect license Signed-off-by: Matt Rice * WIP --------- Signed-off-by: Matt Rice --- contracts/SpokePoolVerifier.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/SpokePoolVerifier.sol b/contracts/SpokePoolVerifier.sol index bbb9490e..819289ae 100644 --- a/contracts/SpokePoolVerifier.sol +++ b/contracts/SpokePoolVerifier.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-3.0-only +// SPDX-License-Identifier: BUSL-1.1 pragma solidity ^0.8.0; import "@openzeppelin/contracts/utils/Address.sol";