From f477ff26126d8c2d51692cce552a3d9ba1e67abb Mon Sep 17 00:00:00 2001 From: gtebrean <99179176+gtebrean@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:59:32 +0300 Subject: [PATCH 1/3] fix licence Signed-off-by: gtebrean <99179176+gtebrean@users.noreply.github.com> --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff707a791..9085a2802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * Bug fix for Int256 decode range [#2070](https://github.com/hyperledger/web3j/pull/2070) * Bug fix for BytesType.bytes32PaddedLength [#2089](https://github.com/hyperledger/web3j/pull/2089) * Bug fix for FastRawTransactionManager.resetNonce [#2084](https://github.com/hyperledger/web3j/pull/2084) +* Fix licence type ### Features From 808cb85e9eb6fd983ae86fa2ae3bc77b177c0813 Mon Sep 17 00:00:00 2001 From: gtebrean <99179176+gtebrean@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:01:19 +0300 Subject: [PATCH 2/3] update changelog Signed-off-by: gtebrean <99179176+gtebrean@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9085a2802..181928f23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * Bug fix for Int256 decode range [#2070](https://github.com/hyperledger/web3j/pull/2070) * Bug fix for BytesType.bytes32PaddedLength [#2089](https://github.com/hyperledger/web3j/pull/2089) * Bug fix for FastRawTransactionManager.resetNonce [#2084](https://github.com/hyperledger/web3j/pull/2084) -* Fix licence type +* Fix licence type [#2090](https://github.com/hyperledger/web3j/pull/2090) ### Features From d377e79779218ef668d8a0dd0f5b516b69b6aaa7 Mon Sep 17 00:00:00 2001 From: gtebrean <99179176+gtebrean@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:05:05 +0300 Subject: [PATCH 3/3] fix licence Signed-off-by: gtebrean <99179176+gtebrean@users.noreply.github.com> --- .../test/resources/solidity/arraysinstruct/ArraysInStruct.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen/src/test/resources/solidity/arraysinstruct/ArraysInStruct.sol b/codegen/src/test/resources/solidity/arraysinstruct/ArraysInStruct.sol index 69deaabce..4f32860ca 100644 --- a/codegen/src/test/resources/solidity/arraysinstruct/ArraysInStruct.sol +++ b/codegen/src/test/resources/solidity/arraysinstruct/ArraysInStruct.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-3.0 +// SPDX-License-Identifier: MIT pragma solidity >= 0.8.7; // Test 'Struct' functionality. (from solidity ^0.5.0 )