Skip to content

Commit

Permalink
test: use same license
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Sep 9, 2024
1 parent bb6d6c6 commit 5f3845a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/contracts/BuiltinErrorChecker.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.2;

contract BuiltinErrorChecker {
Expand Down
2 changes: 1 addition & 1 deletion tests/contracts/safe/ThisIsNotGnosisSafe.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: MIT
// The point of this file is show we can have contracts in folders
// where the folder is the same name as a dependency.
pragma solidity ^0.8.0;
Expand Down

0 comments on commit 5f3845a

Please sign in to comment.