From 8aaeaa9957e4aced03f66d0b21d4d0a7002ee9fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Lidstr=C3=B6m?= Date: Tue, 12 Dec 2023 21:09:28 +0100 Subject: [PATCH] clarify license --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffbc7ec..141d31e 100644 --- a/README.md +++ b/README.md @@ -193,8 +193,17 @@ The first few random numbers are: ### 4.2. License -> All code must be licensed under the permissive MIT license. Please add license -> to every source file. No GPL allowed! +All code *in this repository* is licensed under MIT license. +This is a **permissive** license and you can use this code in your +personal projects, or commercial as well, without needing to share +anything back. MIT license is the most common license on GitHub. + +If you would like to contribute to this repository, for example +by adding an implemention in another programming language, +then you must also accept your code with MIT license. + +> All code in this repo must be licensed under the permissive MIT license. +> Please add license header to every source file. No GPL allowed! ### 4.3. Implementations