mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-15 04:00:33 +00:00
- Restructured guides with grid cards and better formatting - Expanded cookbook to include all 39 use case notebooks - Streamlined all resource files to be concise - Removed time estimates throughout documentation - Fixed broken GitHub links - Updated version to 0.0.5 and year to 2025 - Improved architecture documentation with Mermaid diagrams - Enhanced FAQ with plain Q&A format - Made all documentation consistent and professional
79 lines
2.0 KiB
Markdown
79 lines
2.0 KiB
Markdown
# License
|
|
|
|
Semantica is released under the MIT License.
|
|
|
|
---
|
|
|
|
## MIT License
|
|
|
|
```
|
|
MIT License
|
|
|
|
Copyright (c) 2025 Hawksight AI
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
SOFTWARE.
|
|
```
|
|
|
|
---
|
|
|
|
## What This Means
|
|
|
|
### You Can:
|
|
- ✅ Use commercially
|
|
- ✅ Modify the source code
|
|
- ✅ Distribute the software
|
|
- ✅ Use in private/proprietary projects
|
|
- ✅ Sublicense it
|
|
|
|
### You Must:
|
|
- ✅ Include copyright notice
|
|
- ✅ Include license text
|
|
|
|
### You Cannot:
|
|
- ❌ Hold authors liable
|
|
- ❌ Use authors' names for endorsement
|
|
|
|
---
|
|
|
|
## Commercial Use
|
|
|
|
**Semantica is free for commercial use.** No attribution required (though appreciated)!
|
|
|
|
---
|
|
|
|
## Third-Party Licenses
|
|
|
|
Key dependencies:
|
|
- Python (PSF), NumPy (BSD), Pandas (BSD)
|
|
- spaCy (MIT), Transformers (Apache 2.0), RDFLib (BSD)
|
|
|
|
See `LICENSE` file for complete list.
|
|
|
|
---
|
|
|
|
## Contributing
|
|
|
|
By contributing, you agree your contributions will be licensed under MIT.
|
|
|
|
---
|
|
|
|
**Questions?** [Open an issue](https://github.com/Hawksight-AI/semantica/issues)
|
|
|
|
**Semantica is 100% open source and free!** 🎉
|