Read-only mirror of license-tool
Alexander Rosenberg e2ee1dba60 Fix completions | преди 1 година | |
---|---|---|
.cargo | преди 2 години | |
licenses | преди 2 години | |
src | преди 2 години | |
.gitignore | преди 2 години | |
Cargo.lock | преди 2 години | |
Cargo.toml | преди 2 години | |
LICENSE | преди 2 години | |
README.md | преди 2 години | |
_license-tool | преди 1 година | |
install.sh | преди 1 година |
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.