Skip to content

Commit d30c53d

Browse files
committed
docs: add explanation about MIT License for clarity
1 parent 3e42f2d commit d30c53d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,13 @@ This project is dual-licensed under:
3535

3636
* **Creative Commons Attribution 4.0** - for documentation and content in the assets, content, and data folders (see [LICENSE](LICENSE))
3737
* **MIT License** - for code (see [LICENSE-CODE](LICENSE-CODE))
38+
39+
### About the MIT License
40+
41+
The **MIT License** is a permissive open-source license that allows you to freely use, modify, and distribute the code with minimal restrictions.
42+
In simple terms:
43+
- ✅ You can use the code in personal and commercial projects.
44+
- 🛠️ You can modify or merge it with your own work.
45+
- ⚖️ You must include the original copyright and license notice.
46+
47+
This flexibility encourages collaboration and learning within the open-source community, which aligns with GitHub’s mission to make software development more open and accessible.

0 commit comments

Comments
 (0)