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

/haiku/3rdparty/kallisti5/
H A DlicenseReport.rb5 # Released under the terms of the MIT license.
7 # Give a file, and I guess the license.
16 {"MIT" => ["MIT License", "MIT Licence", "Haiku License", "X11 license"]},
17 {"BSD" => ["express or implied warranties", "provided by the author ``AS IS''", "the software is provided \"AS IS\"", "BSD license", "provided by the author \"as is\""]},
18 {"BeOS Sample Code" => ["be sample code license"]},
19 {"LGPL" => ["GNU Lesser", "GNU L-GPL license"]},
20 {"GPL" => ["terms of the GNU General Public License", "GPL license", "Free Software Foundation"]},
24 license = "unknown"
30 license = entry.keys.first
34 break if license !
[all...]
/haiku/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.
333 status_t _GetLicensePath(const char* license,
1423 const char* license = licenses.StringAt(i); local
1430 parse_named_url(license, licenseName, licenseURL);
1741 // Haiku license
1744 "against, is distributed under the terms of the <MIT license>. "
1746 "<LGPL license>. You can find the copyrights to third party code below."
1747 "\n\n", "<MIT license> and <LGPL license> aren't variables and can be "
1800 "released under the BSD license
2090 _GetLicensePath(const char* license, BPath& path) argument
[all...]
/haiku/data/bin/
H A Dinstall-wifi-firmwares.sh62 license="$tempDir/Wifi_Firmware_Licenses"
63 cat << EOF > $license
71 | ipw2100,iprowifi2200 firmware is covered by the following Intel(R) license: |
76 cat "$intelLicense" >> $license
78 open $license
158 # Extract the firmware & license file in place.
179 # Extract the firmware & license file.
288 ipw2100,iprowifi2200 firmware is covered by the Intel(R) license located in
290 license to use the package unless these terms are agreed to."
/haiku/src/bin/package/
H A DPackageInfoPrinter.h287 void PrintLicense(const char* license) const
289 printf("\tlicense: %s\n", license);
/haiku/headers/os/package/
H A DPackageInfo.h138 status_t AddLicense(const BString& license);
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp871 BEntry license; local
872 if (systemLicenseDir.FindEntry(licenseName.String(), &license) == B_OK)
875 // license is not a system license, so it must be contained in package
/haiku/src/kits/package/
H A DPackageInfo.cpp750 BPackageInfo::AddLicense(const BString& license) argument
752 return fLicenseList.Add(license) ? B_OK : B_ERROR;
/haiku/headers/private/audio/
H A Dsoundcard.h1756 char license[16]; /* For example "GPL" or "CDDL" */ member in struct:oss_sysinfo

Completed in 96 milliseconds