From e47a99ed4b6515e71f699b63eb4fab304ff5a5ff Mon Sep 17 00:00:00 2001 From: Tadej Vengust Date: Mon, 29 Nov 2021 13:25:30 +0100 Subject: [PATCH] Add license identifier. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 222567b..e4e2a50 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ You have created and have possession of unique glass-blown artwork (each having To do this, simply paste the code below into Remix and deploy the smart contract. You will "mint" a token for each new piece of artwork you want to see. Then you will "burn" that token when you surrender physical possession of the piece. ```solidity +// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "https://github.com/0xcert/ethereum-erc721/src/contracts/tokens/nf-token-metadata.sol";