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
- Host: GitHub
- URL: https://github.com/emanuelefavero/licenses
- Owner: emanuelefavero
- License: mit
- Created: 2022-09-21T21:55:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T21:56:23.000Z (about 3 years ago)
- Last Synced: 2025-02-04T16:50:29.432Z (10 months ago)
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/)