-
Warning: SPDX license identifier not provided in source file. Before publishing, consider adding a comment containing "SPDX-License-Identifier: " to each source file. Use "SPDX-License-Identifier: UNLICENSED" for non-open-source code. Please see https://spdx.org for more information. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 19 replies
-
Some context is necessary, please use a screenshot or the code. |
Beta Was this translation helpful? Give feedback.
-
@twelvv : Just put this line on the very top above pragma solidity of your contract simplestorage.sol: It will resolve you issue! |
Beta Was this translation helpful? Give feedback.
-
Hey @twelvv that is just a warning you are getting from the solidity compiler when you fail to include a license identifier in your code. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
hey @twelvv look carefully at "license" spelling . |
Beta Was this translation helpful? Give feedback.
Some context is necessary, please use a screenshot or the code.