Update License

This commit is contained in:
David E. Perez Negron R. 2023-09-17 22:44:16 -06:00
parent 915fcadb97
commit 47285e3167
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.20; pragma solidity ^0.8.20;
contract HelloWorld { contract HelloWorld {

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.20; pragma solidity ^0.8.20;
import "solmate/tokens/ERC20.sol"; import "solmate/tokens/ERC20.sol";

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.20; pragma solidity ^0.8.20;
contract Wallet { contract Wallet {