aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-driver-channel
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-driver-channel
parentae84f2a157cf34c5bbc88ec4637f084f1ab924ea (diff)
Centralize license and MSRV boilerplate into the repo readme.
Diffstat (limited to 'embassy-net-driver-channel')
-rw-r--r--embassy-net-driver-channel/README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/embassy-net-driver-channel/README.md b/embassy-net-driver-channel/README.md
index 90a216388..1955624d1 100644
--- a/embassy-net-driver-channel/README.md
+++ b/embassy-net-driver-channel/README.md
@@ -84,13 +84,3 @@ These `embassy-net` drivers are implemented using this crate. You can look at th
84## Interoperability 84## Interoperability
85 85
86This crate can run on any executor. 86This crate can run on any executor.
87
88## License
89
90This work is licensed under either of
91
92- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
93 http://www.apache.org/licenses/LICENSE-2.0)
94- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
95
96at your option.