An open API service indexing awesome lists of open source software.

https://github.com/emanuelefavero/licenses

Licenses examples signed by me and in blank state
https://github.com/emanuelefavero/licenses

Last synced: 8 months ago
JSON representation

Licenses examples signed by me and in blank state

Awesome Lists containing this project

README

          

# Licenses files

**Useful for quick lookup and download**

## GNU General Public License v3.0

Strong copyleft license

### _Permissions_

- Commercial use
- Distribution
- Modification
- Patent use
- Private use

### _Conditions_

- Disclose source
- License and copyright notice
- Same license
- State changes

### _Limitations_

- Liability
- Warranty

## MIT License

Simple permissive license.

### _Permissions_

- Commercial use
- Distribution
- Modification
- Private use

### _Conditions_

- License and copyright notice

### _Limitations_

- Liability
- Warranty

#### Check this useful website for more information: [Link](https://choosealicense.com/)