Skip to content

Commit 0056a65

Browse files
bors[bot]thejpster
andauthored
Merge #226
226: Add licence notes to index.md r=therealprof a=thejpster After discussions with someone who had re-used material without attribution, we agreed it would be useful to make the licence terms more prominent to those reading the rendered book (as opposed to browsing the Github repo). Co-authored-by: Jonathan 'theJPster' Pallant <[email protected]>
2 parents b2e1092 + 7edcc13 commit 0056a65

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/intro/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,22 @@ it should be reported in [the issue tracker] of this book.
9898
[the issue tracker]: https://github.com/rust-embedded/book/issues/
9999

100100
Pull requests fixing typos and adding new content are very welcome!
101+
102+
## Re-using this material
103+
104+
This book is distributed under the following licenses:
105+
106+
* The code samples and free-standing Cargo projects contained within this book are licensed under the terms of both the [MIT License] and the [Apache License v2.0].
107+
* The written prose, pictures and diagrams contained within this book are licensed under the terms of the Creative Commons [CC-BY-SA v4.0] license.
108+
109+
[MIT License]: https://opensource.org/licenses/MIT
110+
[Apache License v2.0]: http://www.apache.org/licenses/LICENSE-2.0
111+
[CC-BY-SA v4.0]: https://creativecommons.org/licenses/by-sa/4.0/legalcode
112+
113+
TL;DR: If you want to use our text or images in your work, you need to:
114+
115+
* Give the appropriate credit (i.e. mention this book on your slide, and provide a link to the relevant page)
116+
* Provide a link to the [CC-BY-SA v4.0] licence
117+
* Indicate if you have changed the material in any way, and make any changes to our material available under the same licence
118+
119+
Also, please do let us know if you find this book useful!

0 commit comments

Comments
 (0)