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
52
# TODO(phajdan.jr): Make
licensecheck
not print BSD-like twice.
462
'
licensecheck
.pl'))
464
licensecheck
= subprocess.Popen([licensecheck_path,
469
stdout, stderr =
licensecheck
.communicate()
471
print '-----------
licensecheck
stdout -----------'
473
print '--------- end
licensecheck
stdout ---------'
474
if
licensecheck
.returncode != 0 or stderr:
475
print '-----------
licensecheck
stderr -----------'
477
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 528 milliseconds