Uniswap / v2-core

🦄 🦄 Core smart contracts of Uniswap V2
https://uniswap.org/docs
GNU General Public License v3.0
2.92k stars 3.13k forks source link

No SPDX License Identifier #158

Open dindonero opened 2 years ago

dindonero commented 2 years ago

There's no SPDX-License-Identifier in any of the contracts, so solc compiler will always throw that warning when I import your contracts. Is it supposed to be like this? Thanks

gtala commented 2 years ago

Same as @dindonero ,SPDX license is missing in the v2-core contracts, so we get warnings messages every time we compile our contracts solution

image
saman-pasha commented 1 year ago

Please add SPDX license line, all the time i got these warnings. i think interfaces of v2-core and v2-periphery is enough