From 28fddc68f0d6a34a21ff4e8ba8d13a07a70712c8 Mon Sep 17 00:00:00 2001 From: nagrarohit Date: Wed, 26 Jul 2023 21:34:17 +0530 Subject: [PATCH 1/3] Update Pool.t.sol added license identifier --- test/foundry-tests/Pool.t.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/test/foundry-tests/Pool.t.sol b/test/foundry-tests/Pool.t.sol index 39e1fcaaf..36299c003 100644 --- a/test/foundry-tests/Pool.t.sol +++ b/test/foundry-tests/Pool.t.sol @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.20; import {Test} from "forge-std/Test.sol"; From 9d262dc5d5da5f154d3ddebb0a49c2ee633b1f93 Mon Sep 17 00:00:00 2001 From: nagrarohit Date: Wed, 26 Jul 2023 21:54:15 +0530 Subject: [PATCH 2/3] Update Owned.t.sol --- test/foundry-tests/Owned.t.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/test/foundry-tests/Owned.t.sol b/test/foundry-tests/Owned.t.sol index 77913de89..740502c6c 100644 --- a/test/foundry-tests/Owned.t.sol +++ b/test/foundry-tests/Owned.t.sol @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.20; import {Test} from "forge-std/Test.sol"; From 1d0f916284d416601020e172cd3f9ccb54694851 Mon Sep 17 00:00:00 2001 From: nagrarohit Date: Wed, 26 Jul 2023 21:55:03 +0530 Subject: [PATCH 3/3] Update TickMath.t.sol --- test/foundry-tests/TickMath.t.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/test/foundry-tests/TickMath.t.sol b/test/foundry-tests/TickMath.t.sol index 75bd8f6fd..202518d44 100644 --- a/test/foundry-tests/TickMath.t.sol +++ b/test/foundry-tests/TickMath.t.sol @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.20; import {Test} from "forge-std/Test.sol";