diff options
Diffstat (limited to 'LICENSE.md')
| -rw-r--r-- | LICENSE.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..c78c9c0 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,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 | |
