aboutsummaryrefslogtreecommitdiff
path: root/embassy-net
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-11 18:18:35 +0100
committerDario Nieuwenhuis <[email protected]>2024-01-11 18:18:35 +0100
commitb452a6bcf6858893a85882614e2dcde5a3405748 (patch)
tree9ecdfff438d0a6a052abd082f046ee1da587367b /embassy-net
parentae84f2a157cf34c5bbc88ec4637f084f1ab924ea (diff)
Centralize license and MSRV boilerplate into the repo readme.
Diffstat (limited to 'embassy-net')
-rw-r--r--embassy-net/README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/embassy-net/README.md b/embassy-net/README.md
index 52d048e6a..94aa6f550 100644
--- a/embassy-net/README.md
+++ b/embassy-net/README.md
@@ -51,13 +51,3 @@ This crate can run on any executor.
51 51
52[`embassy-time`](https://crates.io/crates/embassy-time) is used for timekeeping and timeouts. You must 52[`embassy-time`](https://crates.io/crates/embassy-time) is used for timekeeping and timeouts. You must
53link an `embassy-time` driver in your project to use this crate. 53link an `embassy-time` driver in your project to use this crate.
54
55## License
56
57This work is licensed under either of
58
59- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
60 http://www.apache.org/licenses/LICENSE-2.0)
61- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
62
63at your option.