HomeSort by: relevance | last modified time | path
    Searched defs:license (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/lit/
setup.py 19 license = 'Apache-2.0 with LLVM exception', variable
20 license_files = ['LICENSE.TXT'],
64 'License :: OSI Approved :: Apache Software License',
  /src/external/bsd/file/dist/python/
setup.py 16 license='BSD', variable
24 'License :: OSI Approved :: BSD License',
  /src/external/bsd/tre/dist/python/
setup.py 29 license = "2-clause BSD", variable
  /src/external/bsd/wpa/dist/wpa_supplicant/
main.c 5 * This software may be distributed under the terms of the BSD license.
81 " -L = show license (BSD)\n"
115 static void license(void) function
262 license();
  /src/external/bsd/pkg_install/dist/lib/
license.c 1 /* $NetBSD: license.c,v 1.14 2025/05/09 13:26:38 wiz Exp $ */
54 "boost-license "
94 "png-license "
95 "postgresql-license "
107 "vera-ttf-license "
124 hash_license(const char *license, size_t len)
128 for (hash = 0; *license && len; ++license, --len)
129 hash = *license + hash * 32;
134 add_license_internal(const char *license, size_t len
224 const char *license = *licensep; local
    [all...]
  /src/usr.bin/gzip/
gzip.c 254 static void license(void) __dead;
312 { "license", no_argument, 0, 'L' },
381 license();
2266 license(void) function
2304 " -L --license show the program copyright and license\n"
  /src/external/bsd/bzip2/dist/
bzip2.c 18 This program is released under the terms of the license contained
19 in the file LICENSE.
1606 void license ( void ) function
1616 " it under the terms set out in the LICENSE file, which is included\n"
1622 " LICENSE file for more details.\n"
1648 " -L --license display software version & license\n"
1649 " -V --version display software version & license\n"
1900 case 'L': license(); break;
1926 if (ISFLAG("--version")) license(); els
    [all...]
  /src/lib/libossaudio/
soundcard.h 443 char license[16]; member in struct:oss_sysinfo

Completed in 22 milliseconds