Generate
Fill in a popular open-source license with your name and year.
Runs entirely in your browser
Nothing you paste is uploaded. Monaco and Prettier load on demand from this origin.
License
LICENSE
Copyright (c) 2026 Your Name Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE.
There is no upload endpoint — your files are processed in this browser tab. Open your network tab and check. See how it stays private.
How to open source license generator
- Choose a license. Pick the license that fits your project.
- Add your details. Enter the copyright holder and year.
- Copy or download. Save the LICENSE file to your repo.
Publishing code without a license technically leaves it all-rights-reserved, so a LICENSE file is essential for open source. Generating the exact text with your details filled in avoids copy-paste mistakes.
This is a convenience, not legal advice — pick the license deliberately. Round out project scaffolding with the .gitignore and README badge generators.
Frequently asked questions
Which license should I choose?
MIT is permissive and simple; Apache-2.0 adds a patent grant; GPL requires derivatives to stay open. The right one depends on how you want others to use your code.
Does it fill in my name and year?
Yes. The copyright line is completed with the holder and year you enter, so the file is ready to commit.
Is anything uploaded?
No. The license text is assembled locally in the tab.