Searched refs:license (Results 1 – 25 of 4149) sorted by relevance
12345678910>>...166
/external/chromium_org/third_party/devscripts/ |
D | licensecheck.pl | 292 my $license = ''; 308 $license = parselicense($header); 312 if ($license eq "UNKNOWN") { 324 $license = parselicense($footer); 328 print "$file\t$license"; 334 print $license . "\n"; 436 my $license = ""; 457 $license = "GENERATED FILE"; 463 $license = "LGPL$lgplver$extrainfo $license"; 465 $license = "LGPL (unversioned/unknown version) $license"; [all …]
|
D | licensecheck.pl.vanilla | 284 my $license = ''; 311 $license = parselicense($content); 313 print "$file\t$license"; 319 print $license . "\n"; 408 my $license = ""; 429 $license = "GENERATED FILE"; 433 $license = "LGPL$gplver$extrainfo $license"; 437 $license = "AGPL$gplver$extrainfo $license"; 441 $license = "GPL$gplver$extrainfo $license"; 446 $license = "GPL$gplver$extrainfo $license"; [all …]
|
/external/chromium_org/android_webview/tools/ |
D | third_party_files_whitelist.txt | 2 # Use of this source code is governed by a BSD-style license that can be 12 # Copyright IBM; MIT license. This third-party code is taken from ICU, the 13 # license for which we already pick up from third_party/icu/. 20 # license. This third-party code is taken from Mozilla, the license for which 24 # license. Not used on Android. 27 # license. Not used on Android. 30 # license. Not used on Android. 33 # license. Not used on Android. 40 # license. Not used on Android. 43 # license. Not used on Android. [all …]
|
D | find_copyrights.pl | 63 my $license = uc($_[0]); 65 if (index($license, '"""') != -1) { 66 $license =~ s/"""[^"]*(?:"""|$)//mg; 68 if (index($license, "'''") != -1) { 69 $license =~ s/'''[^']*(?:'''|$)//mg; 72 if (index($license, 'ALL CHANGES MADE IN THIS FILE WILL BE LOST') != -1) { 75 if (index($license, 'DO NOT EDIT') != -1 || 76 index($license, 'DO NOT DELETE') != -1 || 77 index($license, 'GENERATED') != -1) { 78 return ($license =~ /(All changes made in this file will be lost' .
|
/external/owasp/sanitizer/tools/findbugs/ |
D | README.txt | 3 The FindBugs source license is in the file LICENSE.txt 8 The Apache BCEL license is in the file LICENSE-bcel.txt 10 The ASM license is in the file LICENSE-ASM.txt 12 The dom4j license is in the file LICENSE-dom4j.txt 14 The AppleJavaExtensions license is in the file LICENSE-AppleJavaExtensions.txt 16 The Docbook 4.2 XML DTD license is in the file LICENSE-docbook.txt 18 The JSR-305 reference implementation license is in LICENSE-jsr305.txt 20 The Jaxen license is in LICENSE-jaxen.txt
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/ |
D | main.py | 85 license = {'error': False, 'message': '', 'access': 'NO'} 94 license['error'] = True 95 license['message'] = 'Could not parse the license server response' 98 license['error'] = True 99 license['message'] = 'Could not fetch license data' 102 license['error'] = True 103 license['message'] = json['error']['message'] 105 license['access'] = json['accessLevel'] 107 return license
|
/external/wpa_supplicant_8/ |
D | COPYING | 8 See the README file for the current license terms. 10 This software was previously distributed under BSD/GPL v2 dual license 11 terms that allowed either of those license alternatives to be 13 the BSD license option for future distribution. As such, the GPL v2 14 license option is no longer used. It should be noted that the BSD 15 license option (the one with advertisement clause removed) is compatible 19 Some of the files may still include pointers to GPL version 2 license 20 terms. However, such copyright and license notifications are maintained
|
D | CONTRIBUTIONS | 4 This software is distributed under a permissive open source license to 12 license (see below). Acknowledgment of the terms is tracked through 32 History of license and contributions terms 36 open source license indicated in the file" means that the contribution 37 is licensed both under GPL v2 and modified BSD license (see below) and 43 license option for future distribution. As such, the GPL v2 license 46 open source license indicated in the file" means that the contribution 47 is licensed under the modified BSD license (see below). 53 (e) The contribution can be licensed under the modified BSD license 58 license terms. Acceptance of this extended DCO version was indicated [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
D | COPYING | 21 license of any part of Yasm. See the individual licenses for complete 24 The primary license of Yasm is the 2-clause BSD license. Please use this 25 license if you plan on submitting code to the project. 34 bitvect, which is triple-licensed under the Artistic license, GPL, and 37 terms of the 3-clause BSD license and Artistic license (as it applies to 54 distribution. Each source file may include the entire license (in the case 55 of the BSD and Artistic licenses), or may reference the GPL or LGPL license 59 Artistic.txt - Artistic license
|
/external/chromium_org/tools/checklicenses/ |
D | checklicenses.py | 424 filename, license = line.split(':', 1) 433 license = license.replace('*No copyright*', '').strip() 436 if 'GENERATED FILE' in license: 439 if license in WHITELISTED_LICENSES: 446 license in PATH_SPECIFIC_WHITELISTED_LICENSES[prefix]] 451 errors.append({'filename': filename, 'license': license})
|
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/ |
D | Makefile.inc | 13 $(srcdir)/frontends/yasm/yasm.c: license.c 15 license.c: $(srcdir)/COPYING genstring$(EXEEXT) 18 BUILT_SOURCES += license.c 19 CLEANFILES += license.c
|
/external/chromium_org/third_party/ |
D | README.chromium | 3 Code in third_party must document the license under which the source is being 4 used. If the source itself does not include a license header or file, create 6 license terms on the web (and add a note pointing here in the README file in 9 <Include table of license information here, once it is available>
|
D | README.chromium.template | 7 License: The license under which the package is distributed. Standard forms are only accepted, eg M… 8 …license. Use the special value NOT_SHIPPED to indicate that the package is not included in the shi… 10 License Android Compatible: (OPTIONAL) Whether the package uses a license compatible with Android. …
|
/external/chromium_org/courgette/third_party/ |
D | LICENCE | 7 The Berkeley Software Distribution ("BSD") license has proven very effective 11 arguable that there is no better license than the BSD license, as it 35 license, if a license existed under which they could incorporate any 40 license designed to retain the freedom granted by the BSD license to use 54 the terms of this license. 61 This license governs the copying, distribution, and modification of the 62 Program. Other activities are outside the scope of this license; The 75 3. Modification and redistribution under closed license. 84 c) The license under which the derivative work is distributed must 87 4. Modification and redistribution under open license. [all …]
|
/external/qemu/ |
D | LICENSE | 1 The following points clarify the QEMU license: 11 device emulation sources are released under the BSD license. 13 3) The Tiny Code Generator (TCG) is released under the BSD license 14 (see license headers in files).
|
/external/e2fsprogs/ |
D | SUBMITTING-PATCHES | 15 have the right to submit it under the open source license 20 license and I have the right under that license to submit that 22 by me, under the same open source license (unless I am 23 permitted to submit under a different license), as indicated 34 this project or the open source license(s) involved.
|
/external/chromium_org/third_party/freetype/ |
D | NOTICE | 23 This license applies to all files found in such packages, and 24 which do not fall under their own explicit license. The license 28 This license was inspired by the BSD, Artistic, and IJG 51 credit/disclaimer to use in compliance with this license. We thus 69 Throughout this license, the terms `package', `FreeType Project', 81 This license applies to all files distributed in the original 86 this license, you must contact us to verify this. 105 This license grants a worldwide, royalty-free, perpetual and 106 irrevocable right and license to use, execute, perform, compile, 113 o Redistribution of source code must retain this license file [all …]
|
/external/freetype/ |
D | NOTICE | 23 This license applies to all files found in such packages, and 24 which do not fall under their own explicit license. The license 28 This license was inspired by the BSD, Artistic, and IJG 51 credit/disclaimer to use in compliance with this license. We thus 69 Throughout this license, the terms `package', `FreeType Project', 81 This license applies to all files distributed in the original 86 this license, you must contact us to verify this. 105 This license grants a worldwide, royalty-free, perpetual and 106 irrevocable right and license to use, execute, perform, compile, 113 o Redistribution of source code must retain this license file [all …]
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/ |
D | macros.tmpl | 2 FIXME: Do we need to put license blocks in generated files? 4 {% macro license() %} 6 // Use of this source code is governed by a BSD-style license that can be
|
/external/chromium_org/third_party/libjingle/source/talk/ |
D | LICENSE_THIRD_PARTY | 8 Governed by license within files (Public domain): 17 Governed by http://www.boost.org/LICENSE_1_0.txt (Boost license): 20 Governed by license within files (Public domain): 25 Governed by http://sigslot.sourceforge.net/#license (Public domain):
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/ |
D | main.css | 75 #license-server-response span { 79 #license-server-response span.full { 83 #license-server-response span.free_trial { 87 #license-server-response span.no {
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
D | extension_helper.py | 29 import license 148 self.license = license.bsd_license_template % ("(C) Copyright IBM Corporation 2005", "IBM") 243 self.license = license.bsd_license_template % ("(C) Copyright IBM Corporation 2005", "IBM")
|
D | gl_table.py | 29 import license 39 self.license = license.bsd_license_template % ( \ 84 self.license = license.bsd_license_template % ("(C) Copyright IBM Corporation 2005", "IBM")
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | extension_helper.py | 29 import license 148 self.license = license.bsd_license_template % ("(C) Copyright IBM Corporation 2005", "IBM") 243 self.license = license.bsd_license_template % ("(C) Copyright IBM Corporation 2005", "IBM")
|
D | gl_table.py | 29 import license 39 self.license = license.bsd_license_template % ( \ 84 self.license = license.bsd_license_template % ("(C) Copyright IBM Corporation 2005", "IBM")
|
12345678910>>...166