# License

Underwriter is dual-licensed under the MIT License and the GNU General Public License (GPL) v3.

You may use this software under either of these licenses, at your option:

- **MIT License** (`LICENSE-MIT`) — A permissive open-source license that allows commercial use without copyleft obligations
- **GNU General Public License v3** (`LICENSE-GPL`) — A copyleft license that requires modifications and derivative works to also be released under GPL

## Choosing a License

- **Choose MIT** if you want to use this software in proprietary or commercial projects without copyleft restrictions
- **Choose GPL v3** if you want to ensure that all modifications and derivative works remain open-source and freely available

Both license texts are included in this repository. For more information, visit:
- [MIT License](https://opensource.org/licenses/MIT)
- [GNU General Public License v3](https://www.gnu.org/licenses/gpl-3.0.html)
