lambda-0x / sol-interfaces-core

Collection of core (ERC) interfaces you might need for your solidity contracts
3 stars 1 forks source link

Create LICENSE.spdx #1

Closed sambacha closed 1 year ago

lambda-0x commented 1 year ago

Hey @sambacha thanks for taking time to open the PR, i thought about adding a license but i was not sure how to go about it because different EIP use different license, i saw MIT in some CC-0 in some. Do you think its good enough to use MIT for the whole repo even if interfaces itself uses different license?

sambacha commented 1 year ago

Hey @sambacha thanks for taking time to open the PR, i thought about adding a license but i was not sure how to go about it because different EIP use different license, i saw MIT in some CC-0 in some. Do you think its good enough to use MIT for the whole repo even if interfaces itself uses different license?

The specification is CC-0, the implementation however is licensed. I just used MIT as per the SPDX identification comment.

You can pick multiple licenses, whatever you do just make the choice you have made explicit and clear.

lambda-0x commented 1 year ago

gotcha, i don't think license is gonna be problem with this. I want to keep it as permissive as possible. Merging, Thanks again!