enzymefinance / protocol

Enzyme Protocol Implementation
https://enzyme.finance
GNU General Public License v3.0
375 stars 156 forks source link

chore: add gpl license comment to the top of solidity files #996

Closed SeanJCasey closed 4 years ago

SeanJCasey commented 4 years ago

It's now recommended practice to start a solidity file with the relevant license declaration in a comment. See https://solidity.readthedocs.io/en/latest/layout-of-source-files.html?highlight=license#spdx-license-identifier

@travs Should be super easy to glance over, just need to confirm that GPL-3.0 is definitely the license we're going with.