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";