Skip to content

Commit

Permalink
fix: fix incorrect license (#312)
Browse files Browse the repository at this point in the history
* fix: fix incorrect license

Signed-off-by: Matt Rice <[email protected]>

* WIP

---------

Signed-off-by: Matt Rice <[email protected]>
  • Loading branch information
mrice32 committed Jul 12, 2023
1 parent b9cf4de commit 3721dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/SpokePoolVerifier.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0-only
// SPDX-License-Identifier: BUSL-1.1
pragma solidity ^0.8.0;

import "@openzeppelin/contracts/utils/Address.sol";
Expand Down

0 comments on commit 3721dc1

Please sign in to comment.