lice

command module
v0.0.0-...-56fc28d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 8, 2019 License: BSD-3-Clause Imports: 17 Imported by: 0

README

lice -- a tool for generating license files

This is a straightforward command-line tool that knows how to generate files containing license text, and how to inject license comments into source files.

Usage examples:

# Write a LICENSE.txt containing a BSD 3-clause license.
lice -write LICENSE.txt -L bsd3c

# Add comment headers to Go files for the GPLv3.
lice -edit -L gplv3 *.go

Run lice -help for online help.

Documentation

Overview

Program lice creates license files and injects license text into source.

Directories

Path Synopsis
Package licenses defines a base type and support functions for describing software licenses.
Package licenses defines a base type and support functions for describing software licenses.
apache
Package apache describes the Apache software licenses.
Package apache describes the Apache software licenses.
bsd
Package bsd describes BSD software licenses.
Package bsd describes BSD software licenses.
cc
Package cc describes Creative Commons software licenses.
Package cc describes Creative Commons software licenses.
gpl
Package gpl describes the GNU GPL software licenses.
Package gpl describes the GNU GPL software licenses.
mit
Package mit describes "the" MIT software licenses.
Package mit describes "the" MIT software licenses.
unlicense
Package unlicense describes the unlicense.
Package unlicense describes the unlicense.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL