LicenseRec is an open source license recommendation tool that helps developers choose a optimal license for their OSS project.
LicenseRec

The tool is available at licenserec.osslab-pku.org.
Upload your project and pick the best open source license on licenserec.osslab-pku.org!
Introduction
LicenseRec is an open source license recommendation tool that helps developers choose a optimal license for their OSS project. LicenseRec performs fine-grained license compatibility checks on OSS projects’ code and dependencies, and assists developers to choose the optimal license through an interactive wizard with guidelines of three aspects: personal open source style, business pattern, and community development.
Installation
LicenseRec can be installed in two ways: using Docker or manually.
License and Acknowledgements
LicenseRec is licensed under Mulan PSL v2. See LICENSE for details.
LicenseRec relies on the following open source projects:
- scancode-tookit is licensed under Apache-2.0.(We added and modified some detection rules.)
- depends is licensed under MIT.