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
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,5 +88,25 @@ pip install -e ".[dev]"
88
88
5. Run tests: `pytest`
89
89
6. Submit a pull request
90
90
91
+
## License
92
+
93
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
94
+
95
+
> **Note**: Without a license, the code is under exclusive copyright by default. This means no one can copy, distribute, or modify your work without facing potential legal consequences. Adding a license (like MIT) explicitly grants these permissions, making it clear how others can use your code.
0 commit comments