A simple tool for creating LICENSE files
Go to file
2023-05-03 04:13:39 -07:00
.cargo Added user license file and license bad name check 2022-10-07 04:57:59 -07:00
licenses Initial commit 2022-10-06 23:45:57 -07:00
src Change install script fix data directory 2022-11-02 14:50:36 -07:00
_license-tool Fix completions 2023-05-03 04:13:39 -07:00
.gitignore Initial commit 2022-10-06 23:45:57 -07:00
Cargo.lock Initial commit 2022-10-06 23:45:57 -07:00
Cargo.toml Initial commit 2022-10-06 23:45:57 -07:00
install.sh Added zsh completion 2023-05-01 17:31:06 -07:00
LICENSE Initial commit 2022-10-06 23:45:57 -07:00
README.md Added Jenkins badges 2022-11-02 16:23:05 -07:00

license-tool

Build Status - Linux Build Status - FreeBSD

A simple tool for creating LICENSE files.

Installation

To install, simply run the install.sh script. It takes an optional argument that is the install prefix. This defaults to /usr/local.

Usage

license-tool [-h] [-o OUTFILE] <license>

Use the -h flag to get a list of installed licenses.

Additional 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.