Home
last modified time | relevance | path

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

12345

/linux-3.4.99/include/linux/
Dlicense.h4 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/
DADI_BSD.txt5 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/
Dsetup.py41 license='GPLv2',
/linux-3.4.99/arch/arm/boot/dts/
Dspear600-evb.dts8 * http://www.opensource.org/licenses/gpl-license.html
Dimx27-phytec-phycore.dts8 * http://www.opensource.org/licenses/gpl-license.html
Dimx6q-arm2.dts9 * http://www.opensource.org/licenses/gpl-license.html
Dimx6q-sabrelite.dts9 * http://www.opensource.org/licenses/gpl-license.html
Dsnowball.dts8 * http://www.opensource.org/licenses/gpl-license.html
Dimx53-evk.dts9 * http://www.opensource.org/licenses/gpl-license.html
Dimx53-qsb.dts9 * http://www.opensource.org/licenses/gpl-license.html
Dimx53-ard.dts9 * http://www.opensource.org/licenses/gpl-license.html
/linux-3.4.99/Documentation/arm/SA1100/
DLART13 The hardware designs for this board have been released under an open license;
/linux-3.4.99/drivers/net/
DLICENSE.SRC2 carries the following copyright and license.
/linux-3.4.99/drivers/net/can/softing/
Dsofting.h68 uint16_t fw_version, hw_version, license, serial; member
/linux-3.4.99/arch/m68k/fpsp040/
Dsacos.S41 | For details on the license for this file, please see the
DREADME25 You are hereby granted a copyright license to use, modify, and
Dx_unimp.S25 | For details on the license for this file, please see the
Dx_ovfl.S38 | For details on the license for this file, please see the
Dsto_res.S22 | For details on the license for this file, please see the
Dsasin.S41 | For details on the license for this file, please see the
Dsatanh.S48 | For details on the license for this file, please see the
/linux-3.4.99/fs/reiserfs/
DREADME19 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/
DTODO23 - resolve license issues (?)
/linux-3.4.99/drivers/staging/wlags49_h25/
DTODO23 - resolve license issues (?)
/linux-3.4.99/scripts/mod/
Dmodpost.c1693 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