From 7494c90fea928ece7bca48c9e8147f26b3ef7dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Lidstr=C3=B6m?= Date: Tue, 12 Dec 2023 21:47:28 +0100 Subject: [PATCH] clarify license --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 141d31e..5b330b6 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ 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. +then you must also license your implementation 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!