From 495a29ad6ef875a0f2db150fa447bb949808ee7a Mon Sep 17 00:00:00 2001 From: James Munns Date: Thu, 23 May 2024 09:57:10 +0200 Subject: Explicitly license the book prose CC-BY-SA This matches the Rust Embedded books --- docs/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'docs/README.md') diff --git a/docs/README.md b/docs/README.md index 94ebd7a05..d766a86d9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,3 +7,23 @@ make ``` Then open the generated file `thebook/index.html`. + +## License + +The Embassy Docs (this folder) is distributed under the following licenses: + +* The code samples and free-standing Cargo projects contained within these docs are licensed under the terms of both the [MIT License] and the [Apache License v2.0]. +* The written prose contained within these docs are licensed under the terms of the Creative Commons [CC-BY-SA v4.0] license. + +Copies of the licenses used by this project may also be found here: + +* [MIT License Hosted] +* [Apache License v2.0 Hosted] +* [CC-BY-SA v4.0 Hosted] + +[MIT License]: ./../LICENSE-MIT +[Apache License v2.0]: ./../LICENSE-APACHE +[CC-BY-SA v4.0]: ./../LICENSE-CC-BY-SA +[MIT License Hosted]: https://opensource.org/licenses/MIT +[Apache License v2.0 Hosted]: http://www.apache.org/licenses/LICENSE-2.0 +[CC-BY-SA v4.0 Hosted]: https://creativecommons.org/licenses/by-sa/4.0/legalcode -- cgit