From 23253085f4db665682767bb4c143c4e1b9838bce Mon Sep 17 00:00:00 2001 From: Alfredo Gutierrez Date: Wed, 8 Nov 2023 16:21:13 -0600 Subject: [PATCH] changed licence for smart contract example Signed-off-by: Alfredo Gutierrez --- contracts/solidity/signature-example/ReceiverPays.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/solidity/signature-example/ReceiverPays.sol b/contracts/solidity/signature-example/ReceiverPays.sol index 62ed2b9b0..fe563a4f3 100644 --- a/contracts/solidity/signature-example/ReceiverPays.sol +++ b/contracts/solidity/signature-example/ReceiverPays.sol @@ -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 {