aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-06-03 21:56:08 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-06-03 21:56:08 +0200
commit32d01b0045f2254d2b6808b7de4effe2223346bb (patch)
tree6a2c6d013f6ac9bb9ad8497439b9838e649f3931 /README.md
parent28c011c7b3ebd8f5aae111551222ed3748937b33 (diff)
downloadmihi-32d01b0045f2254d2b6808b7de4effe2223346bb.tar.gz
mihi-32d01b0045f2254d2b6808b7de4effe2223346bb.zip
Add license files
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b2c6f67
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+A self assessment tool for learning languages.
+
+**UNDER CONSTRUCTION**
+
+## License
+
+This repository holds two licenses, as you can also note on the `Cargo.toml`
+file. As it's written there:
+
+- The source code on the `crates/` directory is licensed under the GNU GPLv3 (or
+ any later version).
+- The source code on the `lib/` directory is licensed under the GNU LGPLv3 (or
+ any later version).
+
+In practice, for the libraries under `lib/` this means that if you plan to
+compile your binary statically, you still need to abide by the LGPLv3+ license.
+This means at least providing the object files necessary to allow someone to
+recompile your program using a modified version of these libraries. See the
+LGPLv3 license for more details.