License
License
Section titled “License”Stowaway is open source software licensed under the MIT License.
MIT License
Section titled “MIT License”MIT License
Copyright (c) 2024 Stowaway Contributors
Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, 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 THESOFTWARE.What This Means
Section titled “What This Means”You CAN:
Section titled “You CAN:”- Use Stowaway for personal or commercial purposes
- Modify the source code
- Distribute copies
- Sublicense the software
- Use privately
You MUST:
Section titled “You MUST:”- Include the copyright notice in copies
- Include the license text in copies
You CANNOT:
Section titled “You CANNOT:”- Hold authors liable for damages
- Use authors’ names for endorsement without permission
Third-Party Licenses
Section titled “Third-Party Licenses”Stowaway uses open source libraries with their own licenses:
| Library | License |
|---|---|
| Next.js | MIT |
| React | MIT |
| Prisma | Apache 2.0 |
| Tailwind CSS | MIT |
| shadcn/ui | MIT |
| NextAuth.js | ISC |
| Lucide Icons | ISC |
| ZXing | Apache 2.0 |
For complete license information of dependencies, see the package.json file and respective library documentation.