Home
last modified time | relevance | path

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

1234

/linux-2.6.39/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-2.6.39/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-2.6.39/tools/perf/util/
Dsetup.py22 license='GPLv2',
/linux-2.6.39/Documentation/arm/SA1100/
DLART13 The hardware designs for this board have been released under an open license;
/linux-2.6.39/drivers/net/
DLICENSE.SRC2 carries the following copyright and license.
/linux-2.6.39/drivers/net/can/softing/
Dsofting.h68 uint16_t fw_version, hw_version, license, serial; member
/linux-2.6.39/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_ovfl.S38 | For details on the license for this file, please see the
Dx_unimp.S25 | 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
Dscosh.S52 | For details on the license for this file, please see the
Dssinh.S52 | For details on the license for this file, please see the
Dx_fline.S16 | For details on the license for this file, please see the
/linux-2.6.39/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-2.6.39/drivers/staging/wlags49_h25/
DTODO23 - resolve license issues (?)
/linux-2.6.39/drivers/staging/wlags49_h2/
DTODO23 - resolve license issues (?)
DREADME.ubuntu117 The Agere Systems license applies. This is why I include the original
157 the terms of the license.
/linux-2.6.39/scripts/mod/
Dmodpost.c1654 char *license; in read_symbols() local
1671 license = get_modinfo(info.modinfo, info.modinfo_len, "license"); in read_symbols()
1672 if (info.modinfo && !license && !is_vmlinux(modname)) in read_symbols()
1676 while (license) { in read_symbols()
1677 if (license_is_gpl_compatible(license)) in read_symbols()
1683 license = get_next_modinfo(info.modinfo, info.modinfo_len, in read_symbols()
1684 "license", license); in read_symbols()
/linux-2.6.39/Documentation/development-process/
D1.Intro21 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-2.6.39/
DCOPYING10 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-2.6.39/Documentation/powerpc/
Dqe_firmware.txt30 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-2.6.39/Documentation/networking/
DLICENSE.qlcnic56 of this license document, but changing it is not allowed.
89 (2) offer you this license which gives you legal permission to copy,
239 Program), the recipient automatically receives a license from the
254 license would not permit royalty-free redistribution of the Program by
268 implemented by public license practices. Many people have made

1234