README: Add note about licensing

This commit is contained in:
Ryan Heywood 2024-01-15 00:18:38 -05:00
parent f6ffb39543
commit 3e0bc0c396
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@ control over the mnemonic itself, and other components can request
deterministic data. The seed can be split using the Keyfork Shard mechanism,
which utilizes Shamir's Secret Sharing to allow "M-of-N" recovery of the seed.
All crate licenses are notated using the "license" field in their respective
Cargo.toml. As a general rule, As a general rule, crates with binaries are
licensed AGPL and crates only used as a library are licensed MIT. Forked
projects retain their original licenses.
## Dependency Policy
Dependencies must not be added to core utilities such as seed generation and