mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
Add a Cite Us section to the README with BibTeX citation info, and align it with docs/citation.md (author/organization: Semantica, 2026). Update LICENSE and docs/project-license.md copyright holder to Semantica, and replace the stale Hawksight-AI GitHub org slug with semantica-agi across READMEs, plugin manifests, cookbook notebooks, and GitHub templates.
81 lines
2.4 KiB
Markdown
81 lines
2.4 KiB
Markdown
---
|
|
title: "License"
|
|
description: "Semantica is open source under the MIT License: free for personal and commercial use."
|
|
icon: "file-contract"
|
|
---
|
|
|
|
> Semantica is open source and free for everyone under the MIT License.
|
|
|
|
|
|
## MIT License
|
|
|
|
```
|
|
MIT License
|
|
|
|
Copyright (c) 2026 Semantica
|
|
|
|
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:**
|
|
|
|
<Check>Use Semantica commercially: free for business use</Check>
|
|
<Check>Modify the source code</Check>
|
|
<Check>Distribute copies or derivatives</Check>
|
|
<Check>Use in proprietary software</Check>
|
|
|
|
**You must:**
|
|
|
|
- Keep the copyright notice in copies
|
|
- Include the MIT license text in distributions
|
|
|
|
<Warning>**No warranty**: the authors are not responsible for damages or liable for how you use the software.</Warning>
|
|
|
|
|
|
## Commercial Use
|
|
|
|
Semantica is completely free for commercial use. No attribution is required (though it's appreciated).
|
|
|
|
|
|
## Third-Party Dependencies
|
|
|
|
Semantica uses open-source libraries with compatible licenses:
|
|
|
|
| Library | License |
|
|
| :--------- | :--------- |
|
|
| Python | PSF License |
|
|
| NumPy, Pandas | BSD |
|
|
| spaCy | MIT |
|
|
| Transformers | Apache 2.0 |
|
|
| RDFLib | BSD |
|
|
|
|
|
|
## Contributing
|
|
|
|
By contributing to Semantica, you agree that your contributions will be licensed under the same MIT License.
|
|
|
|
|
|
## See Also
|
|
|
|
- [Contributing](contributing-guide) — How to contribute to the project.
|
|
- [Citation](citation) — How to cite Semantica in research.
|