PaulRBerg / foundry-template

Foundry-based template for developing Solidity smart contracts
MIT License
561 stars 110 forks source link

chore: change from UNLICENSED to MIT #22

Closed dionysuzx closed 1 year ago

dionysuzx commented 1 year ago

Reason for change:

PaulRBerg commented 1 year ago

Thanks for your PR.

While it is true that UNLICENSED is not a valid SPDX identifier, the Solidity docs specifically recommends its use for files intended to remain without a license.

If you do not want to specify a license or if the source code is not open-source, please use the special value UNLICENSED

dionysuzx commented 1 year ago

Thanks for your PR.

While it is true that UNLICENSED is not a valid SPDX identifier, the Solidity docs specifically recommends its use for files intended to remain without a license.

If you do not want to specify a license or if the source code is not open-source, please use the special value UNLICENSED

No problem. The reason why I raised the PR, was because I wanted to use this code. Just to be clear, these files are not allowed to be used, correct?

PaulRBerg commented 1 year ago

It's test code; you can do whatever you want with it.