Home
last modified time | relevance | path

Searched refs:license (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/linux/include/linux/
H A Dexport.h33 #define ___EXPORT_SYMBOL(sym, license, ns...) \ argument
36 .asciz license ASM_NL \
48 #define __EXPORT_SYMBOL(sym, license, ns) argument
52 #define __EXPORT_SYMBOL(sym, license, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument
56 #define __EXPORT_SYMBOL(sym, license, ns) \ argument
57 ___EXPORT_SYMBOL(sym, license, ns)
75 #define __EXPORT_SYMBOL(sym, license, ns) \ argument
79 asm(__stringify(___EXPORT_SYMBOL(sym, license, ns)))
84 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, DEFAULT_SYMBOL_NAMESPACE) argument
86 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, "") argument
H A Dlicense.h5 static inline int license_is_gpl_compatible(const char *license) in license_is_gpl_compatible() argument
7 return (strcmp(license, "GPL") == 0 in license_is_gpl_compatible()
8 || strcmp(license, "GPL v2") == 0 in license_is_gpl_compatible()
9 || strcmp(license, "GPL and additional rights") == 0 in license_is_gpl_compatible()
10 || strcmp(license, "Dual BSD/GPL") == 0 in license_is_gpl_compatible()
11 || strcmp(license, "Dual MIT/GPL") == 0 in license_is_gpl_compatible()
12 || strcmp(license, "Dual MPL/GPL") == 0); in license_is_gpl_compatible()
/linux/Documentation/process/
H A Dlicense-rules.rst14 should be annotated to make its license clear and unambiguous.
15 It doesn't replace the Kernel's license.
17 The license described in the COPYING file applies to the kernel source
18 as a whole, though individual source files can have a different license
28 Aside from that, individual files can be provided under a dual license,
30 permissive license like BSD, MIT etc.
38 kernel, the exception must be documented by a special license expression.
40 The common way of expressing the license of a source file is to add the
43 tools which are used in the context of license compliance.
46 Exchange (SPDX) license identifiers in each source file. SPDX license
[all …]
H A Dkernel-enforcement-statement.rst7 is used and how the license for our software is enforced. Compliance with the
23 license with respect to any non-defensive assertion of rights under the
24 license.
26 However, if you cease all violation of this License, then your license
29 terminates your license, and (b) permanently, if the copyright holder
33 Moreover, your license from a particular copyright holder is
/linux/LICENSES/dual/
H A Dcopyleft-next-0.3.16 practice is to express this in the SPDX license identifier by
8 To use the copyleft-next-0.3.1 license put the following SPDX tag/value
25 copyright license, to reproduce, Distribute, prepare derivative works
29 patent license under Licensed Patents to make, have made, use, sell,
41 pertinent). "Legal Notices" means copyright notices, license notices,
42 license texts, and author attributions, but does not include logos,
47 If You Distribute a Derived Work, You must license the entire Derived
53 instead license the Derived Work under the GPL.
65 governed by a license that is both OSI-Approved and FSF-Free as of the
67 other license would not conflict with any conditions stated in other
[all …]
H A DCDDL-1.05 dual-licensed files where the other license is GPL2 compatible.
7 license using "OR".
91 license:
110 (d) Notwithstanding Section 2.1(b) above, no patent license is
122 license:
147 (d) Notwithstanding Section 2.2(b) above, no patent license is
207 under the terms of this License or under the terms of a license of
210 and that the license for the Executable form does not attempt to
213 Software in Executable form under a different license, You must
232 Sun Microsystems, Inc. is the initial license steward and may
[all …]
H A DMPL-1.15 dual-licensed files where the other license is GPL2 compatible.
7 license using "OR".
99 non-exclusive license, subject to third party intellectual property
116 (d) Notwithstanding Section 2.1(b) above, no patent license is
124 hereby grants You a world-wide, royalty-free, non-exclusive license
146 (d) Notwithstanding Section 2.2(b) above, no patent license is
196 If Contributor has knowledge that a license under a third party's
253 Code or ownership rights under a license of Your choice, which may
255 compliance with the terms of this License and that the license for the
259 license You must make it absolutely clear that any terms which differ
[all …]
H A DApache-2.05 for dual-licensed files where the other license is GPL2 compatible.
7 license using "OR".
82 non-exclusive, no-charge, royalty-free, irrevocable copyright license to
90 this section) patent license to make, have made, use, offer to sell,
91 sell, import, and otherwise transfer the Work, where such license
135 provide additional or different license terms and conditions for use,
146 license agreement you may have executed with Licensor regarding such
/linux/Documentation/translations/zh_CN/process/
H A Dlicense-rules.rst5 :Original: :ref:`Documentation/process/license-rules.rst <kernel_licensing>`
185 To use this license in source code, put one of the following SPDX
193 Full license text
200 To use this license in source code, put the following SPDX
205 Full license text
237 Usage of this license in the kernel for new code is discouraged
240 To use this license in source code, put the following SPDX
245 Full license text
/linux/Documentation/translations/zh_TW/process/
H A Dlicense-rules.rst5 :Original: :ref:`Documentation/process/license-rules.rst <kernel_licensing>`
186 To use this license in source code, put one of the following SPDX
194 Full license text
201 To use this license in source code, put the following SPDX
206 Full license text
238 Usage of this license in the kernel for new code is discouraged
241 To use this license in source code, put the following SPDX
246 Full license text
/linux/Documentation/bpf/
H A Dbpf_licensing.rst12 set and its implementation came from BSD with BSD license. That original
17 application of a BSD license may be misleading in a certain context, as the
53 in HW or via the use of implementing firmware with a proprietary license.
66 Documentation/process/license-rules.rst
70 module or program has to have GPL compatible license.
74 kernel. BPF program loading follows the same license checking rules as kernel
/linux/scripts/
H A Dspdxexclude5 # Ignore the license directory and the licensing documentation which would
8 license-rules.rst
/linux/rust/quote/
H A DREADME.md6 the SPDX license identifiers.
10 https://github.com/dtolnay/quote/blob/1.0.40/README.md#license
/linux/rust/syn/
H A DREADME.md6 the SPDX license identifiers and to remove the `unicode-ident`
11 https://github.com/dtolnay/syn/blob/2.0.106/README.md#license
/linux/rust/proc-macro2/
H A DREADME.md6 "Apache-2.0 OR MIT" and only modified to add the SPDX license
11 https://github.com/dtolnay/proc-macro2/blob/1.0.101/README.md#license
/linux/scripts/coccinelle/misc/
H A Dadd_namespace.cocci22 expression license;
25 MODULE_LICENSE(license);
/linux/tools/testing/selftests/bpf/progs/
H A Dsyscall.c101 static char license[] = "GPL"; in load_prog() local
135 prog_load_attr.license = ptr_to_u64(license); in load_prog()
/linux/LICENSES/deprecated/
H A DGFDL-1.210 To use the license in source code, put the following SPDX tag/value pair
28 of this license document, but changing it is not allowed.
44 license designed for free software.
60 world-wide, royalty-free license, unlimited in duration, to use that
63 licensee, and is addressed as "you". You accept the license if you
146 copyright notices, and the license notice saying this License applies
162 Document's license notice requires Cover Texts, you must enclose the
220 F. Include, immediately after the copyright notices, a license notice
223 G. Preserve in that license notice the full lists of Invariant Sections
224 and required Cover Texts given in the Document's license notice.
[all …]
H A DGFDL-1.112 To use the license in source code, put the following SPDX tag/value pair
29 of this license document, but changing it is not allowed.
45 license designed for free software.
121 copyright notices, and the license notice saying this License applies
136 and the Document's license notice requires Cover Texts, you must enclose
194 F. Include, immediately after the copyright notices, a license notice
197 G. Preserve in that license notice the full lists of Invariant Sections
198 and required Cover Texts given in the Document's license notice.
230 list of Invariant Sections in the Modified Version's license notice.
261 license notice.
[all …]
/linux/arch/arm/boot/dts/alphascale/
H A Dalphascale-asm9260-devkit.dts4 * Licensed under the X11 license or the GPL v2 (or later)
/linux/samples/rust/
H A Drust_driver_faux.rs16 license: "GPL",
H A Drust_minimal.rs12 license: "GPL",
/linux/Documentation/driver-api/media/drivers/ccs/
H A Dmk-ccs-regs74 my $license = "SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause";
78 print $fh "// $license\n$copyright$note\n" if defined $fh;
82 print $fh "/* $license */\n$copyright$note\n";
/linux/rust/macros/
H A Dmodule.rs369 license: AsciiLitStr, in module()
391 license [required] => input.parse()?, in module()
416 license, in module()
431 license, in module()
452 modinfo.emit("license", &license.value()); in module()
202 license: String, global() field
/linux/tools/build/feature/
H A Dtest-bpf.c38 attr.license = 0; in main()

12345678910>>...16