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

1234567891011>>

/external/chromium_org/third_party/devscripts/
H A Dlicensecheck.pl.vanilla24 licensecheck - simple license checker for source files
37 B<licensecheck> attempts to determine the license that applies to each file
51 the corresponding license information.
58 for license information. (Default is 60).
74 decide which files to check the license of.
85 <file><tab><license>[<tab><copyright>] so that it can be easily sorted
115 the license(s) in use. This is equivalent to the B<--lines> command line
284 my $license = '';
311 $license = parselicense($content);
313 print "$file\t$license";
[all...]
H A Dlicensecheck.pl24 licensecheck - simple license checker for source files
37 B<licensecheck> attempts to determine the license that applies to each file
51 the corresponding license information.
58 for license information. (Default is 60).
74 decide which files to check the license of.
85 <file><tab><license>[<tab><copyright>] so that it can be easily sorted
115 the license(s) in use. This is equivalent to the B<--lines> command line
292 my $license = '';
308 $license = parselicense($header);
310 # If no license i
[all...]
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dsetup.py37 license='BSD', variable
/external/chromium_org/third_party/python_gflags/
H A Dsetup.py37 license='BSD', variable
/external/antlr/antlr-3.4/runtime/Perl5/
H A DBuild.PL5 license => 'perl',
/external/chromium_org/android_webview/tools/
H A Dfind_copyrights.pl3 # Use of this source code is governed by a BSD-style license that can be
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, 'GENERATE
[all...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/
H A Dsetup.py25 license='Apache', variable
/external/chromium_org/third_party/closure_linter/
H A Dsetup.py25 license='Apache', variable
/external/chromium_org/tools/checklicenses/
H A Dchecklicenses.py3 # Use of this source code is governed by a BSD-style license that can be
21 --ignore-suppressions Ignores path-specific license whitelist. Useful when
269 # The following files lack license headers, but are trivial.
483 filename, license = line.split(':', 1)
491 # For now we're just interested in the license.
492 license = license.replace('*No copyright*', '').strip()
495 if 'GENERATED FILE' in license:
498 if license in WHITELISTED_LICENSES:
505 license i
[all...]
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
H A Dmain.py3 # Use of this source code is governed by a BSD-style license that can be
36 # Valid access levels that may be returned by the license server.
40 """Fetches the license for a given user by making an OAuth signed request
41 to the license server.
72 """Returns the license for a given user as a structured object.
83 license = {'error': False, 'message': '', 'access': 'NO'}
89 logging.debug('Got license server response: %s' % json)
92 license['error'] = True
93 license['message'] = 'Could not parse the license serve
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/
H A Dmain.py3 # Use of this source code is governed by a BSD-style license that can be
36 # Valid access levels that may be returned by the license server.
41 """Fetches the license for a given user by making an OAuth signed request
42 to the license server.
74 """Returns the license for a given user as a structured object.
85 license = {'error': False, 'message': '', 'access': 'NO'}
91 logging.debug('Got license server response: %s' % json)
94 license['error'] = True
95 license['message'] = 'Could not parse the license serve
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/
H A Dsetup.py54 license='See COPYING', variable
/external/chromium_org/third_party/tlslite/
H A Dsetup.py23 license="public domain", variable
/external/linux-tools-perf/util/
H A Dsetup.py22 license='GPLv2', variable
/external/llvm/utils/lit/
H A Dsetup.py12 license = 'BSD', variable
/external/chromium_org/third_party/WebKit/Source/core/scripts/
H A Dmake_event_factory.py36 import license namespace
39 IMPLEMENTATION_TEMPLATE = """%(license)s
92 'license': license.license_for_generated_cpp(),
/external/chromium_org/tools/gyp/
H A DPRESUBMIT.py2 # Use of this source code is governed by a BSD-style license that can be
84 license = (
86 r'.*? Use of this source code is governed by a BSD-style license that '
94 input_api, output_api, license_header=license))
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A Dgl_SPARC_asm.py10 # license, and/or sell copies of the Software, and to permit persons to whom
28 import license namespace
36 self.license = license.bsd_license_template % ( \
H A Dgl_gentable.py11 # license, and/or sell copies of the Software, and to permit persons to whom
32 import license namespace
145 self.license = license.bsd_license_template % ( \
H A Dgl_offsets.py10 # license, and/or sell copies of the Software, and to permit persons to whom
29 import license namespace
39 self.license = license.bsd_license_template % ( \
H A Dgl_x86_asm.py10 # license, and/or sell copies of the Software, and to permit persons to whom
28 import license namespace
38 self.license = license.bsd_license_template % ( \
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_SPARC_asm.py10 # license, and/or sell copies of the Software, and to permit persons to whom
28 import license namespace
36 self.license = license.bsd_license_template % ( \
H A Dgl_gentable.py11 # license, and/or sell copies of the Software, and to permit persons to whom
32 import license namespace
145 self.license = license.bsd_license_template % ( \
H A Dgl_offsets.py10 # license, and/or sell copies of the Software, and to permit persons to whom
29 import license namespace
39 self.license = license.bsd_license_template % ( \
/external/chromium/chrome/browser/ui/gtk/
H A Dabout_chrome_dialog.cc2 // Use of this source code is governed by a BSD-style license that can be
181 std::string license = l10n_util::GetStringUTF8(IDS_ABOUT_VERSION_LICENSE); local
183 license.find(kBeginLinkChr) < license.find(kBeginLinkOss);
184 size_t link1 = license.find(kBeginLink);
186 size_t link1_end = license.find(kEndLink, link1);
188 size_t link2 = license.find(kBeginLink, link1_end);
190 size_t link2_end = license.find(kEndLink, link2);
193 GtkWidget* license_chunk1 = gtk_label_new(license.substr(0, link1).c_str());
196 license
[all...]

Completed in 2029 milliseconds

1234567891011>>