From e0e7f901d05ff7da652c3d8c39d680a22be7cc1b Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 26 Sep 2020 16:26:32 +0200 Subject: [PATCH] Merge license sections in README.md's --- README.md | 4 ++++ ruma-api-macros/README.md | 4 ---- ruma-appservice-api/README.md | 4 ---- ruma-events-macros/README.md | 4 ---- ruma-federation-api/README.md | 4 ---- 5 files changed, 4 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index a2fb3284..87798d3a 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,7 @@ feature) since it depends on [ring][], which is only guaranteed to work on the latest stable. [ring]: https://github.com/briansmith/ring/ + +## License + +[MIT](http://opensource.org/licenses/MIT) diff --git a/ruma-api-macros/README.md b/ruma-api-macros/README.md index 4c2bdc2e..4dfdbc96 100644 --- a/ruma-api-macros/README.md +++ b/ruma-api-macros/README.md @@ -61,7 +61,3 @@ pub mod some_endpoint { Please refer to the documentation of the `ruma_api!` re-export in [ruma-api][]. [ruma-api]: https://docs.rs/ruma-api - -## License - -[MIT](http://opensource.org/licenses/MIT) diff --git a/ruma-appservice-api/README.md b/ruma-appservice-api/README.md index 756ef98f..590c2441 100644 --- a/ruma-appservice-api/README.md +++ b/ruma-appservice-api/README.md @@ -6,7 +6,3 @@ These types can be shared by application service and server code. ## Status This project is currently experimental and is very likely to change drastically. - -## License - -[MIT](http://opensource.org/licenses/MIT) diff --git a/ruma-events-macros/README.md b/ruma-events-macros/README.md index 549e93c5..e528bf0f 100644 --- a/ruma-events-macros/README.md +++ b/ruma-events-macros/README.md @@ -5,7 +5,3 @@ ## Documentation ruma-events-macros has [comprehensive documentation](https://docs.rs/ruma-events-macros) available on docs.rs. - -## License - -[MIT](http://opensource.org/licenses/MIT) diff --git a/ruma-federation-api/README.md b/ruma-federation-api/README.md index 97faa283..65cf924e 100644 --- a/ruma-federation-api/README.md +++ b/ruma-federation-api/README.md @@ -5,7 +5,3 @@ These types can be shared by client and server code. ## Documentation [https://docs.rs/ruma-federation-api](https://docs.rs/ruma-federation-api) - -## License - -[MIT](http://opensource.org/licenses/MIT)