From dcb4c7ba80830faf2371bc82b8c23c6db49b9734 Mon Sep 17 00:00:00 2001 From: Viacheslav Zhygulin Date: Thu, 20 Jun 2024 11:46:37 +0300 Subject: [PATCH] fix license --- script/Deploy.s.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Deploy.s.sol b/script/Deploy.s.sol index 26b8003..648f21c 100644 --- a/script/Deploy.s.sol +++ b/script/Deploy.s.sol @@ -1,4 +1,4 @@ -// SPDX-LICENSE-IDENTIFIER: MIT +// SPDX-License-Identifier: MIT pragma solidity ^0.8.25;