Searched refs:license (Results 1 - 25 of 67) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dlicense.h4 static inline int license_is_gpl_compatible(const char *license) argument
6 return (strcmp(license, "GPL") == 0
7 || strcmp(license, "GPL v2") == 0
8 || strcmp(license, "GPL and additional rights") == 0
9 || strcmp(license, "Dual BSD/GPL") == 0
10 || strcmp(license, "Dual MIT/GPL") == 0
11 || strcmp(license, "Dual MPL/GPL") == 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_winmsi126 CreateLicenseRtf ../../../LICENSE license.rtf
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/build/
H A Dconfig.mk6 # are distributed under Xiph.Org's BSD-like license (see the file
14 # it may be distributed under the Xiph.Org license, which is the least
H A Dexe.mk6 # are distributed under Xiph.Org's BSD-like license (see the file
14 # it may be distributed under the Xiph.Org license, which is the least
H A Dlib.mk6 # are distributed under Xiph.Org's BSD-like license (see the file
14 # it may be distributed under the Xiph.Org license, which is the least
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/
H A Dbuild134 api_tcl images index.html java license ref utility);;
198 build license NOAPI .. license
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/doc/html/
H A DMakefile.am6 # are distributed under Xiph.Org's BSD-like license (see the file
14 # it may be distributed under the Xiph.Org license, which is the least
65 license.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dsetup.py78 license = "GPL", variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsacos.S41 | For details on the license for this file, please see the
H A Dsasin.S41 | For details on the license for this file, please see the
H A Dsatanh.S48 | For details on the license for this file, please see the
H A Dsto_res.S22 | For details on the license for this file, please see the
H A Dx_ovfl.S38 | For details on the license for this file, please see the
H A Dx_unimp.S25 | For details on the license for this file, please see the
H A Dscosh.S52 | For details on the license for this file, please see the
H A Dssinh.S52 | For details on the license for this file, please see the
H A Dx_fline.S16 | For details on the license for this file, please see the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Dfooter.tex24 BSD-like license. This does not restrict third parties from
H A D05-comment.tex124 Use Permitted', a URL to a license such as a Creative Commons license
125 ("www.creativecommons.org/blahblah/license.html") or the EFF Open
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dmk-ca-bundle.vbs37 Const myAskLiF = TRUE ' Flag: display certdata.txt license agreement
198 "Do you agree to the license shown above (required to proceed) ?",, _
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dvmi.c566 const char *license = "unspecified"; local
606 license = (char *)rom+rom->license_offs;
615 if (strcmp(license, "GPL") && strcmp(license, "GPL v2")) {
616 printk(KERN_WARNING "VMI: Non GPL license `%s' found for ROM. Not used.\n",
617 license);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dmodpost.c16 #include "../../include/linux/license.h"
1166 char *license; local
1183 license = get_modinfo(info.modinfo, info.modinfo_len, "license");
1184 while (license) {
1185 if (license_is_gpl_compatible(license))
1191 license = get_next_modinfo(info.modinfo, info.modinfo_len,
1192 "license", license);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dconfigure2369 license="LGPL version 2.1 or later"
2371 license="nonfree and unredistributable"
2373 license="GPL version 3 or later"
2375 license="LGPL version 3 or later"
2377 license="GPL version 2 or later"
2380 echo "License: $license"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A DAndroid.mk41 # Finally, copy the file COPYING to NOTICE so that the curl license gets put
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dbzip2.c16 This program is released under the terms of the license contained
1601 void license ( void ) function
1643 " -L --license display software version & license\n"
1644 " -V --version display software version & license\n"
1893 case 'L': license(); break;
1919 if (ISFLAG("--version")) license(); else
1920 if (ISFLAG("--license")) license(); else

Completed in 393 milliseconds

123