OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:licensecheck
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/checklicenses/
checklicenses.py
54
# TODO(phajdan.jr): Make
licensecheck
not print BSD-like twice.
438
'
licensecheck
.pl'))
440
licensecheck
= subprocess.Popen([licensecheck_path,
445
stdout, stderr =
licensecheck
.communicate()
447
print '-----------
licensecheck
stdout -----------'
449
print '--------- end
licensecheck
stdout ---------'
450
if
licensecheck
.returncode != 0 or stderr:
451
print '-----------
licensecheck
stderr -----------'
453
print '--------- end
licensecheck
stderr ---------'
/external/chromium_org/third_party/devscripts/
licensecheck.pl.vanilla
24
licensecheck
- simple license checker for source files
28
B<
licensecheck
> B<--help>|B<--version>
30
B<
licensecheck
> [B<--no-conf>] [B<--verbose>] [B<--copyright>]
37
B<
licensecheck
> attempts to determine the license that applies to each file
41
If any of the arguments passed are directories, B<
licensecheck
> will add
licensecheck.pl
24
licensecheck
- simple license checker for source files
28
B<
licensecheck
> B<--help>|B<--version>
30
B<
licensecheck
> [B<--no-conf>] [B<--verbose>] [B<--copyright>]
37
B<
licensecheck
> attempts to determine the license that applies to each file
41
If any of the arguments passed are directories, B<
licensecheck
> will add
Completed in 63 milliseconds