From 47285e3167bbfe96980ce6983e0b81c4453b181b Mon Sep 17 00:00:00 2001 From: "David E. Perez Negron R." Date: Sun, 17 Sep 2023 22:44:16 -0600 Subject: [PATCH] Update License --- src/HelloWorld.sol | 1 + src/Imports.sol | 1 + src/Wallet.sol | 1 + 3 files changed, 3 insertions(+) diff --git a/src/HelloWorld.sol b/src/HelloWorld.sol index 35c3e6b..7323a5c 100644 --- a/src/HelloWorld.sol +++ b/src/HelloWorld.sol @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.20; contract HelloWorld { diff --git a/src/Imports.sol b/src/Imports.sol index 4356bf7..0b15b97 100644 --- a/src/Imports.sol +++ b/src/Imports.sol @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.20; import "solmate/tokens/ERC20.sol"; diff --git a/src/Wallet.sol b/src/Wallet.sol index e1f2849..30e20aa 100644 --- a/src/Wallet.sol +++ b/src/Wallet.sol @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.20; contract Wallet {