aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-ppp/README.md
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-ppp/README.md
parentae84f2a157cf34c5bbc88ec4637f084f1ab924ea (diff)
Centralize license and MSRV boilerplate into the repo readme.
Diffstat (limited to 'embassy-net-ppp/README.md')
-rw-r--r--embassy-net-ppp/README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/embassy-net-ppp/README.md b/embassy-net-ppp/README.md
index 58d67395a..0eb7cee87 100644
--- a/embassy-net-ppp/README.md
+++ b/embassy-net-ppp/README.md
@@ -7,13 +7,3 @@
7This crate can run on any executor. 7This crate can run on any executor.
8 8
9It supports any serial port implementing [`embedded-io-async`](https://crates.io/crates/embedded-io-async). 9It supports any serial port implementing [`embedded-io-async`](https://crates.io/crates/embedded-io-async).
10
11## License
12
13This work is licensed under either of
14
15- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
16 http://www.apache.org/licenses/LICENSE-2.0)
17- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
18
19at your option.