blob: c78c9c01250662ccd06716f29cff3ac4d4ba282d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# License
This project uses a dual-license model.
## Content — CC BY-SA 4.0
All written content, documentation, exercises, images, and diagrams are
licensed under the
[Creative Commons Attribution-ShareAlike 4.0 International](LICENSES/CC-BY-SA-4.0)
license.
You are free to share and adapt the material for any purpose, including
commercially, as long as you give credit and distribute derivative works under
the same license.
## Code Samples — MIT
All code in `samples/` directories throughout the repository is licensed under
the [MIT License](LICENSES/MIT).
You are free to use, modify, and distribute the code with no copyleft
restrictions.
## Which license applies?
| Path | License |
|------|---------|
| `*/samples/**` | MIT |
| Everything else (`.md` files, images, diagrams) | CC BY-SA 4.0 |
|