NAME
    licensor - write licenses to stdout

USAGE
    licensor [OPTION]... <ID> [<NAME>]...

DESCRIPTION
    Write a license to standard output given its SPDX ID.
    A name for the copyright holder can optionally be provided for licenses where it is included.
    If the provided ID isn't found, similar ones will be suggested.
    Licenses are all compiled into the binary.

OPTIONS
    -h, --help
        prints this message
    -l, --list
        lists available license IDs

EXAMPLE
    licensor MIT Raphaël Thériault > LICENSE
