Skip to content

chore: add MIT LICENSE file#25

Merged
onikiienko merged 1 commit into
MacPaw:masterfrom
Krivoblotsky:chore/add-license
May 22, 2026
Merged

chore: add MIT LICENSE file#25
onikiienko merged 1 commit into
MacPaw:masterfrom
Krivoblotsky:chore/add-license

Conversation

@Krivoblotsky

Copy link
Copy Markdown
Contributor

Summary

The package.json declares "license": "MIT" but no LICENSE file is present in the repo. This means GitHub's license detector shows "No license" on the repo home page, which is a legal blocker for downstream consumers — without an explicit license file, anyone evaluating whether they can use this library has to dig into package.json to confirm the terms.

This PR adds the standard MIT license text with copyright 2020-present MacPaw Inc. (2020 from the first commit on the repo).

Test plan

  • LICENSE file is the standard MIT template
  • Copyright matches the original creation year (2020)
  • Matches the license field already declared in package.json

The package.json declares "license": "MIT" but no LICENSE file is
present in the repo. Adding the standard MIT license text so that
the licensing terms are explicit and discoverable, both on GitHub
(license badge) and for downstream consumers via npm.
@onikiienko onikiienko merged commit 303e759 into MacPaw:master May 22, 2026
1 check passed
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