getwax / bls-wallet

Core components to use layer 2 smart contract wallets with the BLS signature scheme
MIT License
177 stars 46 forks source link

Switch all licensing to MIT #607

Closed jacque006 closed 1 year ago

jacque006 commented 1 year ago

In a number of places, we are using Unlicense instead of MIT. All licensing should be update to MIT for consistency & correct contract metadata. There may be other spots as well

Example: https://github.com/getwax/bls-wallet/blob/main/contracts/contracts/interfaces/IWallet.sol#L1

//SPDX-License-Identifier: Unlicense