Skip to content

Commit

Permalink
chore: change test files licenses to gpl
Browse files Browse the repository at this point in the history
  • Loading branch information
samparsky committed Oct 17, 2023
1 parent 6f76bbe commit b6c6d28
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/test/controllers/IMSC.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.19;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/test/controllers/IMSCFactory.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.19;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/test/lido/ObolLidoSplitTestHelper.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.19;

contract ObolLidoSplitTestHelper {
Expand Down
2 changes: 1 addition & 1 deletion src/test/lido/integration/LidoSplitIntegrationTest.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.19;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/test/owr/OWRTestHelper.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.17;

contract OWRTestHelper {
Expand Down
2 changes: 1 addition & 1 deletion src/test/owr/OptimisticWithdrawalRecipient.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.19;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/test/owr/OptimisticWithdrawalRecipientFactory.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.19;

import "forge-std/Test.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/test/utils/mocks/MockERC1155.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.17;

import {ERC1155} from "solmate/tokens/ERC1155.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/test/utils/mocks/MockNFT.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.19;

import "solmate/tokens/ERC721.sol";
Expand Down

0 comments on commit b6c6d28

Please sign in to comment.