# lcc-license-generator **Repository Path**: qstools/lcc-license-generator ## Basic Information - **Project Name**: lcc-license-generator - **Description**: No description available - **Primary Language**: C++ - **License**: BSD-3-Clause - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2022-02-16 - **Last Updated**: 2025-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: learn, LICENSE ## README # License Generator [![Standard](https://img.shields.io/badge/c%2B%2B-11-blue.svg)](https://en.wikipedia.org/wiki/C%2B%2B#Standardization) [![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges)[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![Build Status](https://travis-ci.org/open-license-manager/lcc-license-generator.svg?branch=develop)](https://travis-ci.org/open-license-manager/lcc-license-generator) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/b1474db812744cac837aadc191e710c7)](https://www.codacy.com/manual/gcontini/lcc-license-generator?utm_source=github.com&utm_medium=referral&utm_content=open-license-manager/lcc-license-generator&utm_campaign=Badge_Grade) [![codecov](https://codecov.io/gh/open-license-manager/lcc-license-generator/branch/develop/graph/badge.svg)](https://codecov.io/gh/open-license-manager/lcc-license-generator) License generator for `licensecc` allows to create new projects (and their public and private keys) and issue licenses. It is a standalone project, but the code in here can be used as a (git) submodule of `licensecc` project, so unless you don't have specific issues you should compile it from there. All the documentation is in the main project.