/Linux-v5.10/Documentation/process/ |
D | license-rules.rst | 14 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 …]
|
D | kernel-enforcement-statement.rst | 7 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-v5.10/include/linux/ |
D | license.h | 5 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-v5.10/tools/testing/selftests/bpf/ |
D | test_stub.c | 26 size_t insns_cnt, const char *license, in bpf_test_load_program() argument 38 load_attr.license = license; in bpf_test_load_program()
|
/Linux-v5.10/Documentation/translations/zh_CN/process/ |
D | license-rules.rst | 5 :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-v5.10/scripts/coccinelle/misc/ |
D | add_namespace.cocci | 22 expression license; 25 MODULE_LICENSE(license);
|
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | raw_tp_writable_test_run.c | 21 .license = "GPL v2", in test_raw_tp_writable_test_run() 39 .license = "GPL v2", in test_raw_tp_writable_test_run()
|
D | fexit_stress.c | 25 .license = "GPL", in test_fexit_stress() 38 .license = "GPL", in test_fexit_stress()
|
/Linux-v5.10/LICENSES/dual/ |
D | CDDL-1.0 | 5 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 …]
|
D | MPL-1.1 | 5 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 …]
|
D | Apache-2.0 | 5 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-v5.10/LICENSES/deprecated/ |
D | GFDL-1.2 | 10 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 …]
|
D | GFDL-1.1 | 12 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 …]
|
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-v5.10/tools/perf/examples/bpf/ |
D | empty.c | 3 license(GPL);
|
D | hello.c | 9 license(GPL);
|
D | 5sec.c | 51 license(GPL);
|
D | sys_enter_openat.c | 33 license(GPL);
|
/Linux-v5.10/tools/lib/bpf/ |
D | bpf.h | 80 const char *license; member 110 const char *license, __u32 kern_version, 115 const char *license, __u32 kern_version,
|
D | bpf.c | 248 attr.license = ptr_to_u64(load_attr->license); in bpf_load_program_xattr() 330 size_t insns_cnt, const char *license, in bpf_load_program() argument 342 load_attr.license = license; in bpf_load_program() 349 size_t insns_cnt, __u32 prog_flags, const char *license, in bpf_verify_program() argument 359 attr.license = ptr_to_u64(license); in bpf_verify_program()
|
/Linux-v5.10/samples/bpf/ |
D | bpf_load.c | 32 static char license[128]; variable 131 fd = bpf_load_program(prog_type, prog, insns_cnt, license, kern_version, in load_and_attach() 520 memset(license, 0, sizeof(license)); in do_load_bpf_file() 554 memcpy(license, data->d_buf, data->d_size); in do_load_bpf_file()
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | alphascale-asm9260-devkit.dts | 4 * Licensed under the X11 license or the GPL v2 (or later)
|
/Linux-v5.10/Documentation/ |
D | index.rst | 24 The following describes the license of the Linux kernel source code 25 (GPLv2), how to properly mark the license of individual files in the source 26 tree, as well as links to the full license text.
|
/Linux-v5.10/Documentation/translations/it_IT/process/ |
D | license-rules.rst | 5 :Original: :ref:`Documentation/process/license-rules.rst <kernel_licensing>` 228 To use this license in source code, put one of the following SPDX 236 Full license text 243 To use this license in source code, put the following SPDX 248 Full license text 285 Usage of this license in the kernel for new code is discouraged 288 To use this license in source code, put the following SPDX 293 Full license text 333 dual-licensed files where the other license is GPL2 compatible. 335 license using "OR". [all …]
|
/Linux-v5.10/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 …]
|