From d92a2dcc2df60496ff30e16e8748980c50191295 Mon Sep 17 00:00:00 2001 From: giwaov Date: Fri, 20 Feb 2026 12:57:16 +0100 Subject: [PATCH] fix: correct "crates" to "packages" in license text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a TypeScript monorepo, not a Rust project — "packages" is the correct terminology. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c2fe822..0d7fccbc 100644 --- a/README.md +++ b/README.md @@ -27,5 +27,5 @@ Licensed under either of [Apache License](./LICENSE-APACHE), Version 2.0 or [MIT License](./LICENSE-MIT) at your option. Unless you explicitly state otherwise, any contribution intentionally submitted -for inclusion in these crates by you, as defined in the Apache-2.0 license, +for inclusion in these packages by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.