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
- Host: GitHub
- URL: https://github.com/peterdavehello/what-license
- Owner: PeterDaveHello
- License: other
- Created: 2017-11-15T08:59:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:13:08.000Z (over 2 years ago)
- Last Synced: 2025-09-10T04:31:23.682Z (9 months ago)
- Topics: hacktoberfest, license, license-checking
- Language: HTML
- Homepage: https://peterdavehello.github.io/what-license/
- Size: 296 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: 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).