Skip to content

Commit

Permalink
refactor(evm): mv license at the top of Hashi.sol file
Browse files Browse the repository at this point in the history
  • Loading branch information
allemanfredi committed Nov 7, 2023
1 parent 1a6b206 commit 6144a14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/evm/contracts/Hashi.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-only

/*
███▄▄▄ ,▄▄███▄
████▀` ,╓▄▄▄████████████▄
Expand Down Expand Up @@ -30,7 +32,6 @@
Made with ❤️ by Gnosis Guild
*/
// SPDX-License-Identifier: LGPL-3.0-only
pragma solidity ^0.8.17;

import { IHashi } from "./interfaces/IHashi.sol";
Expand Down

0 comments on commit 6144a14

Please sign in to comment.