Lines Matching defs:license
76 "[l:license?Generate a license notice comment at the top of the output"
81 " [+type?The license type:]{"
82 " [+bsd?The BSD open source license.]"
86 " [+mit?The MIT open source license.]"
88 " [+none?No license.]"
96 " [+zlib?The ZLIB open source license.]"
99 " [+class?The license class. The default values are:]{"
103 " [+special?Nonstandard license text and notices.]"
116 " [+start?The year the license was first applied to the software.]"
117 " [+url?The URL of the detailed license text, e.g.,"
118 " \bhttp://www.research.att.com/sw/license/open-ast.html\b.]"
130 "[o:options?Additional space or \b,\b separated \aname=value\a \b--license\b"
291 proto(char* file, char* license, char* options, char* package, char* copy, char* comment, int flags)
304 else if (b = pppopen(file, 0, license, options, package, comment, flags))
483 char* license = 0;
524 if (!*(license = ++file) && !(license = *++argv))
632 license = opt_info.arg;
712 flags = proto(buf, license, options, package, copy, type(buf, comment), flags);
719 do flags = proto(file, license, options, package, copy, type(file, comment), flags); while (file = *++argv);
721 flags = proto(file, license, options, package, copy, type(file, comment), flags);