| /linux-4.4.14/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-4.4.14/tools/lib/bpf/ |
| D | bpf.c | 59 size_t insns_cnt, char *license, in bpf_load_program() argument 69 attr.license = ptr_to_u64(license); in bpf_load_program()
|
| D | libbpf.c | 165 char license[64]; member 445 memcpy(obj->license, data, in bpf_object__init_license() 446 min(size, sizeof(obj->license) - 1)); in bpf_object__init_license() 447 pr_debug("license of %s is %s\n", obj->path, obj->license); in bpf_object__init_license() 813 char *license, u32 kern_version, int *pfd) in load_program() argument 826 insns_cnt, license, kern_version, in load_program() 861 char *license, u32 kern_version) in bpf_program__load() argument 866 license, kern_version, &fd); in bpf_program__load() 886 obj->license, in bpf_object__load_progs()
|
| D | bpf.h | 19 size_t insns_cnt, char *license,
|
| /linux-4.4.14/samples/bpf/ |
| D | libbpf.c | 84 const char *license, int kern_version) in bpf_prog_load() argument 90 .license = ptr_to_u64((void *) license), in bpf_prog_load()
|
| D | bpf_load.c | 26 static char license[128]; variable 71 fd = bpf_prog_load(prog_type, prog, size, license, kern_version); in load_and_attach() 263 memcpy(license, data->d_buf, data->d_size); in load_bpf_file()
|
| D | libbpf.h | 16 const char *license, int kern_version);
|
| /linux-4.4.14/kernel/bpf/ |
| D | syscall.c | 626 char license[128]; in bpf_prog_load() local 633 if (strncpy_from_user(license, u64_to_ptr(attr->license), in bpf_prog_load() 634 sizeof(license) - 1) < 0) in bpf_prog_load() 636 license[sizeof(license) - 1] = 0; in bpf_prog_load() 639 is_gpl = license_is_gpl_compatible(license); in bpf_prog_load()
|
| /linux-4.4.14/tools/build/feature/ |
| D | test-bpf.c | 10 attr.license = 0; in main()
|
| /linux-4.4.14/arch/arm/boot/dts/ |
| D | alphascale-asm9260-devkit.dts | 4 * Licensed under the X11 license or the GPL v2 (or later)
|
| D | imx6dl-gw54xx.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6dl-gw51xx.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6dl-gw52xx.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6dl-gw53xx.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6dl-gw552x.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6q-gw51xx.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6q-phytec-pfla02.dtsi | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6q-gw552x.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6q-gw53xx.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6q-sabreauto.dts | 9 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6q-gw52xx.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6q-sabresd.dts | 9 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6q-gw54xx.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6dl-phytec-pfla02.dtsi | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6dl-phytec-pbab01.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx31-bug.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6dl-dfi-fs700-m60.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6q-phytec-pbab01.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6q-dfi-fs700-m60.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | ste-hrefprev60-tvk.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | lpc4350.dtsi | 6 * This code is released using a dual license strategy: BSD/GPL
|
| D | ste-hrefv60plus-tvk.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | lpc4357.dtsi | 6 * This code is released using a dual license strategy: BSD/GPL
|
| D | alphascale-asm9260.dtsi | 4 * Licensed under the X11 license or the GPL v2 (or later)
|
| D | ste-hrefprev60-stuib.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | ste-hrefv60plus-stuib.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx35-pdk.dts | 9 * http://www.opensource.org/licenses/gpl-license.html
|
| D | ste-ccu9540.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx28-apf28.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx28-m28.dtsi | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx23-stmp378x_devb.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx51-digi-connectcore-jsk.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6dl-tx6dl-comtft.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx28-cfa10037.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx51-apf51.dts | 13 * http://www.opensource.org/licenses/gpl-license.html
|
| D | spear600-evb.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6q-tx6q-1010-comtft.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6q-cm-fx6.dts | 10 * http://www.opensource.org/licenses/gpl-license.html
|
| D | spear300.dtsi | 10 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx27-phytec-phycard-s-som.dtsi | 9 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx50-evk.dts | 10 * http://www.opensource.org/licenses/gpl-license.html
|
| D | ste-ccu8540.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx25-karo-tx25.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx28-duckbill.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx27-apf27.dts | 11 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx28-cfa10056.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6q-tx6q-1020-comtft.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx1-apf9328.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | ste-hrefprev60.dtsi | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx23-olinuxino.dts | 10 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx53-qsb.dts | 9 * http://www.opensource.org/licenses/gpl-license.html
|
| D | ste-ccu8540-pinctrl.dtsi | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx53-m53.dtsi | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx28-cfa10036.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx1-ads.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx28-cfa10058.dts | 9 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6q-tx6q-1110.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6dl-tx6u-811x.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6dl-hummingboard.dts | 6 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | imx6dl-cubox-i.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | imx6q-sabrelite.dts | 6 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | imx28-sps1.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx53-voipac-bsb.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | vf610m4.dtsi | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | uniphier-ref-daughter.dtsi | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | axp152.dtsi | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | imx6dl-nitrogen6x.dts | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | imx6q-nitrogen6x.dts | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | imx6dl-nit6xlite.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | imx27-phytec-phycard-s-rdk.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | spear310.dtsi | 10 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6dl-sabrelite.dts | 6 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | imx6q-nitrogen6_max.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | imx23-evk.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx28-cfa10057.dts | 9 * http://www.opensource.org/licenses/gpl-license.html
|
| D | berlin2-sony-nsz-gs7.dts | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | imx6q-hummingboard.dts | 6 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | armada-388.dtsi | 9 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | imx6q-cubox-i.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | ste-href-stuib.dtsi | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | rk3288-firefly.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | sun5i-r8.dtsi | 8 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | berlin2cd-google-chromecast.dts | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | sun6i-a31s.dtsi | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | cros-ec-sbs.dtsi | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | spear320-evb.dts | 10 * http://www.opensource.org/licenses/gpl-license.html
|
| D | armada-390.dtsi | 9 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | imx6q-tx6q-1010.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | armada-398.dtsi | 9 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | sun5i-a13-q8-tablet.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | spear3xx.dtsi | 10 * http://www.opensource.org/licenses/gpl-license.html
|
| D | lpc4337-ciaa.dts | 6 * This code is released using a dual license strategy: BSD/GPL
|
| D | imx6qdl-phytec-pbab01.dtsi | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx53-qsrb.dts | 9 * http://www.opensource.org/licenses/gpl-license.html
|
| D | spear310-evb.dts | 10 * http://www.opensource.org/licenses/gpl-license.html
|
| D | uniphier-support-card.dtsi | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | imx31.dtsi | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6dl-tx6u-801x.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx28-cfa10055.dts | 9 * http://www.opensource.org/licenses/gpl-license.html
|
| D | at91sam9xe.dtsi | 8 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | rk3288-firefly-beta.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | uniphier-proxstream2-gentil.dts | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | imx6q-apf6dev.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | stm32429i-eval.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | sun8i-a23-ippo-q8h-v1.2.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | spear300-evb.dts | 10 * http://www.opensource.org/licenses/gpl-license.html
|
| D | sun8i-a33-q8-tablet.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | meson8b-mxq.dts | 6 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | armada-385-linksys-cobra.dts | 8 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | ste-href-tvk1281618.dtsi | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | spear320.dtsi | 10 * http://www.opensource.org/licenses/gpl-license.html
|
| D | sunxi-q8-common.dtsi | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | sun8i-a23-q8-tablet.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | imx6q-tx6q-1020.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6q-gw551x.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | armada-385-linksys-caiman.dts | 8 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | phy3250.dts | 10 * http://www.opensource.org/licenses/gpl-license.html
|
| D | imx6dl-apf6dev.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | sun8i-a23-ippo-q8h-v5.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | stm32f429-disco.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | imx6dl-aristainetos2_7.dts | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | sun8i-a33-ippo-q8h-v1.2.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | meson8b-odroidc1.dts | 6 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | imx6dl-gw551x.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | cx92755_equinox.dts | 9 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | meson6-atv1200.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | imx27-pdk.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | sun8i-a33-et-q8-v1.6.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | vf610m4-colibri.dts | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | uniphier-proxstream2-vodka.dts | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | ste-href-ab8505.dtsi | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | sun6i-a31s-cs908.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | axp209.dtsi | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | imx51-apf51dev.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | uniphier-ph1-ld4-ref.dts | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | sun4i-a10-mk802.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | meson6.dtsi | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | uniphier-pinctrl.dtsi | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | sun6i-a31-app4-evb1.dts | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | sun4i-a10-hyundai-a7hd.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | imx53-ard.dts | 9 * http://www.opensource.org/licenses/gpl-license.html
|
| D | uniphier-ph1-ld6b-ref.dts | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | uniphier-ph1-pro4-ref.dts | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | sun9i-a80-cubieboard4.dts | 8 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | uniphier-ph1-ld6b.dtsi | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | rk3288-thermal.dtsi | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | sun4i-a10-mk802ii.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | imx53-tx53-x13x.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
| D | uniphier-ph1-sld8-ref.dts | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | berlin2q-marvell-dmp.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | uniphier-ph1-sld3-ref.dts | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | sun8i-q8-common.dtsi | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | sun4i-a10-pcduino2.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual
|
| D | armada-xp-matrix.dts | 9 * of the GPL or the X11 license, at your option. Note that this dual
|
| /linux-4.4.14/arch/arm64/boot/dts/sprd/ |
| D | sc9836-openphone.dts | 6 * This file is licensed under a dual GPLv2 or X11 license.
|
| D | sharkl64.dtsi | 6 * This file is licensed under a dual GPLv2 or X11 license.
|
| D | sc9836.dtsi | 6 * This file is licensed under a dual GPLv2 or X11 license.
|
| /linux-4.4.14/arch/arm64/boot/dts/arm/ |
| D | juno-clocks.dtsi | 6 * This file is licensed under a dual GPLv2 or BSD license.
|
| D | juno.dts | 6 * This file is licensed under a dual GPLv2 or BSD license.
|
| D | juno-r1.dts | 6 * This file is licensed under a dual GPLv2 or BSD license.
|
| /linux-4.4.14/tools/perf/util/ |
| D | setup.py | 49 license='GPLv2',
|
| /linux-4.4.14/Documentation/arm/SA1100/ |
| D | LART | 13 The hardware designs for this board have been released under an open license;
|
| /linux-4.4.14/drivers/net/ |
| D | LICENSE.SRC | 2 carries the following copyright and license.
|
| /linux-4.4.14/Documentation/scsi/ |
| D | wd719x.txt | 8 There is no license anywhere in the file or on the page - so the firmware
|
| D | LICENSE.qla4xxx | 18 of this license document, but changing it is not allowed. 51 (2) offer you this license which gives you legal permission to copy, 201 Program), the recipient automatically receives a license from the 216 license would not permit royalty-free redistribution of the Program by 230 implemented by public license practices. Many people have made
|
| D | LICENSE.qla2xxx | 19 of this license document, but changing it is not allowed. 52 (2) offer you this license which gives you legal permission to copy, 202 Program), the recipient automatically receives a license from the 217 license would not permit royalty-free redistribution of the Program by 231 implemented by public license practices. Many people have made
|
| /linux-4.4.14/drivers/net/can/softing/ |
| D | softing.h | 68 uint16_t fw_version, hw_version, license, serial; member
|
| /linux-4.4.14/arch/m68k/fpsp040/ |
| D | sacos.S | 41 | For details on the license for this file, please see the
|
| D | README | 25 You are hereby granted a copyright license to use, modify, and
|
| D | x_unimp.S | 25 | For details on the license for this file, please see the
|
| D | x_ovfl.S | 38 | For details on the license for this file, please see the
|
| D | sto_res.S | 22 | For details on the license for this file, please see the
|
| D | satanh.S | 48 | For details on the license for this file, please see the
|
| D | sasin.S | 41 | For details on the license for this file, please see the
|
| D | scosh.S | 52 | For details on the license for this file, please see the
|
| D | x_fline.S | 16 | For details on the license for this file, please see the
|
| /linux-4.4.14/include/uapi/linux/ |
| D | bpf.h | 123 __aligned_u64 license; member
|
| /linux-4.4.14/fs/reiserfs/ |
| D | README | 19 to license code labeled as owned by you on your behalf other than 25 right to decline to allow him to license your code contribution other 34 govern for this license. 36 Finally, nothing in this license shall be interpreted to allow you to
|
| /linux-4.4.14/arch/blackfin/ |
| D | Clear_BSD.txt | 1 The Clear BSD license:
|
| /linux-4.4.14/Documentation/networking/ |
| D | LICENSE.qlcnic | 17 of this license document, but changing it is not allowed. 50 (2) offer you this license which gives you legal permission to copy, 200 Program), the recipient automatically receives a license from the 215 license would not permit royalty-free redistribution of the Program by 229 implemented by public license practices. Many people have made
|
| D | LICENSE.qlge | 17 of this license document, but changing it is not allowed. 50 (2) offer you this license which gives you legal permission to copy, 200 Program), the recipient automatically receives a license from the 215 license would not permit royalty-free redistribution of the Program by 229 implemented by public license practices. Many people have made
|
| /linux-4.4.14/Documentation/development-process/ |
| D | 1.Intro | 21 Linux kernel must be made available under a GPL-compatible license. 203 license (about which more will be said below). Your author is not a 241 (GPLv2), which is the license covering the kernel distribution as a whole. 244 versions of the GPL) or the three-clause BSD license. Any contributions 245 which are not covered by a compatible license will not be accepted into the
|
| /linux-4.4.14/ |
| D | COPYING | 10 is concerned is _this_ particular version of the license (ie v2, not 23 of this license document, but changing it is not allowed. 56 (2) offer you this license which gives you legal permission to copy, 206 Program), the recipient automatically receives a license from the 221 license would not permit royalty-free redistribution of the Program by 235 implemented by public license practices. Many people have made
|
| /linux-4.4.14/arch/arm64/boot/dts/marvell/ |
| D | berlin4ct-stb.dts | 7 * of the GPLv2 or the X11 license, at your option. Note that this dual
|
| D | berlin4ct-dmp.dts | 7 * of the GPLv2 or the X11 license, at your option. Note that this dual
|
| /linux-4.4.14/arch/arm64/boot/dts/freescale/ |
| D | fsl-ls2080a-simu.dts | 9 * of the GPL or the X11 license, at your option. Note that this dual
|
| /linux-4.4.14/arch/arm64/boot/dts/cavium/ |
| D | thunder-88xx.dts | 7 * of the GPL or the X11 license, at your option. Note that this dual
|
| /linux-4.4.14/arch/x86/crypto/ |
| D | crct10dif-pcl-asm_64.S | 16 # OpenIB.org BSD license below:
|
| /linux-4.4.14/Documentation/powerpc/ |
| D | qe_firmware.txt | 30 Each firmware file comes with its own software license. For information on 31 the particular license, please see the license text that is distributed with
|
| /linux-4.4.14/scripts/mod/ |
| D | modpost.c | 1929 char *license; in read_symbols() local 1946 license = get_modinfo(info.modinfo, info.modinfo_len, "license"); in read_symbols() 1947 if (info.modinfo && !license && !is_vmlinux(modname)) in read_symbols() 1951 while (license) { in read_symbols() 1952 if (license_is_gpl_compatible(license)) in read_symbols() 1958 license = get_next_modinfo(info.modinfo, info.modinfo_len, in read_symbols() 1959 "license", license); in read_symbols()
|