HomeSort by relevance Sort by last modified time
    Searched refs:copyright_indicator_regex (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/android_webview/tools/
find_copyrights.pl 141 my $copyright_indicator_regex =
144 sprintf '(?:\W|^)%s(?::\s*|\s+)(\w.*)$', $copyright_indicator_regex;
153 $match =~ s/$copyright_indicator_regex//ig;
  /external/chromium_org/third_party/devscripts/
licensecheck.pl.vanilla 330 my $copyright_indicator_regex = '
343 if (m%$copyright_indicator_regex(?::\s*|\s+)(\S.*)$%ix) {
350 $match =~ s/$copyright_indicator_regex//igx;
licensecheck.pl 357 my $copyright_indicator_regex = '
370 if (m%$copyright_indicator_regex(?::\s*|\s+)(\S.*)$%ix) {
377 $match =~ s/$copyright_indicator_regex//igx;

Completed in 285 milliseconds