Skip to content

Commit

Permalink
changed licence for smart contract example
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Nov 9, 2023
1 parent 89cdfb8 commit 07761c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/solidity/signature-example/ReceiverPays.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0
// SPDX-License-Identifier: Apache-2.0
pragma solidity >=0.7.0 <0.9.0;

contract ReceiverPays {
Expand Down

0 comments on commit 07761c6

Please sign in to comment.