You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.
Add a dual-license (MIT OR Apache 2.0) to the design-tokens repository to comply with MetaMask’s open-source licensing standards. This update ensures that external users can legally fork and use the design-tokens package under the appropriate open-source terms.
Technical Details
Add LICENSE-MIT and LICENSE-APACHE files to the root directory of the design-tokens repository.
Update package.json to include "license": "(MIT OR Apache-2.0)".
Ensure all licensing terms are consistent with MetaMask’s open-source and legal guidelines.
Description
Add a dual-license (MIT OR Apache 2.0) to the
design-tokens
repository to comply with MetaMask’s open-source licensing standards. This update ensures that external users can legally fork and use thedesign-tokens
package under the appropriate open-source terms.Technical Details
LICENSE-MIT
andLICENSE-APACHE
files to the root directory of thedesign-tokens
repository.package.json
to include"license": "(MIT OR Apache-2.0)"
.Acceptance Criteria
design-tokens
repository includesLICENSE-MIT
andLICENSE-APACHE
files in the root directory.package.json
file contains the correct dual-license entry:(MIT OR Apache-2.0)
.References
The text was updated successfully, but these errors were encountered: