Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add SPDX license identifiers for files missing them #59

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

0xteddybear
Copy link

context: we try to always treat compiler warnings as errors, to reliably catch some possible issues (such as not assigning to a return variable) as soon as possible, with foundry's deny-warnings setting

solc, however, reports on a file not having an SPDX license identifier as error 1878, which we have to manually ignore with ignored_error_codes = [1878]

This PR takes care of that, adding a SPDX license identifier to every source file missing it. I chose the same license as in the LICENSE file, without care for it's legality or consistency, and didn't modify the license identifier of files having one (which includes Unlicense and MIT)

@CLAassistant
Copy link

CLAassistant commented Aug 1, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants