/ast/src/cmd/proto/ |
H A D | proto.c | 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 wa 291 proto(char* file, char* license, char* options, char* package, char* copy, char* comment, int flags) argument 483 char* license = 0; local [all...] |
/ast/src/cmd/3d/ |
H A D | license.c | 25 * 3d license via agent to license server 89 #include "../license/service.c" 93 NoN(license)
|
H A D | map.c | 183 * check fs license 194 if (!*state.license) 199 *state.license = LICENSE_NONE; 201 *state.license = LICENSE_ALL; 203 sfsprintf(state.license, sizeof(state.license), "%c%s%c", LICENSE_SEP, pc.feature, LICENSE_SEP); 204 message((-2, "license: feature=%s", state.license)); 206 if (*state.license == LICENSE_ALL) 213 message((-1, "mount: license [all...] |
H A D | Makefile | 41 ast.c cs.c license.c \
|
H A D | init.c | 656 * license features 659 if (!x && *state.license || x == HASHKEY6('l','i','c','e','n','s')) 663 n = sfsprintf(buf, 0, "- /#%s/license=%s ", fs->special, state.license); 666 else n = fs->specialsize + strlen(state.license) + 14; 949 bprintf(&b, e, " license %s\n", state.license); 1216 if (state.key.valsize >= sizeof(state.license)) 1217 state.key.valsize = sizeof(state.license) - 1; 1218 memcpy(state.license, stat [all...] |
H A D | 3d.h | 475 char license[64]; member in struct:__anon7
|
/ast/lib/package/ |
H A D | package.mk | 30 * :LICENSE: license-class-pattern 55 * license=type.class 95 license = macro 133 Each package is covered by one of the license files 135 $(PACKAGELIB)/LICENSES/<license> 137 where <license> is the license type for the package. At the top 138 of each license file is a URL; the license covers all software that 141 bin/package license [<packag 228 license := $(license)|none.none macro [all...] |
/ast/src/cmd/INIT/ |
H A D | package.mk | 30 * :LICENSE: license-class-pattern 55 * license=type.class 95 license = macro 133 Each package is covered by one of the license files 135 $(PACKAGELIB)/LICENSES/<license> 137 where <license> is the license type for the package. At the top 138 of each license file is a URL; the license covers all software that 141 bin/package license [<packag 228 license := $(license)|none.none macro [all...] |
H A D | Makefile | 8 :PACKAGE: license=$(ID) macro
|
H A D | proto.c | 1520 { "license",sizeof( "license")-1,0}, 2236 copy(&tmp, " may only be used by you under license from", -1); 2281 comment( ¬ice, &buf, "to the terms of the license you are infringing on",sizeof( "to the terms of the license you are infringing on")-1, 0); 2282 comment( ¬ice, &buf, "the license and copyright and are violating",sizeof( "the license and copyright and are violating")-1, 0); 2508 comment( ¬ice, &buf, "under the terms and conditions of the license in",sizeof( "under the terms and conditions of the license in")-1, 0); 2648 copy(&buf, "[-license 5046 char* license = 0; local [all...] |
H A D | package.sh | 140 [+authorize \aname\a?Remote authorization user name or license 149 [+password \apassword\a?Remote authorization or license 262 [+license\b [ \apackage\a ... ]]?List the source license(s) for 428 already annotated) with a license comment as it is written to 456 [+?\b$PACKAGEROOT/lib/package/\b\agroup\a\b.lic\b files contain license 458 commands to generate source and binary license strings. \agroup\a is 596 admin|clean|clobber|contents|copyright|export|host|install|license|list|make|read|regress|release|remove|results|setup|test|update|use|verify|view|write|TEST) 810 ${bB}\$PACKAGEROOT/lib/package/${eB}${bI}GROUP${eI}${bB}.lic${eB} files contain license information that 812 binary license string [all...] |
/ast/src/lib/libtksh/ |
H A D | Makefile | 36 :: tcl/README tcl/license.terms gen tksh.mk widget \ 43 lib/tksh7.6/license.terms \ 51 lib/tksh7.6/license.terms \
|
/ast/src/lib/libtk/ |
H A D | Makefile | 43 :: README RELEASE ToDo changes license.terms tkAppInit.c 57 library/license.terms \ 103 library/demos/license.terms \ 157 library/license.terms \ 199 library/demos/license.terms \ 320 doc/license.terms \
|
/ast/src/cmd/bzip/ |
H A D | bzip2.c | 1168 void license ( void ) function 1207 " -L --license display software version & license\n" 1208 " -V --version display software version & license\n" 1427 case 'L': license(); break; 1448 if (ISFLAG("--version")) license(); else 1449 if (ISFLAG("--license")) license(); else
|
/ast/src/cmd/mailx/ |
H A D | lex.c | 698 * Print the license and disclaimer. 703 license(void* a) function 706 note(0, "\n%s", state.license);
|
H A D | mailx.h | 608 const char* license; /* License text */ member in struct:__anon136 977 extern int license(void*);
|
H A D | data.c | 148 "lic[ense]", CMD(license), M|Z|NOLIST, 0, 0, 149 X("\nList the software license."),
|
/ast/src/cmd/html/ |
H A D | mm2html.sh | 85 [l:license?Read license identification options from \afile\a. Unknown 90 [o:option?Sets a space or \b,\b separated list of \b--license\b 146 typeset license html meta nl mm index authors vg header references ss 153 license=( 263 *) eval license.$o="'$v'" 299 eval "license+=( ${OPTARG#*\?} )" 801 *) eval license.$nam='$'val 1014 case ${license.author} in 1015 ?*) print -r -- "<META name=\"author\" content=\"${license [all...] |
H A D | mm2twiki.sh | 69 typeset license html meta nl mm index authors vg references
|
H A D | mm2bb.sh | 70 typeset license html meta nl mm index authors vg references
|
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 244 LICENSEFILES = $(.PACKAGE.license) $(LICENSE:/,.*//:N!=*=*:/.*/$(.PACKAGE.)-& &) $(LICENSEFILE) $(LICENSEFILEDEFAULT) $(.PACKAGE.:X=$$(.PACKAGE.):C,/,-,) $(.PACKAGE.:X=$$(PWD:C,^$(INSTALLROOT)/[^/]*/[^/]*/,,:C,/.*,,:/^lib//:/lib$//):C,/,-,) $(.PACKAGE.) 2842 .PACKAGE.license = 3274 elif N == "license" 3275 if V && ! .PACKAGE.license 3277 .PACKAGE.license := $(P) 3279 .PACKAGE.license := $(V) 3451 elif N == "license" 3452 if V && ! .PACKAGE.license 3454 .PACKAGE.license := $(P) 3456 .PACKAGE.license [all...] |