Read-only mirror of license-tool
Alexander Rosenberg e2ee1dba60 Fix completions | 1 year ago | |
---|---|---|
.cargo | 2 years ago | |
licenses | 2 years ago | |
src | 2 years ago | |
.gitignore | 2 years ago | |
Cargo.lock | 2 years ago | |
Cargo.toml | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
_license-tool | 1 year ago | |
install.sh | 1 year ago |
A simple tool for creating LICENSE
files.
To install, simply run the install.sh
script. It takes an optional argument
that is the install prefix. This defaults to /usr/local
.
license-tool [-h] [-o OUTFILE] <license>
Use the -h
flag to get a list of installed licenses.
To add additional licenses, just put them in the licenses/
directory. The name
of the file (INCLUDING the extension) will be used as the license name. After
adding a new license, you must run install.sh
again for the change to change
effect.