Searched refs:license (Results 1 – 25 of 117) sorted by relevance
12345
/linux-3.4.99/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-3.4.99/arch/blackfin/ |
D | ADI_BSD.txt | 5 Using the files released under the "ADI BSD" license, must comply with 6 these license terms. 27 of one or more patent holders. This license does not release you
|
/linux-3.4.99/tools/perf/util/ |
D | setup.py | 41 license='GPLv2',
|
/linux-3.4.99/arch/arm/boot/dts/ |
D | spear600-evb.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
D | imx27-phytec-phycore.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
D | imx6q-arm2.dts | 9 * http://www.opensource.org/licenses/gpl-license.html
|
D | imx6q-sabrelite.dts | 9 * http://www.opensource.org/licenses/gpl-license.html
|
D | snowball.dts | 8 * http://www.opensource.org/licenses/gpl-license.html
|
D | imx53-evk.dts | 9 * http://www.opensource.org/licenses/gpl-license.html
|
D | imx53-qsb.dts | 9 * http://www.opensource.org/licenses/gpl-license.html
|
D | imx53-ard.dts | 9 * http://www.opensource.org/licenses/gpl-license.html
|
/linux-3.4.99/Documentation/arm/SA1100/ |
D | LART | 13 The hardware designs for this board have been released under an open license;
|
/linux-3.4.99/drivers/net/ |
D | LICENSE.SRC | 2 carries the following copyright and license.
|
/linux-3.4.99/drivers/net/can/softing/ |
D | softing.h | 68 uint16_t fw_version, hw_version, license, serial; member
|
/linux-3.4.99/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 | sasin.S | 41 | 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
|
/linux-3.4.99/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-3.4.99/drivers/staging/wlags49_h2/ |
D | TODO | 23 - resolve license issues (?)
|
/linux-3.4.99/drivers/staging/wlags49_h25/ |
D | TODO | 23 - resolve license issues (?)
|
/linux-3.4.99/scripts/mod/ |
D | modpost.c | 1693 char *license; in read_symbols() local 1710 license = get_modinfo(info.modinfo, info.modinfo_len, "license"); in read_symbols() 1711 if (info.modinfo && !license && !is_vmlinux(modname)) in read_symbols() 1715 while (license) { in read_symbols() 1716 if (license_is_gpl_compatible(license)) in read_symbols() 1722 license = get_next_modinfo(info.modinfo, info.modinfo_len, in read_symbols() 1723 "license", license); in read_symbols()
|
12345