# MIT License

Copyright © 2026 UnisAI Community

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.

---

## You are free to:

✅ **Use** - Use the software for any purpose, commercial or personal
✅ **Modify** - Change the code and create derivatives
✅ **Distribute** - Share the software with others
✅ **Sublicense** - Include it in your own projects with your own license
✅ **Review** - Read, audit, and reverse-engineer the source code

## The only requirements are:

1. Include a copy of this license in distributions
2. Include the copyright notice above

That's it. This is one of the most permissive open-source licenses available.

---

## How to Use This License

### In Your Project
Just copy the `LICENSE.md` file to your repository:
```bash
cp LICENSE.md your_project/
```

### In Your Code
Add this header to your source files:
```python
# Copyright © 2026 UnisAI Community
# Licensed under the MIT License
# See LICENSE.md for details
```

### Commercial Use
You can use this software for commercial purposes without any special permission or fees.

### Attribution (Optional)
While not required, it's nice to credit the original project:
```
Based on Adaptive Learning Agent
https://github.com/clawhub-skills/adaptive-learning-agent
```

---

## Full License Text

This is the complete MIT License. It's short and simple:

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.

---

**That's all!** This is the complete legal agreement. No fine print, no restrictions, no gotchas.
