TheAlgorithms / Solidity

Algorithms and data structures implemented in Solidity
GNU Lesser General Public License v2.1
332 stars 95 forks source link

Uniform SPDX License identifier across all contracts #64

Closed sreekar9601 closed 2 years ago

sreekar9601 commented 2 years ago

Some contracts have an MIT license, and some are unlicensed, and some contracts dont have any license identifiers specified on the first line.

mkubdev commented 2 years ago

Well spotted. Do you want to update them? They should be all // SPDX-License-Identifier: MIT