Major license categories
Permissivelicenses- Can be freely copied, modified, and published.
- Only restriction: license must be preserved.
- Examples:
MIT&Apache
Copyleftlicenses- Can be freely copied and modified.
- If you publish, must use same license.
- Examples:
GNU GPL v3(or v2)
Data(and other content) licenses- ⬆️ Code-specific
CC0≈MIT(free to use, no restrictions)CC BY≈GPL(free to use, must attribute)