Skip to content

Commit

Permalink
Merge pull request #2090 from hyperledger/fix/licenses
Browse files Browse the repository at this point in the history
fix licence
  • Loading branch information
gtebrean committed Aug 14, 2024
2 parents 7e3465b + d377e79 commit fb74fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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 )
Expand Down

0 comments on commit fb74fa0

Please sign in to comment.