From 6e1e8effd3e595ad342d11644b072725a218c1eb Mon Sep 17 00:00:00 2001 From: Ahmed Date: Tue, 2 Jun 2026 00:21:16 +0300 Subject: init: moved to gumx.cc --- LICENSE.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 LICENSE.md (limited to 'LICENSE.md') 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 | -- cgit v1.2.3