Searched defs:license (Results 1 - 10 of 10) sorted by relevance

/ast/src/cmd/INIT/
H A DMakefile8 :PACKAGE: license=$(ID) macro
H A Dpackage.mk30 * :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 Dproto.c1520 { "license",sizeof( "license")-1,0},
2236 copy(&tmp, " may only be used by you under license from", -1);
2281 comment( &notice, &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( &notice, &buf, "the license and copyright and are violating",sizeof( "the license and copyright and are violating")-1, 0);
2508 comment( &notice, &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...]
/ast/src/cmd/mailx/
H A Dlex.c698 * Print the license and disclaimer.
703 license(void* a) function
706 note(0, "\n%s", state.license);
H A Dmailx.h608 const char* license; /* License text */ member in struct:__anon136
977 extern int license(void*);
/ast/src/cmd/proto/
H A Dproto.c76 "[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/lib/package/
H A Dpackage.mk30 * :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/bzip/
H A Dbzip2.c1168 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/3d/
H A D3d.h475 char license[64]; member in struct:__anon7
/ast/src/cmd/nmake/
H A DMakerules.mk244 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...]

Completed in 126 milliseconds