Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Add SPDX License Identifier to Multicall2.sol #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Gilgames000
Copy link

It fixes the compiler warning license identifier not provided in source file and is overall good practice to add the license identifier on a per-file basis as in the software industry no license specified defaults to all rights reserved, which could potentially prevent anyone to have the rights to deploy the individual Multicall2.sol. Though, this is technically not necessary in the particular case of MIT and Unlicense licenses.

It fixes the compiler warning `license identifier not provided in source file` and is overall good practice to add the license identifier on a per-file basis as in the software industry no license specified defaults to all rights reserved, which could potentially prevent anyone to have the rights to deploy the individual Multicall2.sol. Though, this is technically not necessary in the particular case of MIT and Unlicense licenses.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant