Skip to content

Commit f59e360

Browse files
committed
docs: add license information to README
Adds a dedicated license section to the README that explains the key permissions and requirements of the BSD 3-Clause License in plain language, helping users understand what they can and cannot do with the software.
1 parent 57c78a7 commit f59e360

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,4 +526,18 @@ This design improves security by isolating internal services from direct externa
526526

527527
## 📝 License
528528

529-
This project is licensed under the MIT License - see the LICENSE file for details.
529+
This project is licensed under the BSD 3-Clause License.
530+
531+
It allows you to:
532+
- Use the software commercially
533+
- Modify the software
534+
- Distribute the software
535+
- Place warranty on the software
536+
- Use the software privately
537+
538+
The only requirements are:
539+
- Include the copyright notice
540+
- Include the license text
541+
- Not use the author's name to promote derived products without permission
542+
543+
For more details, see the LICENSE file in the project repository.

0 commit comments

Comments
 (0)