From 390b77cea28fb1f18917c7724ce5abdf34a02461 Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Mon, 11 Dec 2023 23:20:21 -0800 Subject: [PATCH] bsl for remaining contracts --- scripts/DeployScripts.s.sol | 2 +- test/OracleTest.sol | 2 +- test/PreConfirmationConfTest.sol | 2 +- test/ProviderRegistryTest.sol | 2 +- test/UserRegistryTest.sol | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/DeployScripts.s.sol b/scripts/DeployScripts.s.sol index 248e4ed..beca854 100644 --- a/scripts/DeployScripts.s.sol +++ b/scripts/DeployScripts.s.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: BSL 1.1 pragma solidity ^0.8.15; import "forge-std/Script.sol"; import "contracts/UserRegistry.sol"; diff --git a/test/OracleTest.sol b/test/OracleTest.sol index a1d65c4..7e2a67e 100644 --- a/test/OracleTest.sol +++ b/test/OracleTest.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: BSL 1.1 pragma solidity ^0.8.20; import "forge-std/Test.sol"; diff --git a/test/PreConfirmationConfTest.sol b/test/PreConfirmationConfTest.sol index 9d52a69..74ed69a 100644 --- a/test/PreConfirmationConfTest.sol +++ b/test/PreConfirmationConfTest.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: BSL 1.1 pragma solidity ^0.8.20; import "forge-std/Test.sol"; diff --git a/test/ProviderRegistryTest.sol b/test/ProviderRegistryTest.sol index f8ae3c2..145c207 100644 --- a/test/ProviderRegistryTest.sol +++ b/test/ProviderRegistryTest.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: BSL 1.1 pragma solidity ^0.8.20; import "forge-std/Test.sol"; diff --git a/test/UserRegistryTest.sol b/test/UserRegistryTest.sol index 4e97ee4..be42b09 100644 --- a/test/UserRegistryTest.sol +++ b/test/UserRegistryTest.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: BSL 1.1 pragma solidity ^0.8.20; import "forge-std/Test.sol";