
licensor
List of commands for licensor:
-
licensor:tldr:099e8 licensor: Specify a copyright holder named Bobby Tables.$ licensor ${MIT} ${"Bobby Tables"} > ${LICENSE}try on your machineexplain this command
-
licensor:tldr:10daf licensor: List all available exceptions.$ licensor --exceptionstry on your machineexplain this command
-
licensor:tldr:24420 licensor: List all available licenses.$ licensor --licensestry on your machineexplain this command
-
licensor:tldr:9b7b4 licensor: Write the MIT license with a [p]laceholder copyright notice to a file named `LICENSE`.$ licensor -p ${MIT} > ${LICENSE}try on your machineexplain this command
-
licensor:tldr:e73bb licensor: Write the MIT license to a file named `LICENSE`.$ licensor ${MIT} > ${LICENSE}try on your machineexplain this command