diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/README.md | 20 |
1 files changed, 20 insertions, 0 deletions
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 | |||
| 7 | ``` | 7 | ``` |
| 8 | 8 | ||
| 9 | Then open the generated file `thebook/index.html`. | 9 | Then open the generated file `thebook/index.html`. |
| 10 | |||
| 11 | ## License | ||
| 12 | |||
| 13 | The Embassy Docs (this folder) is distributed under the following licenses: | ||
| 14 | |||
| 15 | * 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]. | ||
| 16 | * The written prose contained within these docs are licensed under the terms of the Creative Commons [CC-BY-SA v4.0] license. | ||
| 17 | |||
| 18 | Copies of the licenses used by this project may also be found here: | ||
| 19 | |||
| 20 | * [MIT License Hosted] | ||
| 21 | * [Apache License v2.0 Hosted] | ||
| 22 | * [CC-BY-SA v4.0 Hosted] | ||
| 23 | |||
| 24 | [MIT License]: ./../LICENSE-MIT | ||
| 25 | [Apache License v2.0]: ./../LICENSE-APACHE | ||
| 26 | [CC-BY-SA v4.0]: ./../LICENSE-CC-BY-SA | ||
| 27 | [MIT License Hosted]: https://opensource.org/licenses/MIT | ||
| 28 | [Apache License v2.0 Hosted]: http://www.apache.org/licenses/LICENSE-2.0 | ||
| 29 | [CC-BY-SA v4.0 Hosted]: https://creativecommons.org/licenses/by-sa/4.0/legalcode | ||
