License
WakaPAC is released under the MIT License, one of the most permissive and widely-used open source licenses.
What the MIT License Means
The MIT License is a simple, permissive license that gives you broad freedom to use WakaPAC in your projects:
✅ What You Can Do
- Commercial Use: Use WakaPAC in commercial applications and products
- Modification: Modify the source code to fit your needs
- Distribution: Distribute WakaPAC with your applications
- Private Use: Use WakaPAC in private/internal projects
- Sublicense: Include WakaPAC in projects with different licenses
📋 What You Must Do
- Include Copyright: Include the original copyright notice in all copies
- Include License: Include the MIT license text in all copies
🚫 What We Don't Provide
- Warranty: WakaPAC is provided "as is" without warranty
- Liability: We're not liable for any damages or issues
- Support: No guaranteed support or maintenance
For Contributors
By contributing to WakaPAC, you agree that your contributions will be licensed under the same MIT License. This ensures that:
- Your contributions remain freely available to the community
- Users can continue to rely on WakaPAC's permissive licensing
- The project maintains consistent licensing terms
Using WakaPAC in Your Project
To comply with the MIT License when using WakaPAC:
Option 1: Include in Your Project's License File
Add this to your project's LICENSE or THIRD-PARTY-LICENSES file:
WakaPAC
Copyright (c) 2025 Quellabs
Licensed under the MIT License
Option 2: Reference in Documentation
Include a notice in your project documentation or about page:
This project uses WakaPAC (https://github.com/quellabs/WakaPAC)
Copyright (c) 2025 Quellabs, licensed under the MIT License.
Full License Text
MIT License
Copyright (c) 2025 Quellabs
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.
Questions About Licensing
If you have questions about how the MIT License applies to your use case:
- Review the Choose a License MIT explanation
- Consult with your legal team for commercial applications
- Open a GitHub Discussion for community guidance
The MIT License is designed to be simple and permissive, making WakaPAC easy to integrate into projects of all types.