Skip to content

Comments

fixes the issue #36#94

Closed
Aaradhya-07 wants to merge 1 commit intom-lab:mainfrom
Aaradhya-07:fix/license-mismatch
Closed

fixes the issue #36#94
Aaradhya-07 wants to merge 1 commit intom-lab:mainfrom
Aaradhya-07:fix/license-mismatch

Conversation

@Aaradhya-07
Copy link
Contributor

@Aaradhya-07 Aaradhya-07 commented Feb 19, 2026

Summary

The repository's LICENSE file contains the Apache License 2.0, but package.json listed the project license as MIT.

This PR updates the license field in package.json to Apache-2.0 so that the metadata matches the actual license used in the repository.
#36

Changes made

  • Updated package.json:
    • "license": "MIT""license": "Apache-2.0"

Why this change

Keeping license metadata consistent helps avoid confusion for contributors and downstream users/tools that rely on package metadata.

@robertodauria
Copy link
Contributor

Thanks for the contribution. Closing this as #83 already addresses it. We aim to merge #83 next week, which will give contributors a stable, modern base to work from. We'd encourage you to review it and open any future PRs on top of that.

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