mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-27 17:28:01 +00:00
add SPDX header to integration contracts
Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
contract Value {
|
||||
function value() public payable returns (uint ret) {
|
||||
ret = msg.value;
|
||||
|
||||
Reference in New Issue
Block a user