MIT License
AI Math Notes is open source software licensed under the MIT License.Copyright
Copyright (c) 2024 Ayush PaiLicense Terms
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.Disclaimer
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 is one of the most permissive open source licenses. Here’s what it allows:
You Can
- Use the software for any purpose, including commercial applications
- Modify the source code to fit your needs
- Distribute copies of the software
- Sublicense the software
- Sell copies of the software or derivative works
You Must
- Include the license: Include the copyright notice and license text in all copies or substantial portions of the software
- Include the copyright notice: Maintain attribution to the original author (Ayush Pai)
You Cannot
- Hold liable: The authors cannot be held liable for any issues arising from the use of the software
- Expect warranty: The software is provided “as is” without any warranties
Third-Party Dependencies
AI Math Notes uses the following third-party libraries, each with their own licenses:- Pillow (
pillow==10.2.0) - PIL Software License - OpenAI Python Library (
openai==1.14.2) - Apache License 2.0
OpenAI API Usage
Be aware that:- API usage incurs costs based on OpenAI’s pricing
- You must comply with OpenAI’s terms of service
- Data sent to the API is subject to OpenAI’s privacy policy