Searched refs:license (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/apps/aboutsystem/
H A DUtilities.h3 * Distributed under the terms of the MIT license.
70 PackageCredit& SetLicenses(const char* license,...);
71 PackageCredit& SetLicense(const char* license);
H A DUtilities.cpp3 * Distributed under the terms of the MIT license.
303 PackageCredit::SetLicenses(const char* license,...) argument
306 va_start(list, license);
307 fLicenses.SetTo(license, list);
315 PackageCredit::SetLicense(const char* license) argument
317 return SetLicenses(license, NULL);
H A DAboutSystem.cpp3 * Distributed under the terms of the MIT license.
376 status_t _GetLicensePath(const char* license,
842 const char* license = licenses.StringAt(i); local
849 parse_named_url(license, licenseName, licenseURL);
1308 fCreditsView->Insert(B_TRANSLATE("[Click a license name to read the "
1309 "respective license.]\n\n"));
1311 // Haiku license
1314 "against, is distributed under the terms of the <MIT license>. "
1316 "<LGPL license>. You can find the copyrights to third party code below."
1317 "\n\n", "<MIT license> an
1741 _GetLicensePath(const char* license, BPath& path) argument
[all...]
/haiku-fatelf/data/bin/
H A Dinstall-wifi-firmwares.sh61 license="$tempDir/Wifi_Firmware_Licenses"
62 cat << EOF > $license
70 | ipw2100,iprowifi2200 firmware is covered by the following Intel(R) license: |
75 cat "$intelLicense" >> $license
77 open $license
172 # Install the firmware & license file by extracting in place.
194 # Install the firmware & license file.
/haiku-fatelf/src/bin/zip/
H A Dzipcloak.c6 If, for some reason, both of these files are missing, the Info-ZIP license
7 also may be found at: ftp://ftp.info-zip.org/pub/infozip/license.html
29 local void license OF((void));
89 * Print license information to stdout.
91 local void license() function
117 " -h show this help -v show version info -L show software license"
121 * Print help (along with license info) to stdout.
260 license();
H A Dzipnote.c6 If, for some reason, all these files are missing, the Info-ZIP license
7 also may be found at: ftp://ftp.info-zip.org/pub/infozip/license.html
42 local void license OF((void));
104 local void license() function
105 /* Print license information to stdout. */
115 /* Print help (along with license info) to stdout. */
136 " -h show this help -v show version info -L show software license",
367 license(); EXIT(ZE_OK);
H A Dzipsplit.c6 If, for some reason, both of these files are missing, the Info-ZIP license
7 also may be found at: ftp://ftp.info-zip.org/pub/infozip/license.html
67 local void license OF((void));
180 local void license() function
181 /* Print license information to stdout. */
191 /* Print help (along with license info) to stdout. */
220 " -h show this help -v show version info -L show software license"
502 license(); EXIT(ZE_OK);
H A Dzip.c6 If, for some reason, all these files are missing, the Info-ZIP license
7 also may be found at: ftp://ftp.info-zip.org/pub/infozip/license.html
107 local void license OF((void));
350 local void license() function
351 /* Print license information to stdout. */
370 /* Print help (along with license info) to stdout. */
1269 case 'L': /* Show license */
1270 license();
/haiku-fatelf/headers/os/package/
H A DPackageInfo.h107 status_t AddLicense(const BString& license);
/haiku-fatelf/src/kits/package/hpkg/
H A DWriterImplBase.cpp429 // license list
432 PackageAttribute* license = new PackageAttribute( local
435 license->string = fPackageStringCache.Get(licenseList.StringAt(i));
436 attributeList.Add(license);
H A DPackageWriterImpl.cpp685 BEntry license; local
686 if (systemLicenseDir.FindEntry(licenseName.String(), &license) == B_OK)
689 // license is not a system license, so it must be contained in package
/haiku-fatelf/src/bin/gzip/
H A Dgzip.c8 * See the license_msg below and the file COPYING for the software license.
256 {"license", 0, 0, 'L'}, /* display software license */
278 local void license OF((void));
339 " -L --license display software license",
370 local void license() function
500 license(); do_exit(OK); break;
/haiku-fatelf/src/libs/print/libgutenprint/src/escputil/
H A Descputil.c76 const char *license = N_("\ variable
111 { "license", 0, NULL, (int) 'l' },
145 -l|--license Display the license/warranty terms of this program.\n\
188 -l Display the license/warranty terms of this program.\n\
369 printf("%s\n", gettext(license));
/haiku-fatelf/headers/private/media/
H A Dsoundcard.h1756 char license[16]; /* For example "GPL" or "CDDL" */ member in struct:oss_sysinfo

Completed in 109 milliseconds