You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of today (Solidity 0.6.8, from this PR), Solidity issues warnings on all OpenZeppelin (and other) contracts for lack of an "SPDX-License-Identfier" code comment at the top of the file.
A proposed fix would be to add //SPDX-License-Identifier: MIT
to the start of every contract file.
The text was updated successfully, but these errors were encountered:
That's a great suggestion @wbt, thanks! I just published v3.0.2 with that change, you should be able to install it from npm now and not get any warnings.
As of today (Solidity 0.6.8, from this PR), Solidity issues warnings on all OpenZeppelin (and other) contracts for lack of an "SPDX-License-Identfier" code comment at the top of the file.
A proposed fix would be to add
//SPDX-License-Identifier: MIT
to the start of every contract file.
The text was updated successfully, but these errors were encountered: