aboutsummaryrefslogtreecommitdiffstats
path: root/LICENSE.md
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-02 00:21:16 +0300
committerAhmed <git@gumx.cc>2026-06-02 00:21:16 +0300
commit6e1e8effd3e595ad342d11644b072725a218c1eb (patch)
tree11d4c650734d814c6180db6618b89dbf3ae8c8d3 /LICENSE.md
init: moved to gumx.cc
Diffstat (limited to 'LICENSE.md')
-rw-r--r--LICENSE.md29
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 |