HomeSort by: relevance | last modified time | path
    Searched refs:license (Results 1 - 25 of 205) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /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/sys/dev/microcode/rum/
Makefile 8 FILES= rum-rt2573 rum-license
  /src/external/atheros/otus/
Makefile 5 FILES= dist/otus-init dist/otus-license dist/otus-main
  /src/external/bsd/zstd/dist/contrib/linux-kernel/test/include/linux/
module.h 5 * This source code is licensed under both the BSD-style license (found in the
6 * LICENSE file in the root directory of this source tree) and the GPLv2 (found
17 #define MODULE_LICENSE(license)
  /src/external/lgpl2/userspace-rcu/dist/extras/abi/
dump_abi.sh 5 # SPDX-License-Identifier: GPL-2.0-only
21 license="License-Identifier"
31 sed -i "2 i <!--\n${spdx}-${copyright}: $(date +%Y) EfficiOS Inc.\n\n${spdx}-${license}: CC0-1.0\n-->" "${OUTDIR}/$(basename "$lib").xml"
  /src/sys/dev/microcode/ral/
Makefile 8 FILES= ral-rt2561 ral-rt2561s ral-rt2661 ral-rt2860 ral-license
  /src/sys/dev/microcode/run/
Makefile 8 FILES= run-rt2870 run-rt3071 run-license
  /src/sys/dev/microcode/zyd/
Makefile 8 FILES= zyd-zd1211 zyd-zd1211b zd1211-license
  /src/external/atheros/athn/
Makefile 5 FILES= dist/athn-ar7010 dist/athn-ar7010-11 dist/athn-ar9271 dist/athn-license
  /src/external/bsd/file/dist/python/
setup.py 16 license='BSD', variable
24 'License :: OSI Approved :: BSD License',
  /src/sys/dev/microcode/qat/
Makefile 8 FILES= qat-license
  /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/crypto/external/bsd/openssl.old/dist/
config.com 4 $ ! Licensed under the OpenSSL license (the "License"). You may not use
5 $ ! this file except in compliance with the License. You can obtain a
6 $ ! copy in the file LICENSE in the source distribution or at
7 $ ! https://www.openssl.org/source/license.html
  /src/crypto/external/bsd/openssl.old/dist/util/
mkbuildinf.pl 4 # Licensed under the OpenSSL license (the "License"). You may not use
5 # this file except in compliance with the License. You can obtain a copy
6 # in the file LICENSE in the source distribution or at
7 # https://www.openssl.org/source/license.html
24 * Licensed under the OpenSSL license (the "License"). You may not use
25 * this file except in compliance with the License. You can obtain a copy
26 * in the file LICENSE in the source distribution or at
27 * https://www.openssl.org/source/license.htm
    [all...]
  /src/external/bsd/openldap/dist/build/
lib-shared.mk 9 ## Public License.
11 ## A copy of this license is available in the file LICENSE in the
13 ## <http://www.OpenLDAP.org/license.html>.
mkversion 11 ## Public License.
13 ## A copy of this license is available in the file LICENSE in the
15 ## <http://www.OpenLDAP.org/license.html>.
67 * Public License.
69 * A copy of this license is available in the file LICENSE in the
71 * <http://www.OpenLDAP.org/license.html>.
  /src/external/bsd/tre/dist/python/
setup.py 29 license = "2-clause BSD", variable
  /src/crypto/external/apache2/openssl/dist/providers/
stores.inc 4 * Licensed under the Apache License 2.0 (the "License"). You may not use
5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
7 * https://www.openssl.org/source/license.html
  /src/crypto/external/bsd/openssl/dist/providers/
stores.inc 4 * Licensed under the Apache License 2.0 (the "License"). You may not use
5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
7 * https://www.openssl.org/source/license.html
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_prime.pl 4 # Licensed under the OpenSSL license (the "License"). You may not use
5 # this file except in compliance with the License. You can obtain a copy
6 # in the file LICENSE in the source distribution or at
7 # https://www.openssl.org/source/license.html
21 * Licensed under the OpenSSL license (the "License"). You may not use
22 * this file except in compliance with the License. You can obtain a copy
23 * in the file LICENSE in the source distribution or at
24 * https://www.openssl.org/source/license.htm
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/fuzz/
rand.inc 4 * Licensed under the OpenSSL licenses, (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 * https://www.openssl.org/source/license.html
8 * or in the file LICENSE in the source distribution.
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
llvm_dep.go 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
version.go 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/all_backends/
llvm_all_backends.mli 3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 * See https://llvm.org/LICENSE.txt for license information.
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/bitreader/
llvm_bitreader.ml 3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 * See https://llvm.org/LICENSE.txt for license information.
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 9