- Which licenses are included?
- MIT, Apache 2.0, BSD 2-Clause, BSD 3-Clause, GPL v3, AGPL v3, LGPL v3, MPL 2.0, Unlicense, ISC. Covers 95% of open-source projects.
- Does it set the year correctly?
- Current year by default — adjust if you're creating a LICENSE for a project that started earlier. Copyright year should be the earliest year of substantial contribution.
- How do I choose between MIT and Apache?
- MIT for maximum simplicity. Apache 2.0 adds patent grants — crucial if your code could be patented. For libraries that ship binaries, Apache is safer.
- What about dual licensing?
- The tool generates one LICENSE file. For dual licensing, create a LICENSE section in README explaining the dual terms and put both licenses in separate files.