/external/chromium_org/third_party/devscripts/ |
licensecheck.pl | 10 # it under the terms of the GNU General Public License as published by 11 # the Free Software Foundation; either version 2 of the License, or 17 # GNU General Public License for more details. 19 # You should have received a copy of the GNU General Public License along 24 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 sorte [all...] |
licensecheck.pl.vanilla | 10 # it under the terms of the GNU General Public License as published by 11 # the Free Software Foundation; either version 2 of the License, or 17 # GNU General Public License for more details. 19 # You should have received a copy of the GNU General Public License along 24 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 sorte [all...] |
/device/asus/deb/self-extractors/ |
PART1 | 2 # Usage is subject to the enclosed license agreement 5 echo The license for this software will now be displayed. 6 echo You must agree to this license before using this software. 8 echo -n Press Enter to view the license
|
/device/asus/flo/self-extractors/ |
PART1 | 2 # Usage is subject to the enclosed license agreement 5 echo The license for this software will now be displayed. 6 echo You must agree to this license before using this software. 8 echo -n Press Enter to view the license
|
/device/asus/grouper/self-extractors/ |
PART1 | 2 # Usage is subject to the enclosed license agreement 5 echo The license for this software will now be displayed. 6 echo You must agree to this license before using this software. 8 echo -n Press Enter to view the license
|
/device/asus/tilapia/self-extractors/ |
PART1 | 2 # Usage is subject to the enclosed license agreement 5 echo The license for this software will now be displayed. 6 echo You must agree to this license before using this software. 8 echo -n Press Enter to view the license
|
/device/lge/hammerhead/self-extractors/ |
PART1 | 2 # Usage is subject to the enclosed license agreement 5 echo The license for this software will now be displayed. 6 echo You must agree to this license before using this software. 8 echo -n Press Enter to view the license
|
/device/lge/mako/self-extractors/ |
PART1 | 2 # Usage is subject to the enclosed license agreement 5 echo The license for this software will now be displayed. 6 echo You must agree to this license before using this software. 8 echo -n Press Enter to view the license
|
/device/samsung/manta/self-extractors/ |
PART1 | 2 # Usage is subject to the enclosed license agreement 5 echo The license for this software will now be displayed. 6 echo You must agree to this license before using this software. 8 echo -n Press Enter to view the license
|
/external/antlr/antlr-3.4/runtime/Perl5/ |
Build.PL | 5 license => 'perl',
|
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
setup.py | 37 license='BSD', variable
|
/external/chromium_org/third_party/python_gflags/ |
setup.py | 37 license='BSD', variable
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/ |
main.py | 3 # Use of this source code is governed by a BSD-style license that can be 4 # found in the LICENSE file. 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 server response [all...] |
/external/chromium_org/android_webview/tools/ |
find_copyrights.pl | 3 # Use of this source code is governed by a BSD-style license that can be 4 # found in the LICENSE file. 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 | [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/ |
main.py | 3 # Use of this source code is governed by a BSD-style license that can be 4 # found in the LICENSE file. 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 server response [all...] |
/external/chromium-trace/trace-viewer/third_party/closure_linter/ |
setup.py | 5 # Licensed under the Apache License, Version 2.0 (the "License"); 6 # you may not use this file except in compliance with the License. 7 # You may obtain a copy of the License at 9 # http://www.apache.org/licenses/LICENSE-2.0 12 # distributed under the License is distributed on an "AS-IS" BASIS, 14 # See the License for the specific language governing permissions and 15 # limitations under the License. 25 license='Apache', variable
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/ |
setup.py | 54 license='See COPYING', variable
|
/external/chromium_org/third_party/closure_linter/ |
setup.py | 5 # Licensed under the Apache License, Version 2.0 (the "License"); 6 # you may not use this file except in compliance with the License. 7 # You may obtain a copy of the License at 9 # http://www.apache.org/licenses/LICENSE-2.0 12 # distributed under the License is distributed on an "AS-IS" BASIS, 14 # See the License for the specific language governing permissions and 15 # limitations under the License. 25 license='Apache', variable
|
/external/linux-tools-perf/util/ |
setup.py | 22 license='GPLv2', variable
|
/external/llvm/utils/lit/ |
setup.py | 12 license = 'BSD', variable 56 'License :: OSI Approved :: University of Illinois/NCSA Open Source License',
|
/external/chromium_org/tools/checklicenses/ |
checklicenses.py | 3 # Use of this source code is governed by a BSD-style license that can be 4 # found in the LICENSE file. 21 --ignore-suppressions Ignores path-specific license whitelist. Useful when 92 'SGI Free Software License B', 93 'University of Illinois/NCSA Open Source License (BSD like)', 207 # License missing upstream on 3 minor files. 232 # The following files lack license headers, but are trivial. 430 filename, license = line.split(':', 1) 438 # For now we're just interested in the license. 439 license = license.replace('*No copyright*', '').strip( [all...] |
/external/chromium_org/chrome/browser/resources/ |
about_credits.js | 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 17 o.innerHTML = 'show license'; 20 o.innerHTML = 'hide license';
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/screenshot/ |
screenshot.js | 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/ |
content_script.js | 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
onload.js | 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file.
|