aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor-macros
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-executor-macros
parentae84f2a157cf34c5bbc88ec4637f084f1ab924ea (diff)
Centralize license and MSRV boilerplate into the repo readme.
Diffstat (limited to 'embassy-executor-macros')
-rw-r--r--embassy-executor-macros/README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/embassy-executor-macros/README.md b/embassy-executor-macros/README.md
index a959c85d5..3a8d49aa1 100644
--- a/embassy-executor-macros/README.md
+++ b/embassy-executor-macros/README.md
@@ -3,13 +3,3 @@
3An [Embassy](https://embassy.dev) project. 3An [Embassy](https://embassy.dev) project.
4 4
5NOTE: Do not use this crate directly. The macros are re-exported by `embassy-executor`. 5NOTE: Do not use this crate directly. The macros are re-exported by `embassy-executor`.
6
7## License
8
9This work is licensed under either of
10
11- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
12 <http://www.apache.org/licenses/LICENSE-2.0>)
13- MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
14
15at your option.