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

https://github.com/peterdavehello/what-license

🔍 📖 Quickly check what license text you are facing, forked from @holtwick's what-license
https://github.com/peterdavehello/what-license

hacktoberfest license license-checking

Last synced: 4 months ago
JSON representation

🔍 📖 Quickly check what license text you are facing, forked from @holtwick's what-license

Awesome Lists containing this project

README

          

what-license
-------

This is a web application which helps you recognize which Open Source license is used for a project, just paste the text and get the result!

Currently supported licenses:
- Unlicense
- The MIT License (MIT)
- The zlib/libpng License (Zlib)
- Eclipse Public License 1.0 (EPL-1.0)
- Eclipse Public License 2.0 (EPL-2.0)
- The 2-Clause BSD License (BSD-2-Clause)
- The 3-Clause BSD License (BSD-3-Clause)
- Apache License, Version 2.0 (Apache-2.0)
- Mozilla Public License Version 1.0 (MPL-1.0)
- Mozilla Public License Version 1.1 (MPL-1.1)
- Mozilla Public License Version 2.0 (MPL-2.0)
- GNU General Public License version 2 (GPL-2.0)
- GNU General Public License version 3 (GPL-3.0)
- GNU Affero General Public License version 3 (AGPL-3.0)
- GNU Lesser General Public License version 2.1 (LGPL-2.1)
- GNU Lesser General Public License version 3 (LGPL-3.0)

This project is forked from [@holtwick/what-license.com](https://github.com/holtwick/what-license.com).