Open Source Licentie Generator
Genereer de officiële MIT, Apache-2.0, BSD-3-Clause, GPL-3.0 of Unlicense-tekst met jouw naam en jaar.
Snel antwoord: Open Source Licentie Generator: genereer de officiële tekst voor MIT, Apache-2.0, BSD-3-Clause, GPL-3.0 of Unlicense met je naam en jaartal. Werkt volledig in je browser, gratis en zonder registratie.
Laatst bijgewerkt
Goed om te weten
Choosing a license is a legal decision, not a formality. The permissive family (MIT, BSD-3-Clause, Apache-2.0) lets anyone reuse your code in closed-source products, which maximizes adoption. Apache-2.0 adds an explicit patent grant and a NOTICE mechanism, making it the safer choice for anything with patent exposure or corporate contributors. GPL-3.0 is copyleft: derivative works must also be GPL, which protects the freedom of the code but deters some commercial use. The Unlicense effectively places the work in the public domain.
The generated text is the canonical OSI/SPDX wording with only the copyright line filled in — that verbatim wording is what tools like GitHub's license detector and SPDX scanners match against, so resist the temptation to reword it. If you edit the body, automated detection may report your project as "Other" and downstream compliance tools may flag it.
Put the result in a file named exactly LICENSE (or LICENSE.md) at the repository root so GitHub shows the license badge and populates the sidebar automatically. Some licenses expect a second step: Apache-2.0 wants a per-file header referencing the license, and GPL projects conventionally add a short notice to each source file. The year should be the year of first publication, optionally extended to a range as you keep releasing.
Once your license is set, round out the repo with a README and a .gitignore so contributors know how to build and what to leave uncommitted.
Veelgestelde vragen
- Is de licentiegenerator gratis?
- Ja — gratis, geen registratie.
- Zijn dit de officiële licentieteksten?
- Ja — de MIT, Apache 2.0, BSD-3, GPL-3 en Unlicense teksten zijn afkomstig van de officiële OSI / SPDX bronnen.
- Welke licentie moet ik kiezen?
- MIT en Apache 2.0 zijn de meest permissieve en veelgebruikte. GPL-3 is copyleft. Unlicense is in feite publieke domein. Kies op basis van hoe je wilt dat gebruikers je werk kunnen herdistribueren.
- Worden mijn gegevens geüpload?
- Nee — de generatie loopt volledig in je browser.
- Waar moet ik het LICENSE-bestand plaatsen?
- In de root van je repo. GitHub detecteert het automatisch en toont de licentiebadge op je repo-pagina.