Skip to content

Commit

Permalink
Merge pull request #56 from primevprotocol/bsl
Browse files Browse the repository at this point in the history
bsl for remaining contracts
  • Loading branch information
kant777 authored Dec 26, 2023
2 parents fda30bc + 390b77c commit 2e5171d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/DeployScripts.s.sol
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion test/OracleTest.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: BSL 1.1
pragma solidity ^0.8.20;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/PreConfirmationConfTest.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: BSL 1.1
pragma solidity ^0.8.20;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/ProviderRegistryTest.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: BSL 1.1
pragma solidity ^0.8.20;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/UserRegistryTest.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: BSL 1.1
pragma solidity ^0.8.20;

import "forge-std/Test.sol";
Expand Down

0 comments on commit 2e5171d

Please sign in to comment.