You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,3 +35,13 @@ This project is dual-licensed under:
35
35
36
36
***Creative Commons Attribution 4.0** - for documentation and content in the assets, content, and data folders (see [LICENSE](LICENSE))
37
37
***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