From 3e0bc0c396a6469a57554ca903b24746bbb505f4 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 15 Jan 2024 00:18:38 -0500 Subject: [PATCH] README: Add note about licensing --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e9bf971..b758dc6 100644 --- a/README.md +++ b/README.md @@ -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