This repository has been archived by the owner on Nov 22, 2021. It is now read-only.
fix: SPDX license identifier and missing peer dependencies #61
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SPDX
this pull request changes
// SPDX-License-Identifier: MIT
to reflect the newer license of/// SPDX-License-Identifier: SSPL-1.0
AGPL vs SSPL
See a
diff
here: AGPL_vs_SSPLPrevious PR
#47 and #60
closed previous PR, #47 to address styling changes
Notes
in the future, there should be a 'dummy' git account in which automated processes (such as CI/CD/etc) can be assigned to, e.g.
git config user.email [email protected]
in order to assist in the review process / diff'ing / etc, esp. considering increasing amounts of outside contributors, and other automated services (ci pipelines, etc)yEarn Bot
see https://github.com/yearnbot
example for usage in
prettier
: https://github.com/yearnBot/vcs/tree/main/binOptional Header