Files
semantica/docs/license.md
T
KaifAhmad1 727285171a docs: Modern documentation redesign with enhanced navigation
- Reorganize navigation structure (left sidebar: Home, Quickstart, Installation, Cookbook Recipes, Learning More, Deep Dive, API References)
- Add TOC sections on homepage (Features, How to Read this Documentation, Resources)
- Create new pages: learning-more.md, deep-dive.md, community-projects.md, citation.md, license.md
- Add Mermaid diagrams for architecture, workflows, and concepts
- Enhance all documentation pages with better code examples and explanations
- Add custom CSS for modern aesthetic (docs/css/custom.css)
- Update mkdocs.yml with Material theme, Mermaid support, and enhanced features
- Improve user-friendly navigation and clear visual hierarchy
- Add diagrams and charts throughout documentation
2025-11-21 21:57:10 +05:30

92 lines
2.6 KiB
Markdown

# License
Semantica is released under the MIT License.
## MIT License
```
MIT License
Copyright (c) 2024 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 Semantica commercially
- ✅ Modify the source code
- ✅ Distribute the software
- ✅ Use it in private projects
- ✅ Sublicense it
- ✅ Use it in proprietary software
### You Must:
- ✅ Include the copyright notice
- ✅ Include the license text
### You Cannot:
- ❌ Hold authors liable for damages
- ❌ Use the authors' names to endorse products without permission
## Third-Party Licenses
Semantica uses several open-source libraries. Their licenses are included in the distribution. Key dependencies:
- **Python**: PSF License
- **NumPy**: BSD License
- **Pandas**: BSD License
- **spaCy**: MIT License
- **Transformers**: Apache 2.0 License
- **RDFLib**: BSD License
See the full list in `LICENSE` file or check individual package licenses.
## Commercial Use
Semantica is **free for commercial use**. You can:
- Use it in commercial products
- Build commercial services with it
- Include it in proprietary software
- Sell products that use Semantica
No attribution required in your product, though we appreciate it!
## Contributing
By contributing to Semantica, you agree that your contributions will be licensed under the MIT License.
## Questions?
If you have questions about the license:
- Check the [full license text](../LICENSE)
- [Open an issue](https://github.com/Hawksight-AI/semantica/issues)
- [Start a discussion](https://github.com/Hawksight-AI/semantica/discussions)
---
**Semantica is 100% open source and free to use!** 🎉