chore(wallet): Update LICENSE - #10074
Open
FrederikBolding wants to merge 1 commit into
Open
Conversation
cryptodev-2s
reviewed
Sep 2, 2026
| * Apache License, Version 2.0 ([LICENSE.APACHE2](LICENSE.APACHE2)) | ||
|
|
||
| at your option. | ||
| Copyright ConsenSys Software Inc. 2026. All rights reserved. |
Contributor
There was a problem hiding this comment.
Nit: similar to the previously merged cryptography package should this be instead
Suggested change
| Copyright ConsenSys Software Inc. 2026. All rights reserved. | |
| Copyright 2026 ConsenSys Software Inc. All rights reserved. |
cryptodev-2s
reviewed
Sep 2, 2026
| at your option. | ||
| Copyright ConsenSys Software Inc. 2026. All rights reserved. | ||
|
|
||
| You acknowledge and agree that ConsenSys Software Inc. (“ConsenSys”) (or ConsenSys’s licensors) own all legal right, title and interest in and to the work, software, application, source code, documentation and any other documents in this repository (collectively, the “Program”), including any intellectual property rights which subsist in the Program (whether those rights happen to be registered or not, and wherever in the world those rights may exist), whether in source code or any other form. |
Contributor
There was a problem hiding this comment.
A side question we are referring here to repository instead of package, does this means this is applied to all core packages ? Should we use “this package” ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Explanation
Update LICENSE of
walletto match clients.References
https://consensyssoftware.atlassian.net/browse/WPC-1255
Note
Medium Risk
License change materially restricts commercial use and redistribution compared to MIT/Apache; downstream consumers and legal review should treat this as a breaking compliance change even though code is unchanged.
Overview
Replaces the dual MIT/Apache-2.0 licensing for
@metamask/walletwith the ConsenSys Non-Commercial Use license used elsewhere in the monorepo (e.g. client-aligned packages).The root
packages/wallet/LICENSEis rewritten to ConsenSys copyright and NC terms (attribution notice, MAU cap, commercial contact).LICENSE.MITandLICENSE.APACHE2are removed, andpackage.jsonlicensechanges from(MIT OR Apache-2.0)toSEE LICENSE IN LICENSE.No runtime or API code changes—only legal/metadata for npm and downstream compliance.
Reviewed by Cursor Bugbot for commit 6e04222. Bugbot is set up for automated code reviews on this repo. Configure here.