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

https://github.com/shravan20/software-verified-licenses

Open source licenses are licenses that comply with the Open Source Definition — in brief, they allow software to be freely used, modified, and shared. To be approved by the Open Source Initiative (also known as the OSI), a license must go through the Open Source Initiative's license review process.
https://github.com/shravan20/software-verified-licenses

Last synced: 7 months ago
JSON representation

Open source licenses are licenses that comply with the Open Source Definition — in brief, they allow software to be freely used, modified, and shared. To be approved by the Open Source Initiative (also known as the OSI), a license must go through the Open Source Initiative's license review process.

Awesome Lists containing this project

README

          

# software-verified-licenses

Open source licenses are licenses that comply with the Open Source Definition — in brief, they allow software to be freely used, modified, and shared. To be approved by the Open Source Initiative (also known as the OSI), a license must go through the Open Source Initiative's license review process.

## Currently Verified Licenses

- ### MIT License

A short, permissive software license. Basically, you can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source. There are many variations of this license in use.

| Can :heavy_check_mark: | Cannot :x: | Must :exclamation: |
|:-:|:-:|:-:|
| **Commercial Use**

(You may use the work commercially.) | **Hold Liable**

(The work is provided "as is". You may not hold the author liable.) | **Include Copyright**

(You must include the copyright notice in all copies or substantial uses of the work.) |
| **Modify**

(You may make changes to the work.) | | **Include License**

(You must include the license notice in all copies or substantial uses of the work.) |
| **Distribute**

(You may distribute the compiled code and/or source.) | | |
| **Sublicense**

(You may incorporate the work into something that has a more restrictive license.) | | |
| **Private Use**

(You may use the work for private use.) | | |

- ### Apache License 2.0 (Apache-2.0)

You can do what you like with the software, as long as you include the required notices. This permissive license contains a patent license from the contributors of the code.

| Can :heavy_check_mark: | Cannot :x: | Must :exclamation: |
|:-:|:-:|:-:|
| **Commercial Use**

(Describes the ability to use the software for commercial purposes.) | **Hold Liable**

(Describes the warranty and if the software/license owner can be charged for damages.) | **Include Copyright**

(Describes whether the original copyright must be retained.) |
| **Modify**

(Describes the ability to modify the software and create derivatives.) | **Use Trademark**

(Describes the allowance of using contributors' names, trademarks or logos.) | **Include License**

(Including the full text of license in modified software.) |
| **Distribute**

(Describes the ability to distribute original or modified (derivative) works.) | | **State Changes**

(Stating significant changes made to software.) |
| **Sublicense**

(Describes the ability for you to grant/extend a license to the software.) | | **Include Notice**

(If the library has a "NOTICE" file with attribution notes, you must include that NOTICE when you distribute. You may append to this NOTICE file.) |
| **Private Use**

(Describes the ability to use/modify software freely without distributing it.) | | |
| **Use Patent Claims**

(Describes the rights to practice patent claims of contributors to the code.) | | |
| **Place Warranty**

(Describes the ability to place warranty on the software licensed.) | | |