/Linux-v4.19/include/linux/ |
D | license.h | 4 static inline int license_is_gpl_compatible(const char *license) in license_is_gpl_compatible() argument 6 return (strcmp(license, "GPL") == 0 in license_is_gpl_compatible() 7 || strcmp(license, "GPL v2") == 0 in license_is_gpl_compatible() 8 || strcmp(license, "GPL and additional rights") == 0 in license_is_gpl_compatible() 9 || strcmp(license, "Dual BSD/GPL") == 0 in license_is_gpl_compatible() 10 || strcmp(license, "Dual MIT/GPL") == 0 in license_is_gpl_compatible() 11 || strcmp(license, "Dual MPL/GPL") == 0); in license_is_gpl_compatible()
|
/Linux-v4.19/Documentation/process/ |
D | license-rules.rst | 12 should be annotated to make its license clear and unambiguous. 13 It doesn't replace the Kernel's license. 15 The license described in the COPYING file applies to the kernel source 16 as a whole, though individual source files can have a different license 26 Aside from that, individual files can be provided under a dual license, 28 permissive license like BSD, MIT etc. 36 kernel, the exception must be documented by a special license expression. 38 The common way of expressing the license of a source file is to add the 41 tools which are used in the context of license compliance. 44 Exchange (SPDX) license identifiers in each source file. SPDX license [all …]
|
D | kernel-enforcement-statement.rst | 5 is used and how the license for our software is enforced. Compliance with the 21 license with respect to any non-defensive assertion of rights under the 22 license. 24 However, if you cease all violation of this License, then your license 27 terminates your license, and (b) permanently, if the copyright holder 31 Moreover, your license from a particular copyright holder is
|
/Linux-v4.19/Documentation/ |
D | index.rst | 21 The following describes the license of the Linux kernel source code 22 (GPLv2), how to properly mark the license of individual files in the source 23 tree, as well as links to the full license text. 28 process/license-rules.rst
|
/Linux-v4.19/tools/lib/bpf/ |
D | bpf.h | 67 const char *license; member 77 size_t insns_cnt, const char *license, 82 const char *license, __u32 kern_version,
|
D | bpf.c | 201 attr.license = ptr_to_u64(load_attr->license); in bpf_load_program_xattr() 223 size_t insns_cnt, const char *license, in bpf_load_program() argument 235 load_attr.license = license; in bpf_load_program() 243 const char *license, __u32 kern_version, in bpf_verify_program() argument 252 attr.license = ptr_to_u64(license); in bpf_verify_program()
|
/Linux-v4.19/LICENSES/other/ |
D | CDDL-1.0 | 87 license: 106 (d) Notwithstanding Section 2.1(b) above, no patent license is 118 license: 143 (d) Notwithstanding Section 2.2(b) above, no patent license is 203 under the terms of this License or under the terms of a license of 206 and that the license for the Executable form does not attempt to 209 Software in Executable form under a different license, You must 228 Sun Microsystems, Inc. is the initial license steward and may 232 license steward has the right to modify this License. 247 License published by the license steward. [all …]
|
D | MPL-1.1 | 95 non-exclusive license, subject to third party intellectual property 112 (d) Notwithstanding Section 2.1(b) above, no patent license is 120 hereby grants You a world-wide, royalty-free, non-exclusive license 142 (d) Notwithstanding Section 2.2(b) above, no patent license is 192 If Contributor has knowledge that a license under a third party's 249 Code or ownership rights under a license of Your choice, which may 251 compliance with the terms of this License and that the license for the 255 license You must make it absolutely clear that any terms which differ 304 governed by this License), You must (a) rename Your license so that 307 license (except to note that your license differs from this License) [all …]
|
D | GPL-1.0 | 6 required to be compatible with the general license of the project: GPLv2. 7 To use the license in source code, put the following SPDX tag/value pair 19 of this license document, but changing it is not allowed. 23 The license agreements of most software companies try to keep users 49 (2) offer you this license which gives you legal permission to copy, 150 on the Program) you indicate your acceptance of this license to do so, 154 Program), the recipient automatically receives a license from the original 165 specifies a version number of the license which applies to it and "any 169 the license, you may choose any version ever published by the Free Software
|
/Linux-v4.19/tools/perf/examples/bpf/ |
D | empty.c | 3 license(GPL);
|
D | hello.c | 9 license(GPL);
|
D | 5sec.c | 49 license(GPL);
|
D | sys_enter_openat.c | 33 license(GPL);
|
D | augmented_syscalls.c | 55 license(GPL);
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | bcm4709.dtsi | 4 * Licensed under the ISC license.
|
D | bcm47094.dtsi | 4 * Licensed under the ISC license.
|
D | alphascale-asm9260-devkit.dts | 4 * Licensed under the X11 license or the GPL v2 (or later)
|
D | imx6q-gw51xx.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
/Linux-v4.19/samples/bpf/ |
D | bpf_load.c | 33 static char license[128]; variable 113 fd = bpf_load_program(prog_type, prog, insns_cnt, license, kern_version, in load_and_attach() 504 memset(license, 0, sizeof(license)); in do_load_bpf_file() 538 memcpy(license, data->d_buf, data->d_size); in do_load_bpf_file()
|
/Linux-v4.19/LICENSES/preferred/ |
D | LGPL-2.1 | 5 To use this license in source code, put one of the following SPDX 22 license document, but changing it is not allowed. 35 This license, the Lesser General Public License, applies to some specially 38 we suggest you first think carefully about whether this license or the 63 library, and (2) we offer you this license, which gives you legal 74 restrict the users of a free program by obtaining a restrictive license 75 from a patent holder. Therefore, we insist that any patent license obtained 77 use specified in this license. 80 General Public License. This license, the GNU Lesser General Public 82 from the ordinary General Public License. We use this license for certain [all …]
|
/Linux-v4.19/tools/perf/include/bpf/ |
D | bpf.h | 29 #define license(name) \ macro
|
/Linux-v4.19/tools/build/feature/ |
D | test-bpf.c | 30 attr.license = 0; in main()
|
/Linux-v4.19/ |
D | COPYING | 16 Documentation/process/license-rules.rst
|
/Linux-v4.19/Documentation/media/uapi/ |
D | fdl-appendix.rst | 25 complements the GNU General Public License, which is a copyleft license 129 License, the copyright notices, and the license notice saying this 148 numbering more than 100, and the Document's license notice requires 230 Include, immediately after the copyright notices, a license notice 236 Preserve in that license notice the full lists of 239 :ref:`Document's <fdl-document>` license notice. 290 license notice. These titles must be distinct from any other section 329 combined work in its license notice. 338 list of Invariant Sections in the license notice of the combined work. 446 the License in the document and put the following copyright and license [all …]
|
/Linux-v4.19/arch/arm64/boot/dts/sprd/ |
D | sc9836-openphone.dts | 6 * This file is licensed under a dual GPLv2 or X11 license.
|