diff --git a/CHANGELOG.md b/CHANGELOG.md index ff707a791..181928f23 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 [#2090](https://github.com/hyperledger/web3j/pull/2090) ### Features 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 )