License Information¶
Cursor-Utils is released under the MIT License, a permissive open-source license that allows for free use, modification, and distribution of the software.
MIT License¶
MIT License
Copyright (c) 2023-2024 Cursor-Utils Contributors
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¶
The MIT License grants you the following permissions:
- Use the software for any purpose
- Modify the source code
- Distribute the software or your modified versions
- Sublicense or sell the software
With these requirements:
- Include the original copyright notice
- Include the permission notice
Third-Party Components¶
Cursor-Utils incorporates several third-party libraries and components, each with its own license:
Component | License | Usage |
---|---|---|
Click | BSD 3-Clause | Command-line interface framework |
Rich | MIT | Terminal formatting and output |
Requests | Apache 2.0 | HTTP requests for API interactions |
PyYAML | MIT | Configuration file processing |
GitPython | BSD 3-Clause | Git repository interactions |
API Service Terms¶
When using Cursor-Utils with external APIs, you are subject to the terms of service for those APIs:
- Google Gemini API: Subject to Google AI Studio Terms
- Perplexity API: Subject to Perplexity API Terms
- GitHub API: Subject to GitHub Terms of Service
It is your responsibility to ensure that your usage of these services complies with their respective terms.
Contributing¶
When you contribute to Cursor-Utils, you agree that your contributions will be licensed under the same MIT License. This allows us to maintain a consistent licensing model for the entire project.
Questions¶
If you have questions about licensing or need clarification on permitted usage, please open an issue on our GitHub repository.