From 248cb3f0e5815ebbc9978f0c605e0d5123fffc1e Mon Sep 17 00:00:00 2001 From: Madhu <2400030376@kluniversity.in> Date: Tue, 4 Nov 2025 22:16:27 +0530 Subject: [PATCH] docs: explain MIT License for better clarity --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b48159e102..04c16acc08 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,7 @@ For other useful tools, guides and courses, check out these [related resources f ## License MIT License + +The **MIT License** is a permissive open-source license that allows anyone to use, modify, and distribute the software freely. +It requires only that the original license notice and copyright statement are included in any copies or substantial portions of the software. +This makes the project accessible for both personal and commercial use while promoting open collaboration.