MetaMask / design-tokens

Design tokens to be used throughout MetaMask products
https://metamask.github.io/design-tokens/?path=/docs/getting-started-introduction--docs
Apache License 2.0
28 stars 16 forks source link

chore: adding license #738

Closed georgewrmarshall closed 3 weeks ago

georgewrmarshall commented 3 weeks ago

Description

This pull request adds a dual-license (MIT OR Apache 2.0) to the design-tokens repository to align with MetaMask’s open-source licensing standards. This change allows external users to fork and utilize the design-tokens package without legal conflicts, adhering to MetaMask’s recommended open-source practices.

Following guidance from our legal team, this PR includes both LICENSE-MIT and LICENSE-APACHE files and updates the package.json to specify the dual-license format.

Related Issues

Fixes: https://github.com/MetaMask/design-tokens/issues/737

Manual Testing Steps

  1. Confirm that the LICENSE-MIT and LICENSE-APACHE files are present in the repository root.
  2. Verify that package.json contains "license": "(MIT OR Apache-2.0)".
  3. Cross-check that the licensing terms match MetaMask’s open-source standards.

Pre-merge Author Checklist

Pre-merge Reviewer Checklist

References

georgewrmarshall commented 3 weeks ago

I realize the storybook job is failing created an issue here https://github.com/MetaMask/design-tokens/issues/740