Go to the first, previous, next, last section, table of contents.


`license' - an arbitrary license

Usage: (license lic_name prog_name owner prefix)
Emit a string that contains the named license. The license text is read from a file named, lic_name.lic, searching the standard directories. The file contents are used as a format argument to printf(3), with prog_name and owner as the two string formatting arguments. Each output line is automatically prefixed with the string prefix.

Arguments:
lic_name - file name of the license
prog_name - name of the licensed program or library
owner - Grantor of the License
prefix - String for starting each output line


Go to the first, previous, next, last section, table of contents.