License Generator

// Generate open source license files

MIT License

Copyright (c) 2026 [Your Name]

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.

#About License Generator

Free online open source license generator. Choose from MIT, Apache 2.0, GPL 3.0, BSD, ISC, Unlicense, and more. Fill in your name and year to generate the full license text. This tool runs entirely in your browser — your data is never sent to a server. Just paste your input, get instant results, and copy with one click. No sign-up or installation required.

#FAQ

Which open source license should I choose?
MIT and Apache 2.0 are permissive licenses ideal for maximum adoption. GPL 3.0 requires derivative works to also be open source. BSD and ISC are minimal permissive licenses. Choose based on how you want others to use your code.
Is a LICENSE file required for open source projects?
Yes. Without a LICENSE file, your code is under default copyright and others cannot legally use, copy, or distribute it. Always include a LICENSE file to clearly state the terms under which your code can be used.
</> Embed this tool

Copy this code to embed the tool on your website. Adjust the height to fit your layout.

<iframe src="https://www.browserutils.dev/embed/license-generator" width="100%" height="500" frameborder="0" title="License Generator"></iframe>

#Related