makerdao / multicall

Multicall: Aggregate multiple constant function call results into one
MIT License
851 stars 451 forks source link

Add SPDX License Identifier to Multicall2.sol #43

Open Gilgames000 opened 2 years ago

Gilgames000 commented 2 years ago

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.