Music License Tag Builder – Give Credit in Video Descriptions
Select a royalty‑free track source and fill in details to generate a properly formatted license attribution text for your YouTube or Vimeo description.
UD5 Toolkit
Answer a few simple questions and discover the perfect open source license for your project. Fast, free, and tailored to your needs.
Choosing the right open source license is critical. It determines how others can use, modify, and share your code. This decision tree walks you through the key considerations—whether you want to allow commercial use, require attribution, enforce copyleft, or protect against patents—and recommends a license that matches your goals.
| License | Type | Attribution | Commercial Use | Patent Grant | Copyleft | OSI Approved | SPDX ID |
|---|---|---|---|---|---|---|---|
| MIT | Permissive | Required | Allowed | None | None | Yes | MIT |
| Apache 2.0 | Permissive | Required | Allowed | Express | None | Yes | Apache-2.0 |
| BSD 2-Clause | Permissive | Required | Allowed | None | None | Yes | BSD-2-Clause |
| BSD 3-Clause | Permissive | Required | Allowed | None | None | Yes | BSD-3-Clause |
| ISC | Permissive | Required | Allowed | None | None | Yes | ISC |
| Unlicense | Public Domain | Not Required | Allowed | None | None | Yes | Unlicense |
| LGPL v3 | Weak Copyleft | Required | Allowed* | Express | Library-level | Yes | LGPL-3.0 |
| MPL 2.0 | Weak Copyleft | Required | Allowed* | Express | File-level | Yes | MPL-2.0 |
| GPL v2 | Strong Copyleft | Required | Allowed* | Implicit | Full | Yes | GPL-2.0 |
| GPL v3 | Strong Copyleft | Required | Allowed* | Express | Full | Yes | GPL-3.0 |
| AGPL v3 | Strong Copyleft | Required | Allowed* | Express | Full + Network | Yes | AGPL-3.0 |
| EUPL v1.2 | Weak/Strong | Required | Allowed* | Express | Configurable | Yes | EUPL-1.2 |
Select a royalty‑free track source and fill in details to generate a properly formatted license attribution text for your YouTube or Vimeo description.
Generate a Contributor Covenant or custom Code of Conduct for your project or event. Ready to paste into your repo.
Create a friendly CONTRIBUTING.md file for your repository by filling in a few sections. Encourage contributions. Static template.